[Openstack] Nova migrate-flavor-data woes

Lars Kellogg-Stedman lars at redhat.com
Sun Jul 26 20:15:58 UTC 2015


So, the Kilo release notes say:

    nova-manage migrate-flavor-data

But nova-manage says:

    nova-manage db migrate_flavor_data

But that says:

    Missing arguments: max_number

And the help says:

    usage: nova-manage db migrate_flavor_data [-h]
      [--max-number <number>]

Which indicates that --max-number is optional, but whatever, so you
try:

    nova-manage db migrate_flavor_data --max-number 100

And that says:

    Missing arguments: max_number

So just for kicks you try:

    nova-manage db migrate_flavor_data --max_number 100

And that says:

    nova-manage: error: unrecognized arguments: --max_number

So finally you try:

    nova-manage db migrate_flavor_data 100

And holy poorly implement client, Batman, it works.

-- 
Lars Kellogg-Stedman <lars at redhat.com> | larsks @ {freenode,twitter,github}
Cloud Engineering / OpenStack          | http://blog.oddbit.com/

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20150726/56832abb/attachment.sig>


More information about the Openstack mailing list