openstack-python-openstackc.../openstackclient/compute/v2
Stephen Finucane ba69870d86 compute: Fix weird option definition for 'server ssh'
argparse allows you to specify multiple options for a given argument
when declaring the argument. For some reason, we weren't doing this for
the 'server ssh' command. There's no apparent reason for doing things
this way and it's been that way since the beginning (2013) so let's not
do that.

We also add unit tests since they were missing and should exist.

Change-Id: I67a9e6516d7057266210cd4083e9ddeb1cfaa5de
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2021-12-15 17:41:05 +00:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
agent.py trivial: Document removal of support for agents 2020-11-17 11:44:31 +00:00
aggregate.py trivial: Use plural for appended parameters 2021-01-06 12:02:57 +00:00
console.py Switch console url show operations to SDK 2020-10-24 10:19:52 +02:00
flavor.py trivial: Use plural for appended parameters 2021-01-06 12:02:57 +00:00
host.py compute: host: expand kwargs in host_set() call 2018-07-20 10:37:34 +02:00
hypervisor.py compute: Add missing options for 'hypervisor list' 2021-01-12 17:07:23 +00:00
hypervisor_stats.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
keypair.py compute: Add missing options for 'keypair list' 2021-01-08 12:14:43 +00:00
server.py compute: Fix weird option definition for 'server ssh' 2021-12-15 17:41:05 +00:00
server_backup.py Switch server backup to sdk. 2021-10-27 09:11:27 +00:00
server_event.py compute: Add missing options for 'server event list' 2021-01-21 11:00:31 +00:00
server_group.py compute: Add missing options for 'server group list' 2021-01-21 10:58:41 +00:00
server_image.py Switch server image create to SDK 2021-11-16 11:36:02 -05:00
server_volume.py compute: Add support for microversion 2.89 2021-09-02 14:35:17 +01:00
service.py Show "Forced Down" compute service status with --long 2021-08-17 01:34:05 +00:00
usage.py compute: Fix 'usage * -f yaml' output 2021-01-06 12:02:25 +00:00