python-openstackclient/openstackclient/compute/v2
Rajasi Kulkarni e26eecc12f Pass security group id to novaclient while adding security
group to server

In AddServerSecurityGroup, we currently pass the security group
name to novaclient. If multiple security groups with same name
exist, then even while passing secuity group using id to
command 'openstack server add security group <server> <group>'
it results in error 'Multiple security_group matches found'.
Added unit test case to test the command.

Change-Id: I6097eb36e1545c85209cfd767c477e10f82c6999
Closes-Bug: 1604076
2016-07-28 21:39:02 +05:30
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
agent.py Modify compute agent set command 2016-07-11 18:07:34 +08:00
aggregate.py Support bulk deletion for "flavor/aggregate delete" 2016-06-21 11:04:13 +08:00
console.py Support to get server rdp/serial/mks type console url 2016-07-21 15:43:01 +08:00
fixedip.py Transfer "ip fixed add/remove" to "server add/remove fixed ip" 2016-07-04 10:41:30 +08:00
flavor.py Add Support for showing flavor access list 2016-07-22 10:20:18 +08:00
floatingip.py Transfer "ip floating add/remove" to "server add/remove 2016-07-04 10:40:59 +08:00
host.py Modify some unusual help messages in computev2 2016-06-27 15:27:34 +08:00
hypervisor_stats.py Standardize import format 2016-07-22 19:24:02 +08:00
hypervisor.py Fix foundation copyrights 2016-06-14 09:49:28 -05:00
keypair.py Add missing '(name only)' message for keypair in computev2 2016-07-04 14:45:40 +08:00
server_backup.py osc-lib: command 2016-06-13 11:00:22 -05:00
server_group.py Standardize logger usage 2016-06-20 15:16:51 +00:00
server_image.py Merge "Standardize logger usage" 2016-06-20 17:26:57 +00:00
server.py Pass security group id to novaclient while adding security 2016-07-28 21:39:02 +05:30
service.py Merge "Support bulk deletion for delete commands in computev2" 2016-06-28 08:24:36 +00:00
usage.py osc-lib: command 2016-06-13 11:00:22 -05:00