diff options
| author | Mark McClain <mark.mcclain@dreamhost.com> | 2013-07-02 18:44:42 -0400 |
|---|---|---|
| committer | Mark McClain <mark.mcclain@dreamhost.com> | 2013-07-03 11:56:44 -0400 |
| commit | 93ac15bfeb51ee6a097d878e4eeef69cd2b3a6bc (patch) | |
| tree | 39acb2ba93a28e1f03a3e6d739845758cd58715b /tests/unit/lb | |
| parent | 8ed38707b12ae6e77480ae8d8542712d63b7fc70 (diff) | |
| download | python-neutronclient-2.2.4.tar.gz | |
Rename quantumclient to neutronclient2.2.4
Implements Blueprint: remove-use-of-quantum
Change-Id: Idebe92d56d277435ffd23f292984f9b8b8fdb2df
Diffstat (limited to 'tests/unit/lb')
| -rw-r--r-- | tests/unit/lb/test_cli20_healthmonitor.py | 2 | ||||
| -rw-r--r-- | tests/unit/lb/test_cli20_member.py | 2 | ||||
| -rw-r--r-- | tests/unit/lb/test_cli20_pool.py | 2 | ||||
| -rw-r--r-- | tests/unit/lb/test_cli20_vip.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/unit/lb/test_cli20_healthmonitor.py b/tests/unit/lb/test_cli20_healthmonitor.py index 0b87ff9..51bc894 100644 --- a/tests/unit/lb/test_cli20_healthmonitor.py +++ b/tests/unit/lb/test_cli20_healthmonitor.py @@ -21,7 +21,7 @@ import sys import mox -from quantumclient.quantum.v2_0.lb import healthmonitor +from neutronclient.neutron.v2_0.lb import healthmonitor from tests.unit import test_cli20 diff --git a/tests/unit/lb/test_cli20_member.py b/tests/unit/lb/test_cli20_member.py index 9b75367..b280320 100644 --- a/tests/unit/lb/test_cli20_member.py +++ b/tests/unit/lb/test_cli20_member.py @@ -19,7 +19,7 @@ import sys -from quantumclient.quantum.v2_0.lb import member +from neutronclient.neutron.v2_0.lb import member from tests.unit import test_cli20 diff --git a/tests/unit/lb/test_cli20_pool.py b/tests/unit/lb/test_cli20_pool.py index 709c3d1..f54d71d 100644 --- a/tests/unit/lb/test_cli20_pool.py +++ b/tests/unit/lb/test_cli20_pool.py @@ -21,7 +21,7 @@ import sys import mox -from quantumclient.quantum.v2_0.lb import pool +from neutronclient.neutron.v2_0.lb import pool from tests.unit import test_cli20 diff --git a/tests/unit/lb/test_cli20_vip.py b/tests/unit/lb/test_cli20_vip.py index 4358cfb..f34efd6 100644 --- a/tests/unit/lb/test_cli20_vip.py +++ b/tests/unit/lb/test_cli20_vip.py @@ -19,7 +19,7 @@ import sys -from quantumclient.quantum.v2_0.lb import vip +from neutronclient.neutron.v2_0.lb import vip from tests.unit import test_cli20 |
