Merge "Corrects typos "coearse," "proejct," and "unecrypts""
This commit is contained in:
commit
87a1ebcd14
@ -22,7 +22,7 @@ class DecryptionFailure(Exception):
|
|||||||
|
|
||||||
|
|
||||||
def decrypt_password(private_key, password):
|
def decrypt_password(private_key, password):
|
||||||
"""Base64 decodes password and unecrypts it with private key.
|
"""Base64 decodes password and unencrypts it with private key.
|
||||||
|
|
||||||
Requires openssl binary available in the path.
|
Requires openssl binary available in the path.
|
||||||
"""
|
"""
|
||||||
|
@ -19,7 +19,7 @@ from novaclient import base
|
|||||||
|
|
||||||
|
|
||||||
class Cloudpipe(base.Resource):
|
class Cloudpipe(base.Resource):
|
||||||
"""A cloudpipe instance is a VPN attached to a proejct's VLAN."""
|
"""A cloudpipe instance is a VPN attached to a project's VLAN."""
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return "<Cloudpipe: %s>" % self.project_id
|
return "<Cloudpipe: %s>" % self.project_id
|
||||||
|
@ -428,7 +428,7 @@ class ServerManager(base.BootingManagerWithFind):
|
|||||||
file-like object). A maximum of five entries is allowed,
|
file-like object). A maximum of five entries is allowed,
|
||||||
and each file must be 10k or less.
|
and each file must be 10k or less.
|
||||||
:param reservation_id: a UUID for the set of servers being requested.
|
:param reservation_id: a UUID for the set of servers being requested.
|
||||||
:param return_raw: If True, don't try to coearse the result into
|
:param return_raw: If True, don't try to coerce the result into
|
||||||
a Resource object.
|
a Resource object.
|
||||||
:param security_groups: list of security group names
|
:param security_groups: list of security group names
|
||||||
:param key_name: (optional extension) name of keypair to inject into
|
:param key_name: (optional extension) name of keypair to inject into
|
||||||
|
Loading…
Reference in New Issue
Block a user