Folsom brought a lot of new features, however while playing with nova-manage, I came across a new option, option that I found very useful and that I’m about to share with you.
Basically in Essex you had:
$ sudo nova-manage instance_type /usr/bin/nova-manage category action [<args>] Available actions for instance_type category: create delete list
Now in Folsom, you have:
$ sudo nova-manage instance_type /usr/bin/nova-manage category action [<args>] Available actions for instance_type category: create delete list set_key unset_key
And respectively you’ll find the update in the nova command:
Essex version:
$ nova help| grep key [--region_name REGION_NAME] [--apikey APIKEY] keypair-add Create a new key pair for use with instances keypair-delete Delete keypair by its id keypair-list Print a list of keypairs for a user --apikey APIKEY, --password APIKEY
Folsom version:
$ nova help | grep key flavor-key Set or unset extra_spec for a flavor. keypair-add Create a new key pair for use with instances keypair-delete Delete keypair by its id keypair-list Print a list of keypairs for a user
You will notice that this option is not available from the Horizon Dashboard.
Comments