Correct the version mapping to image service.

This was preventing image support from being activated.

Change-Id: I1b7ab9174b90c55423b244ca63402d33b4411a49
This commit is contained in:
Josh Kearney
2013-02-18 12:58:06 -06:00
parent 79001ce88a
commit 237f0dd612
3 changed files with 4 additions and 4 deletions
openstackclient
tests

@ -35,7 +35,7 @@ KEYRING_SERVICE = 'openstack'
DEFAULT_COMPUTE_API_VERSION = '2'
DEFAULT_IDENTITY_API_VERSION = '2.0'
DEFAULT_IMAGE_API_VERSION = '1.0'
DEFAULT_IMAGE_API_VERSION = '2'
DEFAULT_VOLUME_API_VERSION = '1'