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
This commit is contained in:
Mark McLoughlin 2013-01-08 07:48:02 +00:00
parent 7cd22aaca7
commit 942b3ed874
1 changed files with 0 additions and 3 deletions

View File

@ -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'),