diff options
| author | Jonathan Bauer | 2014-05-08 14:50:46 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-05-08 14:50:46 +0200 |
| commit | c4d3e762f95429a20b4f893abbfbcb4080843ed1 (patch) | |
| tree | 9c31c69b05e527ed57c0d19fb962b310f11f1bd3 | |
| parent | [xorg] Make iptables rule executable (diff) | |
| download | tm-scripts-c4d3e762f95429a20b4f893abbfbcb4080843ed1.tar.gz tm-scripts-c4d3e762f95429a20b4f893abbfbcb4080843ed1.tar.xz tm-scripts-c4d3e762f95429a20b4f893abbfbcb4080843ed1.zip | |
[openstack] added REQUIRED_*_PACKAGES for ubuntu 14.04
| -rw-r--r-- | remote/modules/openstack/module.conf | 3 | ||||
| -rw-r--r-- | remote/modules/openstack/module.conf.ubuntu.14.04 | 9 |
2 files changed, 9 insertions, 3 deletions
diff --git a/remote/modules/openstack/module.conf b/remote/modules/openstack/module.conf index 8912f439..0cd03752 100644 --- a/remote/modules/openstack/module.conf +++ b/remote/modules/openstack/module.conf @@ -1,6 +1,3 @@ -REQUIRED_CONTENT_PACKAGES="" -REQUIRED_INSTALLED_PACKAGES="" - REQUIRED_BINARIES="" REQUIRED_LIBRARIES="" REQUIRED_DIRECTORIES="" diff --git a/remote/modules/openstack/module.conf.ubuntu.14.04 b/remote/modules/openstack/module.conf.ubuntu.14.04 new file mode 100644 index 00000000..7c24b4a9 --- /dev/null +++ b/remote/modules/openstack/module.conf.ubuntu.14.04 @@ -0,0 +1,9 @@ +REQUIRED_INSTALLED_PACKAGES=" + neutron-common + neutron-plugin-ml2 + neutron-plugin-openvswitch-agent + nova-compute-kvm + python-guestfs + python-mysqldb +" +REQUIRED_CONTENT_PACKAGES="$REQUIRED_INSTALLED_PACKAGES" |
