File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,6 @@ function configure_neutron_rootwrap {
354354# if not passed $NOVA_CONF is used.
355355function 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
Original file line number Diff line number Diff line change @@ -373,7 +373,6 @@ function configure_mutnauq {
373373
374374function 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 "
You can’t perform that action at this time.
0 commit comments