diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-01-08 21:20:53 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-01-08 21:20:53 +0000 |
| commit | 61e9e0112bf2fd09892a5e1974d4f454ea2a4469 (patch) | |
| tree | 4fb2c26807c27dfd3be02ca53eba2d182d4606db /nova | |
| parent | 741e0e8e7575b25476f33919304a8f5506b6ab9b (diff) | |
| parent | 942b3ed874f045c892ad497ffadfdd80cb63bf9e (diff) | |
| download | nova-61e9e0112bf2fd09892a5e1974d4f454ea2a4469.tar.gz nova-61e9e0112bf2fd09892a5e1974d4f454ea2a4469.tar.xz nova-61e9e0112bf2fd09892a5e1974d4f454ea2a4469.zip | |
Merge "Remove unused osapi_path option"
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/config.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/config.py b/nova/config.py index c84725b84..c39adfd45 100644 --- a/nova/config.py +++ b/nova/config.py @@ -87,9 +87,6 @@ global_opts = [ help='When set, compute API will consider duplicate hostnames ' 'invalid within the specified scope, regardless of case. ' 'Should be empty, "project" or "global".'), - cfg.StrOpt('osapi_path', - default='/v1.1/', - help='the path prefix used to call the openstack api server'), cfg.StrOpt('default_instance_type', default='m1.small', help='default instance type to use, testing only'), |
