bootstrap-ansible.sh fails on "cryptography" install.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack-Ansible |
Fix Released
|
Critical
|
git-harry | ||
Kilo |
Fix Released
|
Critical
|
git-harry | ||
Liberty |
Fix Released
|
Critical
|
git-harry | ||
Mitaka |
Fix Released
|
Critical
|
git-harry | ||
Trunk |
Fix Released
|
Critical
|
git-harry |
Bug Description
It seems some packages are not installed which are needed for the "cryptograhy" part on a standard Ubuntu server install:
The script "scripts/
===
...
Wall -Wstrict-prototypes -fPIC -DUSE__THREAD -I/usr/include/ffi -I/usr/
c/_
#include <ffi.h>
compilation terminated.
error: command 'x86_64-
===
I need to: apt-get install build-essential libssl-dev libffi-dev python-dev
and then it works.
(This is what I googled: http://
This is for version 13.0.1 : git checkout 13.0.1