diff options
| author | Cory Wright <cory.wright@rackspace.com> | 2010-12-20 17:51:56 -0500 |
|---|---|---|
| committer | Cory Wright <cory.wright@rackspace.com> | 2010-12-20 17:51:56 -0500 |
| commit | 63d9378bccf5500e96037956f07618e86c5d38eb (patch) | |
| tree | 027facde9188c2ee50d0b9fe5c58150eb4c4245c /nova/adminclient.py | |
| parent | ab0cba603d96e25ee151222bb5fcf550459cfc7a (diff) | |
| parent | 086f2d87be3c56ac8dafaf4551096868d57454db (diff) | |
Merge commit
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, |
