Hi,
I have freshly reinstall Ubuntu 14.04 on my Computer, and I start installing elijah-provisioning successfully. I had a new user stack with privileges, and I logon this user.
I clone github, make change of local.conf and stackrc and lunch stack.sh and the result is the same:
2017-02-22 12:52:09.181 | ' /home/stack/devstack/local.conf
2017-02-22 12:52:09.213 | + run_phase stack extra
2017-02-22 12:52:09.214 | + local mode=stack
2017-02-22 12:52:09.214 | + local phase=extra
2017-02-22 12:52:09.214 | + [[ -d /home/stack/devstack/extras.d ]]
2017-02-22 12:52:09.233 | + for i in '$TOP_DIR/extras.d/*.sh'
2017-02-22 12:52:09.233 | + [[ -r /home/stack/devstack/extras.d/50-ironic.sh ]]
2017-02-22 12:52:09.233 | + source /home/stack/devstack/extras.d/50-ironic.sh stack extra
2017-02-22 12:52:09.239 | ++ is_service_enabled ir-api ir-cond
2017-02-22 12:52:09.247 | ++ return 1
2017-02-22 12:52:09.247 | + for i in '$TOP_DIR/extras.d/*.sh'
2017-02-22 12:52:09.247 | + [[ -r /home/stack/devstack/extras.d/60-ceph.sh ]]
2017-02-22 12:52:09.247 | + source /home/stack/devstack/extras.d/60-ceph.sh stack extra
2017-02-22 12:52:09.247 | ++ is_service_enabled ceph
2017-02-22 12:52:09.249 | ++ return 1
2017-02-22 12:52:09.249 | + for i in '$TOP_DIR/extras.d/*.sh'
2017-02-22 12:52:09.249 | + [[ -r /home/stack/devstack/extras.d/70-sahara.sh ]]
2017-02-22 12:52:09.249 | + source /home/stack/devstack/extras.d/70-sahara.sh stack extra
2017-02-22 12:52:09.249 | ++ is_service_enabled sahara
2017-02-22 12:52:09.251 | ++ return 1
2017-02-22 12:52:09.251 | + for i in '$TOP_DIR/extras.d/*.sh'
2017-02-22 12:52:09.252 | + [[ -r /home/stack/devstack/extras.d/70-trove.sh ]]
2017-02-22 12:52:09.252 | + source /home/stack/devstack/extras.d/70-trove.sh stack extra
2017-02-22 12:52:09.252 | ++ is_service_enabled trove
2017-02-22 12:52:09.262 | ++ return 1
2017-02-22 12:52:09.263 | + for i in '$TOP_DIR/extras.d/*.sh'
2017-02-22 12:52:09.263 | + [[ -r /home/stack/devstack/extras.d/70-zaqar.sh ]]
2017-02-22 12:52:09.263 | + source /home/stack/devstack/extras.d/70-zaqar.sh stack extra
2017-02-22 12:52:09.263 | ++ is_service_enabled zaqar-server
2017-02-22 12:52:09.265 | ++ return 1
2017-02-22 12:52:09.265 | + for i in '$TOP_DIR/extras.d/*.sh'
2017-02-22 12:52:09.265 | + [[ -r /home/stack/devstack/extras.d/80-tempest.sh ]]
2017-02-22 12:52:09.265 | + source /home/stack/devstack/extras.d/80-tempest.sh stack extra
2017-02-22 12:52:09.265 | ++ is_service_enabled tempest
2017-02-22 12:52:09.267 | ++ return 0
2017-02-22 12:52:09.267 | ++ [[ stack == \s\o\u\r\c\e ]]
2017-02-22 12:52:09.267 | ++ [[ stack == \s\t\a\c\k ]]
2017-02-22 12:52:09.267 | ++ [[ extra == \i\n\s\t\a\l\l ]]
2017-02-22 12:52:09.267 | ++ [[ stack == \s\t\a\c\k ]]
2017-02-22 12:52:09.268 | ++ [[ extra == \p\o\s\t-\c\o\n\f\i\g ]]
2017-02-22 12:52:09.268 | ++ [[ stack == \s\t\a\c\k ]]
2017-02-22 12:52:09.268 | ++ [[ extra == \e\x\t\r\a ]]
2017-02-22 12:52:09.268 | ++ echo_summary 'Initializing Tempest'
2017-02-22 12:52:09.268 | ++ [[ -t 3 ]]
2017-02-22 12:52:09.268 | ++ [[ True != \T\r\u\e ]]
2017-02-22 12:52:09.268 | ++ echo -e Initializing Tempest
2017-02-22 12:52:09.268 | ++ configure_tempest
2017-02-22 12:52:09.268 | ++ [[ False == \T\r\u\e ]]
2017-02-22 12:52:09.268 | ++ pip_install_gr testrepository
2017-02-22 12:52:09.268 | ++ local name=testrepository
2017-02-22 12:52:09.268 | +++ get_from_global_requirements testrepository
2017-02-22 12:52:09.268 | +++ local package=testrepository
2017-02-22 12:52:09.268 | ++++ grep -i -h '^testrepository' /opt/stack/requirements/global-requirements.txt
2017-02-22 12:52:09.268 | ++++ cut -d# -f1
2017-02-22 12:52:09.345 | +++ local 'required_pkg=testrepository>=0.0.18'
2017-02-22 12:52:09.345 | +++ [[ testrepository>=0.0.18 == '' ]]
2017-02-22 12:52:09.345 | +++ echo 'testrepository>=0.0.18'
2017-02-22 12:52:09.346 | ++ local 'clean_name=testrepository>=0.0.18'
2017-02-22 12:52:09.346 | ++ pip_install 'testrepository>=0.0.18'
2017-02-22 12:52:10.580 | ++ sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS=file:///opt/stack/.wheelhouse /usr/local/bin/pip install 'testrepository>=0.0.18'
2017-02-22 12:52:11.022 | Requirement already satisfied (use --upgrade to upgrade): testrepository>=0.0.18 in /usr/local/lib/python2.7/dist-packages
2017-02-22 12:52:11.064 | Requirement already satisfied (use --upgrade to upgrade): testtools>=0.9.30 in /usr/local/lib/python2.7/dist-packages (from testrepository>=0.0.18)
2017-02-22 12:52:11.071 | Requirement already satisfied (use --upgrade to upgrade): fixtures in /usr/local/lib/python2.7/dist-packages (from testrepository>=0.0.18)
2017-02-22 12:52:11.084 | Requirement already satisfied (use --upgrade to upgrade): python-subunit>=0.0.18 in /usr/local/lib/python2.7/dist-packages (from testrepository>=0.0.18)
2017-02-22 12:52:11.096 | Requirement already satisfied (use --upgrade to upgrade): extras in /usr/local/lib/python2.7/dist-packages (from testtools>=0.9.30->testrepository>=0.0.18)
2017-02-22 12:52:11.121 | Requirement already satisfied (use --upgrade to upgrade): pbr>=0.11 in /usr/local/lib/python2.7/dist-packages (from testtools>=0.9.30->testrepository>=0.0.18)
2017-02-22 12:52:11.122 | Requirement already satisfied (use --upgrade to upgrade): python-mimeparse in /usr/local/lib/python2.7/dist-packages (from testtools>=0.9.30->testrepository>=0.0.18)
2017-02-22 12:52:11.138 | Requirement already satisfied (use --upgrade to upgrade): unittest2>=1.0.0 in /usr/local/lib/python2.7/dist-packages (from testtools>=0.9.30->testrepository>=0.0.18)
2017-02-22 12:52:11.146 | Requirement already satisfied (use --upgrade to upgrade): pyrsistent in /usr/local/lib/python2.7/dist-packages (from testtools>=0.9.30->testrepository>=0.0.18)
2017-02-22 12:52:11.160 | Requirement already satisfied (use --upgrade to upgrade): traceback2 in /usr/local/lib/python2.7/dist-packages (from testtools>=0.9.30->testrepository>=0.0.18)
2017-02-22 12:52:11.160 | Requirement already satisfied (use --upgrade to upgrade): pip in /usr/local/lib/python2.7/dist-packages (from pbr>=0.11->testtools>=0.9.30->testrepository>=0.0.18)
2017-02-22 12:52:11.161 | Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from unittest2>=1.0.0->testtools>=0.9.30->testrepository>=0.0.18)
2017-02-22 12:52:11.161 | Requirement already satisfied (use --upgrade to upgrade): six>=1.4 in /usr/local/lib/python2.7/dist-packages (from unittest2>=1.0.0->testtools>=0.9.30->testrepository>=0.0.18)
2017-02-22 12:52:11.162 | Requirement already satisfied (use --upgrade to upgrade): linecache2 in /usr/local/lib/python2.7/dist-packages (from traceback2->testtools>=0.9.30->testrepository>=0.0.18)
2017-02-22 12:52:11.328 | You are using pip version 7.1.2, however version 9.0.1 is available.
2017-02-22 12:52:11.328 | You should consider upgrading via the 'pip install --upgrade pip' command.
2017-02-22 12:52:11.348 | ++ local 'test_req=testrepository>=0.0.18/test-requirements.txt'
2017-02-22 12:52:11.348 | ++ [[ -e testrepository>=0.0.18/test-requirements.txt ]]
2017-02-22 12:52:11.348 | ++ local image_lines
2017-02-22 12:52:11.348 | ++ local images
2017-02-22 12:52:11.348 | ++ local num_images
2017-02-22 12:52:11.348 | ++ local image_uuid
2017-02-22 12:52:11.348 | ++ local image_uuid_alt
2017-02-22 12:52:11.348 | ++ local password
2017-02-22 12:52:11.348 | ++ local line
2017-02-22 12:52:11.348 | ++ local flavors
2017-02-22 12:52:11.348 | ++ local available_flavors
2017-02-22 12:52:11.348 | ++ local flavors_ref
2017-02-22 12:52:11.348 | ++ local flavor_lines
2017-02-22 12:52:11.348 | ++ local public_network_id
2017-02-22 12:52:11.348 | ++ local public_router_id
2017-02-22 12:52:11.348 | ++ local tenant_networks_reachable
2017-02-22 12:52:11.348 | ++ local boto_instance_type=m1.tiny
2017-02-22 12:52:11.348 | ++ local ssh_connect_method=fixed
2017-02-22 12:52:11.348 | ++ ifs='
2017-02-22 12:52:11.348 | '
2017-02-22 12:52:11.348 | ++ declare -a images
2017-02-22 12:52:11.348 | ++ is_service_enabled glance
2017-02-22 12:52:11.350 | ++ return 0
2017-02-22 12:52:11.350 | ++ read -r IMAGE_NAME IMAGE_UUID
2017-02-22 12:52:11.350 | +++ glance image-list --status=active
2017-02-22 12:52:11.350 | +++ awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }'
2017-02-22 12:52:12.411 | ++ case "${#images[*]}" in
2017-02-22 12:52:12.411 | ++ echo 'Found no valid images to use!'
2017-02-22 12:52:12.411 | Found no valid images to use!
2017-02-22 12:52:12.411 | ++ exit 1
2017-02-22 12:52:12.411 | + exit_trap
2017-02-22 12:52:12.411 | + local r=1
2017-02-22 12:52:12.412 | ++ jobs -p
2017-02-22 12:52:12.412 | + jobs=
2017-02-22 12:52:12.412 | + [[ -n '' ]]
2017-02-22 12:52:12.412 | + kill_spinner
2017-02-22 12:52:12.412 | + '[' '!' -z '' ']'
2017-02-22 12:52:12.412 | + [[ 1 -ne 0 ]]
2017-02-22 12:52:12.412 | + echo 'Error on exit'
2017-02-22 12:52:12.412 | Error on exit
2017-02-22 12:52:12.412 | + generate-subunit 1487765941 1991 fail
2017-02-22 12:52:13.084 | + [[ -z /opt/stack/logs ]]
2017-02-22 12:52:13.085 | + /home/stack/devstack/tools/worlddump.py -d /opt/stack/logs
2017-02-22 12:52:13.331 | + exit 1
glance --os-username=admin --os-password=nomoresecrete --os-tenant-name=demo --os-auth-url=http://localhost:5000/v2.0 image-list
+----+------+-------------+------------------+------+--------+
| ID | Name | Disk Format | Container Format | Size | Status |
+----+------+-------------+------------------+------+--------+
+----+------+-------------+------------------+------+--------
If I make a admin-openrc file with v2.0 e 2 as suggested I have this result
stack@mickael-HP-ProDesk-600-G1-TWR:~/devstack$ source admin-openrc.sh
stack@mickael-HP-ProDesk-600-G1-TWR:~/devstack$ openstack endpoint list
WARNING: keystoneclient.auth.identity.generic.base Discovering versions from the identity service failed when creating the password plugin. Attempting to determine version from URL.
WARNING: keystoneclient.auth.identity.generic.base Discovering versions from the identity service failed when creating the password plugin. Attempting to determine version from URL.
ERROR: openstack Could not determine a suitable URL for the plugin
stack@mickael-HP-ProDesk-600-G1-TWR:~/devstack$ curl http://10.0.32.60:9292
{"versions": [{"status": "CURRENT", "id": "v2.3", "links": [{"href": "http://10.0.32.60:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://10.0.32.60:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://10.0.32.60:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://10.0.32.60:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v1.1", "links": [{"href": "http://10.0.32.60:9292/v1/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v1.0", "links": [{"href": "http://10.0.32.60:9292/v1/", "rel": "self"}]}]}
Is there some changes on github lately?
I really need to end this part in order to milestone my thesys and my graduation, I appreciate your help.