Skip to content

Commit f9ff151

Browse files
committed
Stop configuring '[DEFAULT] use_neutron' for nova
This has now been removed and even prior to removal defaulted to True. Change-Id: I847a873d833a4dbee96afa1d2726fea2b8045eeb Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
1 parent 248d4bb commit f9ff151

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/neutron

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@ function configure_neutron_rootwrap {
354354
# if not passed $NOVA_CONF is used.
355355
function configure_neutron_nova_new {
356356
local conf=${1:-$NOVA_CONF}
357-
iniset $conf DEFAULT use_neutron True
358357
iniset $conf neutron auth_type "password"
359358
iniset $conf neutron auth_url "$KEYSTONE_SERVICE_URI"
360359
iniset $conf neutron username neutron

lib/neutron-legacy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ function configure_mutnauq {
373373

374374
function create_nova_conf_neutron {
375375
local conf=${1:-$NOVA_CONF}
376-
iniset $conf DEFAULT use_neutron True
377376
iniset $conf neutron auth_type "password"
378377
iniset $conf neutron auth_url "$KEYSTONE_AUTH_URI"
379378
iniset $conf neutron username "$Q_ADMIN_USERNAME"

0 commit comments

Comments
 (0)