Keystone fail while running ./stack.sh stable/newton -
i error keystone running ./stack.sh. vm behind proxy. export http/https , no_proxy (export no_proxy="10.0.241.27,127.0.0.1,localhost"). update /etc/hosts "104.130.246.128 git.openstack.org" , change in stackrc git_base line "git://git.openstack.org" "http://git.openstack.org". each time run ./stack.sh same error keystone.
this local.conf
[[local|localrc]] admin_password=password database_password=password rabbit_password=password service_password=password logfile=$dest/logs/stack.sh.log logdays=2 git_base=http://github.com and error get
2017-04-06 13:04:31.077 | 2017-04-06 16:04:31.077 31378 debug oslo_db.sqlalchemy.engines [-] mysql server mode set strict_trans_tables,strict_all_tables,no_zero_in_date,no_zero_date,error_for_division_by_zero,traditional,no_auto_create_user,no_engine_substitution _check_effective_sql_mode /usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/engines.py:261 2017-04-06 13:04:31.151 | 2017-04-06 16:04:31.150 31378 info keystone.cmd.cli [req-2ad50430-0b0b-478c-a9df-d853dbdab949 - - - - -] created domain default 2017-04-06 13:04:31.183 | 2017-04-06 16:04:31.183 31378 info keystone.cmd.cli [req-2ad50430-0b0b-478c-a9df-d853dbdab949 - - - - -] created project admin 2017-04-06 13:04:31.196 | 2017-04-06 16:04:31.196 31378 debug passlib.registry [req-2ad50430-0b0b-478c-a9df-d853dbdab949 - - - - -] registered 'sha512_crypt' handler: <class 'passlib.handlers.sha2_crypt.sha512_crypt'> register_crypt_handler /usr/local/lib/python2.7/dist-packages/passlib/registry.py:284 2017-04-06 13:04:31.221 | 2017-04-06 16:04:31.220 31378 info keystone.cmd.cli [req-2ad50430-0b0b-478c-a9df-d853dbdab949 - - - - -] created user admin 2017-04-06 13:04:31.233 | 2017-04-06 16:04:31.233 31378 info keystone.cmd.cli [req-2ad50430-0b0b-478c-a9df-d853dbdab949 - - - - -] created role admin 2017-04-06 13:04:31.250 | 2017-04-06 16:04:31.249 31378 info keystone.cmd.cli [req-2ad50430-0b0b-478c-a9df-d853dbdab949 - - - - -] granted admin on admin user admin. 2017-04-06 13:04:31.265 | 2017-04-06 16:04:31.265 31378 info keystone.cmd.cli [req-2ad50430-0b0b-478c-a9df-d853dbdab949 - - - - -] created region regionone 2017-04-06 13:04:31.298 | 2017-04-06 16:04:31.297 31378 info keystone.cmd.cli [req-2ad50430-0b0b-478c-a9df-d853dbdab949 - - - - -] created admin endpoint http://10.0.241.27/identity_v2_admin 2017-04-06 13:04:31.314 | 2017-04-06 16:04:31.314 31378 info keystone.cmd.cli [req-2ad50430-0b0b-478c-a9df-d853dbdab949 - - - - -] created internal endpoint http://10.0.241.27/identity 2017-04-06 13:04:31.328 | 2017-04-06 16:04:31.327 31378 info keystone.cmd.cli [req-2ad50430-0b0b-478c-a9df-d853dbdab949 - - - - -] created public endpoint http://10.0.241.27/identity 2017-04-06 13:04:31.332 | 2017-04-06 16:04:31.332 31378 info keystone.assignment.core [req-2ad50430-0b0b-478c-a9df-d853dbdab949 - - - - -] creating default role 9fe2ff9ee4384b1894a90878d3e92bab because not exist. 2017-04-06 13:04:31.446 | +./stack.sh:main:1060 create_keystone_accounts 2017-04-06 13:04:31.450 | +lib/keystone:create_keystone_accounts:381 local admin_project 2017-04-06 13:04:31.458 | ++lib/keystone:create_keystone_accounts:382 openstack project show admin -f value -c id 2017-04-06 13:04:34.871 | discovering versions identity service failed when creating password plugin. attempting determine version url. 2017-04-06 13:04:34.871 | not determine suitable url plugin 2017-04-06 13:04:34.908 | +lib/keystone:create_keystone_accounts:382 admin_project= 2017-04-06 13:04:34.914 | +lib/keystone:create_keystone_accounts:1 exit_trap 2017-04-06 13:04:34.920 | +./stack.sh:exit_trap:487 local r=1 2017-04-06 13:04:34.927 | ++./stack.sh:exit_trap:488 jobs -p 2017-04-06 13:04:34.932 | +./stack.sh:exit_trap:488 jobs= 2017-04-06 13:04:34.938 | +./stack.sh:exit_trap:491 [[ -n '' ]] 2017-04-06 13:04:34.943 | +./stack.sh:exit_trap:497 kill_spinner 2017-04-06 13:04:34.949 | +./stack.sh:kill_spinner:383 '[' '!' -z '' ']' 2017-04-06 13:04:34.954 | +./stack.sh:exit_trap:499 [[ 1 -ne 0 ]] 2017-04-06 13:04:34.960 | +./stack.sh:exit_trap:500 echo 'error on exit' 2017-04-06 13:04:34.960 | error on exit 2017-04-06 13:04:34.966 | +./stack.sh:exit_trap:501 generate-subunit 1491483638 236 fail 2017-04-06 13:04:35.222 | +./stack.sh:exit_trap:502 [[ -z /opt/stack/logs ]] 2017-04-06 13:04:35.229 | +./stack.sh:exit_trap:505 /home/stack/devstack/tools/worlddump.py -d /opt/stack/logs 2017-04-06 13:04:35.788 | +./stack.sh:exit_trap:511 exit 1 could me? lot
Comments
Post a Comment