Skip to content

Commit 0d3f08f

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Stop configuring '[DEFAULT] use_neutron' for nova"
2 parents bae2257 + f9ff151 commit 0d3f08f

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)