devstack installation is failing in create_keystone_accounts

Bug #1663980 reported by mengalong
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
devstack
Invalid
Undecided
Unassigned

Bug Description

I try to use devstack(stable/mitaka) to install openstack on Centos7.
After solved many problems, now the process failed in such step:

017-02-11 20:06:10.132 | 2017-02-12 04:06:10.132 16896 INFO keystone.cmd.cli [req-dc6ebd45-169e-499e-8c80-d06ea63febeb - - - - -] Created domain default
2017-02-11 20:06:10.166 | 2017-02-12 04:06:10.165 16896 INFO keystone.cmd.cli [req-dc6ebd45-169e-499e-8c80-d06ea63febeb - - - - -] Created project admin
2017-02-11 20:06:10.207 | 2017-02-12 04:06:10.198 16896 DEBUG passlib.registry [req-dc6ebd45-169e-499e-8c80-d06ea63febeb - - - - -] registered 'sha512_crypt' handler: <class 'passlib.handlers.sha2_crypt.sha512_crypt'> register_crypt_handler /usr/lib/python2.7/site-packages/passlib/registry.py:284
2017-02-11 20:06:10.222 | 2017-02-12 04:06:10.221 16896 INFO keystone.cmd.cli [req-dc6ebd45-169e-499e-8c80-d06ea63febeb - - - - -] Created user admin
2017-02-11 20:06:10.237 | 2017-02-12 04:06:10.236 16896 INFO keystone.cmd.cli [req-dc6ebd45-169e-499e-8c80-d06ea63febeb - - - - -] Created Role admin
2017-02-11 20:06:10.248 | 2017-02-12 04:06:10.248 16896 INFO keystone.cmd.cli [req-dc6ebd45-169e-499e-8c80-d06ea63febeb - - - - -] Granted admin on admin to user admin.
2017-02-11 20:06:10.264 | 2017-02-12 04:06:10.262 16896 INFO keystone.cmd.cli [req-dc6ebd45-169e-499e-8c80-d06ea63febeb - - - - -] Created Region RegionOne


