Comment 5 for bug 1460574

Revision history for this message
Baohua Yang (yangbaohua) wrote :

I test the master branch (in physical machine).
Other errors happened,like

2015-06-01 10:46:56.794 | + screen -S stack -p key-access -X stuff 'sudo tail -f /var/log/apache2/keystone_access.log & echo $! >/opt/stack/status/stack/key-
'ccess.pid; fg || echo "key-access failed to start" | tee "/opt/stack/status/stack/key-access.failure"
2015-06-01 10:46:56.797 | + echo 'Waiting for keystone to start...'
2015-06-01 10:46:56.797 | Waiting for keystone to start...
2015-06-01 10:46:56.797 | + wait_for_service 60 http://9.186.100.77:5000/v2.0/
2015-06-01 10:46:56.797 | + local timeout=60
2015-06-01 10:46:56.797 | + local url=http://9.186.100.77:5000/v2.0/
2015-06-01 10:46:56.797 | + timeout 60 sh -c 'while ! curl -g -k --noproxy '\''*'\'' -s http://9.186.100.77:5000/v2.0/ >/dev/null; do sleep 1; done'
2015-06-01 10:46:57.651 | + is_service_enabled tls-proxy
2015-06-01 10:46:57.655 | + return 1
2015-06-01 10:46:57.656 | + SERVICE_ENDPOINT=http://9.186.100.77:35357/v2.0
2015-06-01 10:46:57.656 | + is_service_enabled tls-proxy
2015-06-01 10:46:57.659 | + return 1
2015-06-01 10:46:57.659 | + export OS_TOKEN=abcdefghijklmnopqrstuvwxyz
2015-06-01 10:46:57.659 | + OS_TOKEN=abcdefghijklmnopqrstuvwxyz
2015-06-01 10:46:57.659 | + export OS_URL=http://9.186.100.77:35357/v2.0
2015-06-01 10:46:57.659 | + OS_URL=http://9.186.100.77:35357/v2.0
2015-06-01 10:46:57.659 | + create_keystone_accounts
2015-06-01 10:46:57.660 | ++ get_or_create_project admin
2015-06-01 10:46:57.660 | ++ local os_cmd=openstack
2015-06-01 10:46:57.660 | ++ local domain=
2015-06-01 10:46:57.660 | ++ [[ ! -z '' ]]
2015-06-01 10:46:57.661 | +++ openstack project create admin --or-show -f value -c id
2015-06-01 10:46:59.879 | ERROR: openstack Internal Server Error (HTTP 500)
2015-06-01 10:46:59.942 | ++ local project_id=
2015-06-01 10:46:59.942 | ++ echo
2015-06-01 10:46:59.943 | + local admin_tenant=
2015-06-01 10:46:59.944 | ++ get_or_create_user admin admin
2015-06-01 10:46:59.944 | ++ [[ ! -z '' ]]
2015-06-01 10:46:59.944 | ++ local email=
2015-06-01 10:46:59.944 | ++ local os_cmd=openstack
2015-06-01 10:46:59.944 | ++ local domain=
2015-06-01 10:46:59.944 | ++ [[ ! -z '' ]]
2015-06-01 10:46:59.945 | +++ openstack user create admin --password admin --or-show -f value -c id
2015-06-01 10:47:01.435 | ERROR: openstack Internal Server Error (HTTP 500)
2015-06-01 10:47:01.498 | ++ local user_id=
2015-06-01 10:47:01.498 | ++ echo
2015-06-01 10:47:01.498 | + local admin_user=
2015-06-01 10:47:01.499 | ++ get_or_create_role admin
2015-06-01 10:47:01.500 | +++ openstack role create admin --or-show -f value -c id
2015-06-01 10:47:02.991 | ERROR: openstack Internal Server Error (HTTP 500)
2015-06-01 10:47:03.054 | ++ local role_id=
2015-06-01 10:47:03.054 | ++ echo
2015-06-01 10:47:03.054 | + local admin_role=
2015-06-01 10:47:03.054 | + get_or_add_user_project_role
2015-06-01 10:47:03.056 | ++ openstack role list --user --project --column ID --column Name
2015-06-01 10:47:03.056 | ++ grep ' '
2015-06-01 10:47:03.057 | ++ get_field 1
2015-06-01 10:47:03.057 | ++ local data field
2015-06-01 10:47:03.057 | ++ read data
...