Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3608eec8e | ||
|
|
a4cc81bce4 |
@@ -17,4 +17,8 @@
|
||||
|
||||
from neutronclient.common.exceptions import * # noqa
|
||||
|
||||
|
||||
QuantumException = NeutronException
|
||||
QuantumClientException = NeutronClientException
|
||||
QuantumCLIError = NeutronCLIError
|
||||
QuantumClientNoUniqueMatch = NeutronClientNoUniqueMatch
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
#
|
||||
# vim: tabstop=4 shiftwidth=4 softtabstop=4
|
||||
|
||||
from neutronclient.neutron.v2_0 import NeutronCommand
|
||||
from neutronclient.neutron import v2_0
|
||||
|
||||
QuantumCommand = NeutronCommand
|
||||
QuantumCommand = v2_0.NeutronCommand
|
||||
find_resourceid_by_name_or_id = v2_0.find_resourceid_by_name_or_id
|
||||
|
||||
@@ -17,4 +17,6 @@
|
||||
|
||||
from neutronclient.v2_0 import client
|
||||
|
||||
exception_handler_v20 = client.exception_handler_v20
|
||||
APIParamsCall = client.APIParamsCall
|
||||
Client = client.Client
|
||||
|
||||
Reference in New Issue
Block a user