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
This commit is contained in:
Guillaume Delacour 2014-12-20 17:09:05 +01:00
parent 59fcbb282b
commit 95d1a43f1f

View File

@ -24,3 +24,4 @@ qpidd # NOPRIME
sqlite3
vlan
radvd # NOPRIME
uuid-runtime