Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a90f374

Browse filesBrowse files
committed
share: Temporarily ignore new manilaclient commands
We do not want our implementation getting picked up over manilaclient's own implementations until our implementation is complete. Disable loading any commands in the new module. Change-Id: I2065074b968984413ab9aae429e766afd99ab192 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent 3cad254 commit a90f374
Copy full SHA for a90f374

1 file changed

+3Lines changed: 3 additions & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎openstackclient/shell.py‎

Copy file name to clipboardExpand all lines: openstackclient/shell.py
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
'neutronclient.osc.v2.taas',
3838
'neutronclient.osc.v2.networking_bgpvpn',
3939
'neutronclient.osc.v2.dynamic_routing',
40+
# FIXME(stephenfin): this is ignored temporarily while we complete
41+
# implementation. This should be dropped once completed.
42+
'openstackclient.share.v2',
4043
)
4144

4245

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.