summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2015-01-14 16:27:43 +0000
committergjb <gjb@FreeBSD.org>2015-01-14 16:27:43 +0000
commit57dffb5c40e2e989b05663115570a76de6b852da (patch)
tree182902dcbf24cfda25e3fba93f8a1afcaa54a69a /release
parent64286bf832c873a4fd62113d3329836ae6ee2c68 (diff)
downloadFreeBSD-src-57dffb5c40e2e989b05663115570a76de6b852da.zip
FreeBSD-src-57dffb5c40e2e989b05663115570a76de6b852da.tar.gz
Update the VM_EXTRA_PACKAGES list for the openstack
images. The documentation suggests doing a "just fetch this and run it"-style bootstrap, from which the list of dependencies was obtained (in github, at: pellaeon/bsd-cloudinit-installer) There is one Python dependency unmet, oslo.config, which is not in the Ports Collection. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release')
-rw-r--r--release/tools/openstack.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/release/tools/openstack.conf b/release/tools/openstack.conf
index 3eb7b1d..e5bfd41 100644
--- a/release/tools/openstack.conf
+++ b/release/tools/openstack.conf
@@ -4,7 +4,9 @@
#
# Set to a list of packages to install.
-export VM_EXTRA_PACKAGES="net/cloud-init"
+export VM_EXTRA_PACKAGES="net/cloud-init devel/py-pbr devel/py-iso8601 \
+net/py-eventlet net/py-netaddr comms/py-serial devel/py-six \
+devel/py-babel net/py-oauth net/py-netifaces"
# Set to a list of third-party software to enable in rc.conf(5).
export VM_RC_LIST="cloudinit"
OpenPOWER on IntegriCloud