Add quota v1 support for volume
added dhellmann's suggestions created entry points in setup.py added show/set/list quotas for v1 volume Change-Id: I8ed6a9518007b31cafeaa70a54d5bf54a549195b
This commit is contained in:
3
setup.py
3
setup.py
@@ -147,6 +147,9 @@ setuptools.setup(
|
||||
'create_type=openstackclient.volume.v1.type:CreateType',
|
||||
'delete_type=openstackclient.volume.v1.type:DeleteType',
|
||||
'list_type=openstackclient.volume.v1.type:ListType',
|
||||
'show_quota=openstackclient.volume.v1.quota:ShowQuota',
|
||||
'list_quota=openstackclient.volume.v1.quota:ListQuota',
|
||||
'set_quota=openstackclient.volume.v1.quota:SetQuota',
|
||||
]
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user