devstack (stable/kilo) installation failed with "openstack Not Found (HTTP 404)" errors

Bug #1541844 reported by Venkata Mahesh Jonnalagadda
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
devstack
Invalid
Undecided
Unassigned

Bug Description

Trying to install devstack (stable/kilo) on Ubuntu 14.04 and seeing "openstack Not Found (HTTP 404)" errors -

log snapshot -

2016-02-04 17:41:16.840 | + screen -S stack -p key-access -X stuff 'sudo tail -f /var/log/apache2/keystone_access.log & echo $! >/opt/stack/status/stack/key-access.pid; fg || echo "key-access failed to start" | tee "/opt/stack/status/stack/key-access.failure"^M'
2016-02-04 17:41:16.844 | + echo 'Waiting for keystone to start...'
2016-02-04 17:41:16.845 | Waiting for keystone to start...
2016-02-04 17:41:16.845 | + wait_for_service 60 http://ubuntu2box.ap.att.com:5000/v2.0/
2016-02-04 17:41:16.845 | + local timeout=60
2016-02-04 17:41:16.845 | + local url=http://ubuntu2box.ap.att.com:5000/v2.0/
2016-02-04 17:41:16.846 | + timeout 60 sh -c 'while ! curl -g -k --noproxy '\''*'\'' -s http://ubuntu2box.ap.att.com:5000/v2.0/ >/dev/null; do sleep 1; done'
2016-02-04 17:41:17.714 | + is_service_enabled tls-proxy
2016-02-04 17:41:17.716 | + return 1
2016-02-04 17:41:17.716 | + SERVICE_ENDPOINT=http://ubuntu2box.ap.att.com:35357/v2.0
2016-02-04 17:41:17.716 | + is_service_enabled tls-proxy
2016-02-04 17:41:17.718 | + return 1
2016-02-04 17:41:17.718 | + export OS_TOKEN=devstack
2016-02-04 17:41:17.718 | + OS_TOKEN=devstack
2016-02-04 17:41:17.718 | + export OS_URL=http://ubuntu2box.ap.att.com:35357/v2.0
2016-02-04 17:41:17.718 | + OS_URL=http://ubuntu2box.ap.att.com:35357/v2.0
2016-02-04 17:41:17.718 | + create_keystone_accounts
2016-02-04 17:41:17.718 | ++ get_or_create_project admin
2016-02-04 17:41:17.718 | ++ local project_id
2016-02-04 17:41:17.719 | ++ local os_cmd=openstack
2016-02-04 17:41:17.719 | ++ local domain=
2016-02-04 17:41:17.719 | ++ [[ ! -z '' ]]
2016-02-04 17:41:17.719 | +++ openstack project create admin --or-show -f value -c id
2016-02-04 17:41:24.495 | ERROR: openstack Not Found (HTTP 404)

I tried to check whether python-openstackclient properly installed or not and found it is in good shape -

stack@ubuntu2box:~/devstack$ pip list | grep python-openstackclient
python-openstackclient (1.0.4)

stack@ubuntu2box:~/devstack$ which openstack
/usr/local/bin/openstack

stack@ubuntu2box:~/devstack$ openstack --version
openstack 1.0.4

Not sure why openstack commands are failing during devstack (stable/kilo) installation with "openstack Not Found (HTTP 404)"

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

This devstack bug was last updated over 180 days ago, as devstack
is a fast moving project and we'd like to get the tracker down to
currently actionable bugs, this is getting marked as Invalid. If the
issue still exists, please feel free to reopen it.

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

Remote bug watches

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