Commit Graph

8 Commits

Author SHA1 Message Date
Andrey Kurilin 0a60aae852 Rename v1_1 to v2
Module novaclient.v1_1 is used as implementation of V1.1, V2 and V3.
Since future development(microversioning) will be done across V2,
implementation should be done in appropriate module(to prevent misleading).

Despite the fact that implementation for all versions are equal, discover
method for contrib path worked only for v1.1. This patch fixes this bug and
modifies shell tests to check all versions.

Change-Id: Ib6798f4dfe177586302141f522dc593560ce6a5b
2015-02-04 17:40:46 +02:00
Eugeniya Kudryashova 75727c2d37 Fix E128 failures in novaclient/v1_1/
E128 continuation line under-indented for visual indent

Change-Id: I93660ef15df87993738c98f8bb1a88cc65f99870
2014-11-18 17:21:30 +02:00
Rafael Rivero 98acb7fb7d Corrects typos "coearse," "proejct," and "unecrypts"
Misspelling of "coerce" found in the docstring body
of method _boot from class ServerManager. Misspellings
of "project" and "unencrypts" found in docstrings
of client.py and crypto.py.

Change-Id: I052c321f3ad5e13aa57a559e2f28ec5eec32a9b4
2014-09-18 15:24:54 -07:00
Alvaro Lopez Garcia f4769453fd Change "project" to "project_id" in cloudpipe-create
The CLI was stating that the name of the project should be used, but the
parameter needs to be the project_id.

Change-Id: If0908a1b72c526f6436432ff18599423f89f7d1f
2013-11-12 12:12:49 +01:00
gtt116 dccdd02e48 Cleanup unused import
Change-Id: Id7d110110f238077630c9b9ee4d643654844dd3e
2013-04-17 13:51:37 +00:00
Davanum Srinivas c5b579926f Fix Copyright Headers from LLC to Foundation
follow the lead from nova and oslo projects

Change-Id: I270c5f1e4eefa4b72e292bfb4a4c60de0c3f6e4a
2013-03-13 20:12:23 -04:00
Chris Yeoh 4f6419b555 Adds nova client support for nova-manage vpn command
Adds "nova cloudpipe-configure" command
Adds shell tests for cloudpipe-list and cloudpipe-create commands which
already exist

This patch depends on https://review.openstack.org/#/c/15854/

Change-Id: I784f5bf0f25a2d8cae4b7c2c6ccf345842ffe352
Implements: blueprint apis-for-nova-manage
2012-11-27 15:00:48 +10:30
Alvaro Lopez Garcia 0191005de3 Added cloudpipe support. Fixes bug 962286
Change-Id: Id1c580a085d0bf9699689c5d6d8c8103d7d4a3f8
2012-03-22 17:13:16 +01:00