summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveed Massjouni <naveedm9@gmail.com>2011-06-13 19:57:35 -0400
committerNaveed Massjouni <naveedm9@gmail.com>2011-06-13 19:57:35 -0400
commit98fb2c9388ea4f4221d7557653a3bd732dbd3f32 (patch)
tree14b306f4064cc503ab1105903c7a9263cda53ae7
parent035e43fbcc39d5664592873629f0689309c102cf (diff)
downloadnova-98fb2c9388ea4f4221d7557653a3bd732dbd3f32.tar.gz
nova-98fb2c9388ea4f4221d7557653a3bd732dbd3f32.tar.xz
nova-98fb2c9388ea4f4221d7557653a3bd732dbd3f32.zip
Alias of volumes extension should be OS-VOLUMES
-rw-r--r--nova/api/openstack/contrib/volumes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/contrib/volumes.py b/nova/api/openstack/contrib/volumes.py
index feabdce89..1563dd8c0 100644
--- a/nova/api/openstack/contrib/volumes.py
+++ b/nova/api/openstack/contrib/volumes.py
@@ -301,7 +301,7 @@ class Volumes(extensions.ExtensionDescriptor):
return "Volumes"
def get_alias(self):
- return "VOLUMES"
+ return "OS-VOLUMES"
def get_description(self):
return "Volumes support"