openstack-python-openstackc.../openstackclient
Steve Martinelli 04af8fa8f1 Add metadata support for volume
Now able to pass metadata to the create method,
as well as update it with set, and remove it with unset.
I'm currently passing it as an optional param like the following:
--meta-data=key1=value1
which seems weird, what about
--meta-data=key1:value1
I'd have to update type too if that is the case.

Change-Id: I0fc8398768da015c1f53c5c564c68a2cfb53e778
2013-03-22 23:36:13 -05:00
..
common Add snapshot support for v1 volume 2013-03-08 15:03:07 -06:00
compute Removed unused imports. 2013-03-15 11:10:46 -05:00
identity Add endpoint v3 functionality 2013-03-19 14:25:54 -05:00
image Correct the version mapping to image service. 2013-02-19 09:19:52 -06:00
openstack Copy cfg and iniparser from oslo-incubator 2013-01-30 21:44:40 -06:00
volume Add metadata support for volume 2013-03-22 23:36:13 -05:00
__init__.py Standardize on a copyright header and ensure all files have them. 2013-01-24 12:02:23 -06:00
shell.py Turn down requests logging level 2013-03-09 00:49:52 -06:00