Adds Glance API v2 support.
Change-Id: Ib0325e62a7e50aa94e852a73f9a2cb95daa8d5f6
This commit is contained in:
3
setup.py
3
setup.py
@@ -110,6 +110,9 @@ setuptools.setup(
|
||||
'set_user=openstackclient.identity.v2_0.user:SetUser',
|
||||
'show_user=openstackclient.identity.v2_0.user:ShowUser',
|
||||
'list_user-role=openstackclient.identity.v2_0.role:ListUserRole',
|
||||
'list_image=openstackclient.image.v2.image:ListImage',
|
||||
'show_image=openstackclient.image.v2.image:ShowImage',
|
||||
'save_image=openstackclient.image.v2.image:SaveImage',
|
||||
]
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user