Remove valid_interfaces for ironic section

This patch removes the option of valid_interfaces, as we're
pretty ok with the default value which is "internal,public"

Change-Id: I203d9df49db69c8e493a000df9cb003c4b60a19d
This commit is contained in:
Dmitriy Rabotyagov (noonedeadpunk) 2019-06-05 09:11:49 +00:00 committed by Dmitriy Rabotjagov
parent 41cbcca438
commit 581f014c7e
1 changed files with 0 additions and 1 deletions

View File

@ -226,7 +226,6 @@ rpc_conn_pool_size = {{ nova_rpc_conn_pool_size }}
{% if nova_virt_type == 'ironic' %}
[ironic]
valid_interfaces = internal
username = {{ nova_service_user_name }}
password = {{ nova_service_password }}
project_name = {{ nova_service_project_name }}