Skip to content

Commit a90f374

Browse 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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

openstackclient/shell.py

Lines 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)