diff options
| author | Terry Howe <terrylhowe@gmail.com> | 2014-07-07 05:51:25 -0600 |
|---|---|---|
| committer | Terry Howe <terrylhowe@gmail.com> | 2014-07-07 06:08:02 -0600 |
| commit | b157dc937e95b7334b0c1816b6b165d080fc3be6 (patch) | |
| tree | b5cda33f2790fa363b1cd3504ffd3a93ba1961c7 /openstackclient/tests/test_shell.py | |
| parent | b3736fd9df869e2f2824ed831deb3aa9a446ee59 (diff) | |
| download | python-openstackclient-b157dc937e95b7334b0c1816b6b165d080fc3be6.tar.gz | |
Move network stuff to v2 instead of v2_0
Rename network stuff v2
Change-Id: Ia9b8feda20dfd35b0f3712b8e2419d0bf5da0acd
Diffstat (limited to 'openstackclient/tests/test_shell.py')
| -rw-r--r-- | openstackclient/tests/test_shell.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/tests/test_shell.py b/openstackclient/tests/test_shell.py index dfb8021a..c180289e 100644 --- a/openstackclient/tests/test_shell.py +++ b/openstackclient/tests/test_shell.py @@ -39,13 +39,13 @@ DEFAULT_COMPUTE_API_VERSION = "2" DEFAULT_IDENTITY_API_VERSION = "2.0" DEFAULT_IMAGE_API_VERSION = "v2" DEFAULT_VOLUME_API_VERSION = "1" -DEFAULT_NETWORK_API_VERSION = "2.0" +DEFAULT_NETWORK_API_VERSION = "2" LIB_COMPUTE_API_VERSION = "2" LIB_IDENTITY_API_VERSION = "2.0" LIB_IMAGE_API_VERSION = "1" LIB_VOLUME_API_VERSION = "1" -LIB_NETWORK_API_VERSION = "2.0" +LIB_NETWORK_API_VERSION = "2" def make_shell(): |
