DevStack in Ubuntu 18.04.1

Bug #1801026 reported by Umberto Ballestrazzi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
devstack
Expired
Undecided
Unassigned

Bug Description

This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes:

- [ ] This doc is inaccurate in this way: ______
- [X] This is a doc addition request.
- [ ] I have a fix to the document that I can paste below including example: input and output.

In order to install devstack on ubuntu I had to
Install brctl and ebtables.
$ sudo apt-get install bridge-utils
$ sudo apt-get install ebtables

Enable universe repository
$ sudo add-apt-repository universe

-----------------------------------
Release: 0.0.1.dev9341 on 2018-10-30 09:03
SHA: 79d492c5d5c77098cdec5859b85c6e4280f8cbf5
Source: https://git.openstack.org/cgit/openstack-dev/devstack/tree/doc/source/index.rst
URL: https://docs.openstack.org/devstack/latest/

Revision history for this message
Dr. Jens Harbott (j-harbott) wrote :

The requirement to enable universe is a known issue, see https://bugs.launchpad.net/devstack/+bug/1792936. Feel free to propose a patch for that. I haven't seen the need to manually install those packages, though. Can you show the error that you see when you only enable universe and then run stack.sh?

Changed in devstack:
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for devstack because there has been no activity for 60 days.]

Changed in devstack:
status: Incomplete → Expired
Revision history for this message
Manula Chathurika Thantriwatte (manulachathurika) wrote :

I have brctl and ebtables installed in my PC. But I'm unable to start DevStack. At the middle of the script it get failed mentioned the error as below. Can someone help me how to resolve this issue.

++:: curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://192.168.9.10/image
+:: [[ 503 == 503 ]]
+:: sleep 1
+functions:wait_for_service:431 rval=124
+functions:wait_for_service:436 time_stop wait_for_service
+functions-common:time_stop:2317 local name
+functions-common:time_stop:2318 local end_time
+functions-common:time_stop:2319 local elapsed_time
+functions-common:time_stop:2320 local total
+functions-common:time_stop:2321 local start_time
+functions-common:time_stop:2323 name=wait_for_service
+functions-common:time_stop:2324 start_time=1562654135525
+functions-common:time_stop:2326 [[ -z 1562654135525 ]]
++functions-common:time_stop:2329 date +%s%3N
+functions-common:time_stop:2329 end_time=1562654195603
+functions-common:time_stop:2330 elapsed_time=60078
+functions-common:time_stop:2331 total=93
+functions-common:time_stop:2333 _TIME_START[$name]=
+functions-common:time_stop:2334 _TIME_TOTAL[$name]=60171
+functions:wait_for_service:437 return 124
+lib/glance:start_glance:353 die 353 'g-api did not start'
+functions-common:die:195 local exitcode=0
[Call Trace]
./stack.sh:1261:start_glance
/opt/stack/devstack/lib/glance:353:die
[ERROR] /opt/stack/devstack/lib/glance:353 g-api did not start
Error on exit
Traceback (most recent call last):
  File "/opt/stack/devstack/tools/worlddump.py", line 255, in <module>
    sys.exit(main())
  File "/opt/stack/devstack/tools/worlddump.py", line 239, in main

Thanks !

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.