CLI for flavors

Registered by Jiří Stránský

Allow management of flavors through CLI.

(lifeless) isn't this just a bug?

(jdob) Marking as obsolete; this will be handled through the nova CLI.

Blueprint information

Status:
Complete
Approver:
Jiří Stránský
Priority:
High
Drafter:
Jiří Stránský
Direction:
Approved
Assignee:
Petr Blaho
Definition:
Obsolete
Series goal:
None
Implementation:
Unknown
Milestone target:
None
Completed by
Jay Dobies

Related branches

Sprints

Whiteboard

tuskar flavor-list <resource-class name or id>

tuskar flavor-show <resource-class name or id> <flavor name or id>

tuskar flavor-create <resource-class name or id> <new flavor name> \
    --capacities=cpu,10,count;memory,512,MiB;storage,10,GiB \
    --max-vms=10

tuskar flavor-update <resource-class name or id> <flavor name or id> \
    # same possible args as for resource-class-create plus --name

tuskar flavor-delete <resource-class name or id> <flavor name or id>

Gerrit topic: https://review.openstack.org/#q,topic:bp/flavors-cli,n,z

Addressed by: https://review.openstack.org/45065
    Adds Flavor CRUD CLI commands

(?)

Work Items

Work items:
* flavor-list: TODO
* flavor-show: TODO
* flavor-create: TODO
* flavor-update: TODO
* flavor-delete: TODO

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.