summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2013-01-08 07:48:02 +0000
committerMark McLoughlin <markmc@redhat.com>2013-01-08 10:23:40 +0000
commit942b3ed874f045c892ad497ffadfdd80cb63bf9e (patch)
tree8998fb312a822a42ad70e500f07b73b6eae14161
parent7cd22aaca7e62db77753cfaa1c5af4a0344fea0d (diff)
downloadnova-942b3ed874f045c892ad497ffadfdd80cb63bf9e.tar.gz
nova-942b3ed874f045c892ad497ffadfdd80cb63bf9e.tar.xz
nova-942b3ed874f045c892ad497ffadfdd80cb63bf9e.zip
Remove unused osapi_path option
This has been unused since deprecated auth was removed. It looks like we intended to remove this in commit ea06eff7. Change-Id: I7a5868c42300ba92d5c8f528a447cfe3fbace297
-rw-r--r--nova/config.py3
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'),