openstack-python-openstackc.../doc/source/cli/data
Stephen Finucane 722d3216a4 docs: Add missing command mappings
The 'neutron tag-replace' command is equivalent to the 'openstack
network set --no-tag --tag <tag> [--tag <tag> ...]' command. '--no-tag'
will unset all tags while '--tag <tag>' will set a new tag and can be
specified multiple times.

The 'nova hypervisor-uptime' command is equivalent to the 'openstack
hypervisor show' command. Before compute microversion 2.88, the nova
command was using a different API that returned an almost identical
output to 'nova hypervisor-show' except it included an 'uptime' field.
Since 2.88, this field is returned in the standard call. OSC abstracts
this detail away so the 'uptime' field is always present, removing the
need for a separate command.

The 'nova migration-list' command is implemented as 'openstack server
migration list' (simply omit the '--server' filter).

The 'nova volume-update' command is implemented as 'openstack server
volume update'.

The 'nova volume-attachments' command is actually available as
'openstack server volume list', though you can also use 'server show'.

The 'nova aggregate-cache-images' corresponds to an internal API that
only glance should be using. It doesn't need to be exposed via
openstackclient.

Change-Id: Icdbc42762230954f6f7f2064b6228416af41d45a
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2022-07-07 13:47:53 +01:00
..
cinder.csv volume: Add 'block storage resource filter list' command 2022-05-13 12:42:16 +01:00
glance.csv docs: Update glanceclient comparison doc 2021-06-03 15:52:18 +01:00
keystone.csv trivial: modify spelling error of project 2018-11-01 16:46:57 +08:00
neutron.csv docs: Add missing command mappings 2022-07-07 13:47:53 +01:00
nova.csv docs: Add missing command mappings 2022-07-07 13:47:53 +01:00
swift.csv reorganize existing documentation according to the new standard layout 2017-06-23 11:54:32 +02:00