Remove deprecated spicehtml5 options

Now that we are in Kilo, remove options deprecated in Juno.

Options deprecated in I36c014c8b8a0796cda494f9450a1fc30104504a1

Change-Id: I2c634197229977a1d54444e5be56ad910c664231
This commit is contained in:
Joe Gordon
2014-10-28 16:59:22 -07:00
parent 7e3b165dd5
commit d88b40efe1

View File

@@ -34,14 +34,10 @@ from nova import version
opts = [
cfg.StrOpt('html5proxy_host',
default='0.0.0.0',
help='Host on which to listen for incoming requests',
deprecated_group='DEFAULT',
deprecated_name='spicehtml5proxy_host'),
help='Host on which to listen for incoming requests'),
cfg.IntOpt('html5proxy_port',
default=6082,
help='Port on which to listen for incoming requests',
deprecated_group='DEFAULT',
deprecated_name='spicehtml5proxy_port'),
help='Port on which to listen for incoming requests'),
]
CONF = cfg.CONF