nova/doc/source/man
Matt Riedemann a601556684 Deprecate nova-manage flavor subcommand
The nova client already has the following flavor commands:

flavor-access-add    Add flavor access for the given tenant.
flavor-access-list   Print access information about the given flavor.
flavor-access-remove Remove flavor access for the given tenant.
flavor-create        Create a new flavor
flavor-delete        Delete a specific flavor
flavor-key           Set or unset extra_spec for a flavor.
flavor-list          Print a list of available 'flavors' (sizes of
flavor-show          Show details about the given flavor.

This covers what nova-manage flavor was providing so let's deprecate the
legacy nova-manage subcommand and mark it for removal in the K release.

There is not a bug or blueprint for this. The flavor subcommand is
completely duplicated in nova client. It is accessing the database
directly and we want to move to using flavor objects which would go
through conductor. So this could be considered part of the objects
conversion for flavors.

For some other commands like service, db and host it makes sense to
leave those so you can access the database before the api service is
running, but that's not the case for flavors.

UpgradeImpact: nova-manage flavor command is deprecated, use nova client

Change-Id: I8709bc9af4e490142e44c6dc61fd0aaa3a392b68
2014-04-20 09:04:28 -07:00
..
nova-all.rst correct the bugs reference url in man documents 2014-02-10 11:59:27 +08:00
nova-api-ec2.rst correct the bugs reference url in man documents 2014-02-10 11:59:27 +08:00
nova-api-metadata.rst correct the bugs reference url in man documents 2014-02-10 11:59:27 +08:00
nova-api-os-compute.rst correct the bugs reference url in man documents 2014-02-10 11:59:27 +08:00
nova-api.rst correct the bugs reference url in man documents 2014-02-10 11:59:27 +08:00
nova-baremetal-deploy-helper.rst correct the bugs reference url in man documents 2014-02-10 11:59:27 +08:00
nova-baremetal-manage.rst correct the bugs reference url in man documents 2014-02-10 11:59:27 +08:00
nova-cert.rst correct the bugs reference url in man documents 2014-02-10 11:59:27 +08:00
nova-compute.rst correct the bugs reference url in man documents 2014-02-10 11:59:27 +08:00
nova-conductor.rst correct the bugs reference url in man documents 2014-02-10 11:59:27 +08:00
nova-console.rst correct the bugs reference url in man documents 2014-02-10 11:59:27 +08:00
nova-consoleauth.rst correct the bugs reference url in man documents 2014-02-10 11:59:27 +08:00
nova-dhcpbridge.rst correct the bugs reference url in man documents 2014-02-10 11:59:27 +08:00
nova-manage.rst Deprecate nova-manage flavor subcommand 2014-04-20 09:04:28 -07:00
nova-network.rst correct the bugs reference url in man documents 2014-02-10 11:59:27 +08:00
nova-novncproxy.rst correct the bugs reference url in man documents 2014-02-10 11:59:27 +08:00
nova-objectstore.rst correct the bugs reference url in man documents 2014-02-10 11:59:27 +08:00
nova-rootwrap.rst correct the bugs reference url in man documents 2014-02-10 11:59:27 +08:00
nova-scheduler.rst correct the bugs reference url in man documents 2014-02-10 11:59:27 +08:00
nova-spicehtml5proxy.rst correct the bugs reference url in man documents 2014-02-10 11:59:27 +08:00
nova-xvpvncproxy.rst correct the bugs reference url in man documents 2014-02-10 11:59:27 +08:00