nodepool/devstack/settings
Sean Dague 91ec6466d2 nodepool devstack plugin
This creates a nodepool devstack plugin which can be easily enabled
through the plugin interface of:

enable_plugin nodepool git://git.openstack.org/openstack-infra/nodepool

It makes it easy to bring up a testing environment for nodepool locally.

Change-Id: Ia69412a873286c30459aa020cfb1b625590bb4ff
2015-07-31 16:14:26 -04:00

8 lines
266 B
Plaintext

NODEPOOL_CONFIG=/etc/nodepool/nodepool.yaml
NODEPOOL_IMAGE_URL=https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
NODEPOOL_IMAGE=$(basename "$NODEPOOL_IMAGE_URL" ".img")
IMAGE_URLS+=",$NODEPOOL_IMAGE_URL"
enable_service nodepool