| commit | 95d1a43f1feef36ee50b0f53a6da258a4a646244 | [log] [tgz] |
|---|---|---|
| author | Guillaume Delacour <gui@iroqwa.org> | Sat Dec 20 17:09:05 2014 +0100 |
| committer | Guillaume Delacour <gui@iroqwa.org> | Sat Dec 20 17:10:59 2014 +0100 |
| tree | c3947fa7fe528a36a016b90aac0c493342284482 | |
| parent | 59fcbb282bd0a9b11202fd28994dc4734496457b [diff] |
uuidgen binary is needed by lib/{neutron,ceph}
When using unstack.sh script on Debian Wheezy, i saw a failing call on
uuidgen binary:
$ ./unstack.sh
/home/stack/devstack/lib/neutron: line 83: uuidgen: command not found
Site keystone disabled.
[...]
Change-Id: I47e158abce9d090eb839c6e97d9191dc99ccfe55
diff --git a/files/debs/neutron b/files/debs/neutron index a48a800..fd99677 100644 --- a/files/debs/neutron +++ b/files/debs/neutron
@@ -24,3 +24,4 @@ sqlite3 vlan radvd # NOPRIME +uuid-runtime