summaryrefslogtreecommitdiff
path: root/quantumclient/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'quantumclient/shell.py')
-rw-r--r--quantumclient/shell.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/quantumclient/shell.py b/quantumclient/shell.py
index 4b22e98..feb6941 100644
--- a/quantumclient/shell.py
+++ b/quantumclient/shell.py
@@ -220,6 +220,21 @@ COMMAND_V2 = {
'quantumclient.quantum.v2_0.agent.DeleteAgent'),
'agent-update': utils.import_class(
'quantumclient.quantum.v2_0.agent.UpdateAgent'),
+ 'net-gateway-create': utils.import_class(
+ 'quantumclient.quantum.v2_0.nvpnetworkgateway.CreateNetworkGateway'),
+ 'net-gateway-update': utils.import_class(
+ 'quantumclient.quantum.v2_0.nvpnetworkgateway.UpdateNetworkGateway'),
+ 'net-gateway-delete': utils.import_class(
+ 'quantumclient.quantum.v2_0.nvpnetworkgateway.DeleteNetworkGateway'),
+ 'net-gateway-show': utils.import_class(
+ 'quantumclient.quantum.v2_0.nvpnetworkgateway.ShowNetworkGateway'),
+ 'net-gateway-list': utils.import_class(
+ 'quantumclient.quantum.v2_0.nvpnetworkgateway.ListNetworkGateway'),
+ 'net-gateway-connect': utils.import_class(
+ 'quantumclient.quantum.v2_0.nvpnetworkgateway.ConnectNetworkGateway'),
+ 'net-gateway-disconnect': utils.import_class(
+ 'quantumclient.quantum.v2_0.nvpnetworkgateway.'
+ 'DisconnectNetworkGateway')
}
COMMANDS = {'2.0': COMMAND_V2}