Remove duplicated config

Change-Id: Ie1d2fcce4eb89554604e9e58c17fb4dada571035
This commit is contained in:
Mykyta Karpin 2016-07-07 17:52:13 +03:00
parent 531c9e42be
commit 28d34255fd
1 changed files with 0 additions and 1 deletions

View File

@ -148,7 +148,6 @@ function prepare_tests() {
else
set_config "${section_name}" 'keystone_url' "$(shield_slashes http://${OPENSTACK_HOST}:5000/v3)" "${config_file}"
fi
set_config "${section_name}" 'keystone_url' "$(shield_slashes http://${OPENSTACK_HOST}:5000/v3)" "${config_file}"
set_config "${section_name}" 'murano_url' "$(shield_slashes http://${FOUND_IP_ADDRESS}:8082/)" "${config_file}"
set_config "${section_name}" 'user' "${ADMIN_USERNAME}" "${config_file}"
set_config "${section_name}" 'password' "${ADMIN_PASSWORD}" "${config_file}"