From 942b3ed874f045c892ad497ffadfdd80cb63bf9e Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 8 Jan 2013 07:48:02 +0000 Subject: 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 --- nova/config.py | 3 --- 1 file changed, 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'), -- cgit