2017-02-11 20:06:10.302 | 2017-02-12 04:06:10.301 16896 INFO keystone.cmd.cli [req-dc6ebd45-169e-499e-8c80-d06ea63febeb - - - - -] Created admin endpoint http://192.168.1.104:35357/v2.0
2017-02-11 20:06:10.323 | 2017-02-12 04:06:10.323 16896 INFO keystone.cmd.cli [req-dc6ebd45-169e-499e-8c80-d06ea63febeb - - - - -] Created internal endpoint http://192.168.1.104:5000/v2.0
2017-02-11 20:06:10.358 | 2017-02-12 04:06:10.347 16896 INFO keystone.cmd.cli [req-dc6ebd45-169e-499e-8c80-d06ea63febeb - - - - -] Created public endpoint http://192.168.1.104:5000/v2.0
2017-02-11 20:06:10.444 | +./stack.sh:main:1007 is_service_enabled tls-proxy
2017-02-11 20:06:10.487 | +functions-common:is_service_enabled:2055 return 1
2017-02-11 20:06:10.492 | +./stack.sh:main:1016 cat
2017-02-11 20:06:10.499 | +./stack.sh:main:1031 source /home/devstack/userrc_early
2017-02-11 20:06:10.505 | ++userrc_early:source:4 export OS_IDENTITY_API_VERSION=3
2017-02-11 20:06:10.513 | ++userrc_early:source:4 OS_IDENTITY_API_VERSION=3
2017-02-11 20:06:10.522 | ++userrc_early:source:5 export OS_AUTH_URL=http://192.168.1.104:35357
2017-02-11 20:06:10.535 | ++userrc_early:source:5 OS_AUTH_URL=http://192.168.1.104:35357
2017-02-11 20:06:10.541 | ++userrc_early:source:6 export OS_USERNAME=admin
2017-02-11 20:06:10.548 | ++userrc_early:source:6 OS_USERNAME=admin
2017-02-11 20:06:10.555 | ++userrc_early:source:7 export OS_USER_DOMAIN_ID=default
2017-02-11 20:06:10.562 | ++userrc_early:source:7 OS_USER_DOMAIN_ID=default
2017-02-11 20:06:10.570 | ++userrc_early:source:8 export OS_PASSWORD=pass
2017-02-11 20:06:10.577 | ++userrc_early:source:8 OS_PASSWORD=pass
2017-02-11 20:06:10.589 | ++userrc_early:source:9 export OS_PROJECT_NAME=admin
2017-02-11 20:06:10.597 | ++userrc_early:source:9 OS_PROJECT_NAME=admin
2017-02-11 20:06:10.604 | ++userrc_early:source:10 export OS_PROJECT_DOMAIN_ID=default
2017-02-11 20:06:10.611 | ++userrc_early:source:10 OS_PROJECT_DOMAIN_ID=default
2017-02-11 20:06:10.620 | ++userrc_early:source:11 export OS_REGION_NAME=RegionOne
2017-02-11 20:06:10.626 | ++userrc_early:source:11 OS_REGION_NAME=RegionOne
2017-02-11 20:06:10.638 | +./stack.sh:main:1033 create_keystone_accounts
2017-02-11 20:06:10.643 | +lib/keystone:create_keystone_accounts:372 local admin_tenant
2017-02-11 20:06:10.657 | ++lib/keystone:create_keystone_accounts:373 sudo openstack project show admin -f value -c id
2017-02-11 20:06:13.546 | Missing parameter(s):
2017-02-11 20:06:13.546 | Set a username with --os-username, OS_USERNAME, or auth.username
2017-02-11 20:06:13.546 | Set an authentication URL, with --os-auth-url, OS_AUTH_URL or auth.auth_url
2017-02-11 20:06:13.546 | Set a scope, such as a project or domain, set a project scope with --os-project-name, OS_PROJECT_NAME or auth.project_name, set a domain scope with --os-domain-name, OS_DOMAIN_NAME or auth.domain_name
2017-02-11 20:06:13.579 | +lib/keystone:create_keystone_accounts:373 admin_tenant=
2017-02-11 20:06:13.584 | +lib/keystone:create_keystone_accounts:1 exit_trap
2017-02-11 20:06:13.597 | +./stack.sh:exit_trap:474 local r=1
2017-02-11 20:06:13.603 | ++./stack.sh:exit_trap:475 jobs -p
2017-02-11 20:06:13.609 | +./stack.sh:exit_trap:475 jobs=
2017-02-11 20:06:13.615 | +./stack.sh:exit_trap:478 [[ -n '' ]]
2017-02-11 20:06:13.622 | +./stack.sh:exit_trap:484 kill_spinner
2017-02-11 20:06:13.627 | +./stack.sh:kill_spinner:370 '[' '!' -z '' ']'
2017-02-11 20:06:13.633 | +./stack.sh:exit_trap:486 [[ 1 -ne 0 ]]
2017-02-11 20:06:13.644 | +./stack.sh:exit_trap:487 echo 'Error on exit'
2017-02-11 20:06:13.645 | Error on exit
2017-02-11 20:06:13.651 | +./stack.sh:exit_trap:488 generate-subunit 1486843085 488 fail
2017-02-11 20:06:14.567 | +./stack.sh:exit_trap:489 [[ -z /opt/stack/logs ]]
2017-02-11 20:06:14.573 | +./stack.sh:exit_trap:492 /home/devstack/tools/worlddump.py -d /opt/stack/logs
2017-02-11 20:06:15.092 | +./stack.sh:exit_trap:498 exit 1

The attach is the stack.log.
How can i fix this problem?

Thanks
Mengalong

Revision history for this message
mengalong (mengalong) wrote :
Revision history for this message
Sean Dague (sdague) wrote :

Automatically discovered version mitaka in description. If this is incorrect, please update the description to include 'https://api.launchpad.net/1.0/devstack version: ...'

Revision history for this message
Sean Dague (sdague) wrote :

Automatically discovered version mitaka in description. If this is incorrect, please update the description to include 'devstack version: ...'

Sean Dague (sdague)
tags: added: openstack-version.mitaka
Revision history for this message
Dr. Jens Harbott (j-harbott) wrote :

Mitaka is EOL, please reopen if you still see this issue with a recent version of devstack.

Changed in devstack:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.