diff options
Diffstat (limited to 'nova/consoleauth/rpcapi.py')
-rw-r--r-- | nova/consoleauth/rpcapi.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/consoleauth/rpcapi.py b/nova/consoleauth/rpcapi.py index ffc1a3de4e..d0faa9c76e 100644 --- a/nova/consoleauth/rpcapi.py +++ b/nova/consoleauth/rpcapi.py @@ -25,7 +25,6 @@ import nova.openstack.common.rpc.proxy CONF = cfg.CONF rpcapi_cap_opt = cfg.StrOpt('consoleauth', - default=None, help='Set a version cap for messages sent to consoleauth services') CONF.register_opt(rpcapi_cap_opt, 'upgrade_levels') |