diff options
| author | Cerberus <matt.dietz@rackspace.com> | 2010-12-20 18:00:26 -0600 |
|---|---|---|
| committer | Cerberus <matt.dietz@rackspace.com> | 2010-12-20 18:00:26 -0600 |
| commit | 7f83b9d963fee2d65b267542c7cd8c48df23a1ef (patch) | |
| tree | 9d351ad5389eb8e6b50e7fd0301db40bb52220f2 /nova/adminclient.py | |
| parent | f3f5b58f395794b3933cc3489ff37ce08002de89 (diff) | |
| parent | 086f2d87be3c56ac8dafaf4551096868d57454db (diff) | |
Merge from trunk
Diffstat (limited to 'nova/adminclient.py')
| -rw-r--r-- | nova/adminclient.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/adminclient.py b/nova/adminclient.py index 5a62cce7d..6ae9f0c0f 100644 --- a/nova/adminclient.py +++ b/nova/adminclient.py @@ -194,6 +194,7 @@ class HostInfo(object): class NovaAdminClient(object): + def __init__( self, clc_url=DEFAULT_CLC_URL, |
