stack.sh should install missing dependency python-netaddr
Bug #1097667 reported by
Gavin B
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
devstack |
Fix Released
|
Undecided
|
Mate Lakat |
Bug Description
On a brand new Ubuntu Precise system :
ubuntu@
Traceback (most recent call last):
File "<string>", line 2, in <module>
ImportError: No module named netaddr
Traceback (most recent call last):
File "<string>", line 2, in <module>
ImportError: No module named netaddr
installing python-netaddr fixes this - should stack.sh not check and install dependencies ?
Changed in devstack: | |
status: | New → Fix Released |
tags: | added: xenserver |
To post a comment you must log in.
only matters the first time as python-netaddr is installed by stack.sh if needed later on. Cosmetic issue.