From 57dffb5c40e2e989b05663115570a76de6b852da Mon Sep 17 00:00:00 2001 From: gjb Date: Wed, 14 Jan 2015 16:27:43 +0000 Subject: 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 --- release/tools/openstack.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'release') 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" -- cgit v1.1