Remove discard configuration

The admin_password and admin_user in default section is discarded
in code, no longer be used anymore.

Change-Id: I1d31faf0781cb61d13aa6a76534e38783e4f920f
This commit is contained in:
jinxingfang 2017-09-11 16:53:59 +08:00
parent b1b501cc08
commit f73af4395c

View File

@ -8,8 +8,6 @@
[DEFAULT]
{% if not enable_keystone | bool %}
auth_strategy = noauth
admin_user = {{ openstack_auth.username }}
admin_password = {{ keystone_admin_password }}
{% endif %}
debug = {{ ironic_logging_debug }}