Comment 2 for bug 1418341

Revision history for this message
chenglch (chenglch) wrote :

Hello Yuki Nishiwaki .

You can see the test configuration on CI, like link
https://review.openstack.org/#/c/146307/
which is upload yesterday.
The ironic.conf file that check-tempest-dsvm-ironic-pxe_ssh jenkins job use can be found in the link below.

http://logs.openstack.org/07/146307/5/check/check-tempest-dsvm-ironic-pxe_ssh/964a5da/logs/etc/ironic/ironic.conf.txt.gz

The keystone_authtoken section in that file use
[keystone_authtoken]
>signing_dir = /var/cache/ironic/api
>cafile = /opt/stack/data/ca-bundle.pem
>auth_uri = http://127.0.0.1:5000
>project_domain_id = default
>project_name = service
>user_domain_id = default
>password = secretservice
>username = ironic
>auth_url = http://127.0.0.1:35357
>auth_plugin = password

rather than the correct configuration you mentioned.
>[keystone_authtoken]
>admin_password = secretservice
>admin_user = ironic
>admin_tenant_name = service

I think CI always use devstack-gate to get the latest devstack , that's very strange.