openstack.conf revision 273833
1273833Sgjb#!/bin/sh
2273833Sgjb#
3273833Sgjb# $FreeBSD: projects/release-vmimage/release/tools/openstack.conf 273833 2014-10-29 17:04:09Z gjb $
4273833Sgjb#
5273833Sgjb
6273833Sgjb# Set to a list of packages to install.
7273833Sgjbexport VM_EXTRA_PACKAGES="net/cloud-init"
8273833Sgjb
9273833Sgjb# Set to a list of third-party software to enable in rc.conf(5).
10273833Sgjbexport VM_RC_LIST="#cloudinit"
11