mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
This commit is contained in:
parent
9af30cb24c
commit
b4ff8f11d4
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue