python-openstackclient/openstackclient/compute
jiahui.qiang 89d9449dcf Error in the return of command server show, create
The raw output in the command 'openstack server create'(also in show) is
used in display table directily. the item like
os-extended-volumes:volumes_attached and security_groups needs to convert.

the worry output:
  os-extended-volumes:volumes_attached | [{u'id': u'c3525de9-1cbf-4ac8-8b7a-ca295c46633b'}]
  security_groups                      | [{u'name': u'default'}]

Change-Id: Id9db251c315f989e1dc5b1b6231ab328014213e3
2017-01-17 17:49:16 +08:00
..
v2 Error in the return of command server show, create 2017-01-17 17:49:16 +08:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
client.py Update default nova api version to 2.1 2016-09-28 14:02:00 +00:00