summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/virt/baremetal/proxy.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/nova/virt/baremetal/proxy.py b/nova/virt/baremetal/proxy.py
index cf7c149ba..383976ec0 100644
--- a/nova/virt/baremetal/proxy.py
+++ b/nova/virt/baremetal/proxy.py
@@ -59,18 +59,9 @@ LOG = logging.getLogger(__name__)
FLAGS = flags.FLAGS
baremetal_opts = [
- cfg.StrOpt('baremetal_injected_network_template',
- default='$pybasedir/nova/virt/interfaces.template',
- help='Template file for injected network'),
cfg.StrOpt('baremetal_type',
default='baremetal',
help='baremetal domain type'),
- cfg.StrOpt('baremetal_uri',
- default='',
- help='Override the default baremetal URI'),
- cfg.BoolOpt('baremetal_allow_project_net_traffic',
- default=True,
- help='Whether to allow in project network traffic')
]
FLAGS.register_opts(baremetal_opts)