diff options
| author | gongysh <gongysh@linux.vnet.ibm.com> | 2013-02-03 10:00:00 +0800 |
|---|---|---|
| committer | gongysh <gongysh@linux.vnet.ibm.com> | 2013-02-19 06:08:34 +0800 |
| commit | 9e3ba2a16143c428bd2b72945b17ed3ee290d21a (patch) | |
| tree | e6e6c31d2f0b8758528cb498391a3b8db27d0c24 /quantumclient/shell.py | |
| parent | 087905969160f71f64271d75bde9d8753f9b526f (diff) | |
| download | python-neutronclient-9e3ba2a16143c428bd2b72945b17ed3ee290d21a.tar.gz | |
Client for agent extension
blueprint quantum-scheduler
Change-Id: Ic5a2198017cacfb0ff5b5da1461c06b3a0f87ea1
Diffstat (limited to 'quantumclient/shell.py')
| -rw-r--r-- | quantumclient/shell.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/quantumclient/shell.py b/quantumclient/shell.py index 8b8ba69..534cf63 100644 --- a/quantumclient/shell.py +++ b/quantumclient/shell.py @@ -199,6 +199,14 @@ COMMAND_V2 = { 'quantumclient.quantum.v2_0.nvp_qos_queue.ShowQoSQueue'), 'queue-list': utils.import_class( 'quantumclient.quantum.v2_0.nvp_qos_queue.ListQoSQueue'), + 'agent-list': utils.import_class( + 'quantumclient.quantum.v2_0.agent.ListAgent'), + 'agent-show': utils.import_class( + 'quantumclient.quantum.v2_0.agent.ShowAgent'), + 'agent-delete': utils.import_class( + 'quantumclient.quantum.v2_0.agent.DeleteAgent'), + 'agent-update': utils.import_class( + 'quantumclient.quantum.v2_0.agent.UpdateAgent'), } COMMANDS = {'2.0': COMMAND_V2} |
