You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
Saw issue #87 and #27 regarding flavor discussion.
I am not sure how this problem fits into those 2 problems. The issue I ran into
is nova boot with --flavor-id will create a CCI VS with some flavor. But when you show
the server details, it is always return flavor 1, which is hardcoded.
What I have done is to save the flavor id in the userData json structure that is
passed to the create_instance() and retrieve back when show the server details.
At least this way, it can show the used flavor properly.
I am not sure whether using userData is a desired approach from SL CCI point of view.
Please let me know whether I should submit such patch.