11b4a5501d
Only supports Debian family distribution so far. Change-Id: I9fa0b833c34a614fe498c6c6ae599733a69c1309
10 lines
338 B
Bash
Executable File
10 lines
338 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Install controller openstack packages
|
|
|
|
set -e
|
|
set -o xtrace
|
|
|
|
install-packages keystone glance nova-api nova-cert nova-common nova-scheduler python-nova python-novaclient nova-consoleauth novnc nova-novncproxy cinder-api cinder-scheduler cinder-volume iscsitarget open-iscsi iscsitarget-dkms python-cinderclient nova-network
|
|
|