nova-lxd/devstack/settings
James Page 41ac333680 Misc fixes for devstack gate tests
Correct typo in INSTALL_LXD setting.

Correctly set default for for LXD_GROUP.

Rewrite gate pre-test hook to use DEVSTACK_LOCAL_CONFIG.

Use central Cirros version and architecture.

Drop use of Xenial images for tempest tests.

Split out tempest configuration into test-config phase.

Change-Id: Iff0f0a501dae13e2306b9efb87d06c0d917d6233
2017-06-12 09:26:29 +01:00

7 lines
153 B
Plaintext

# Add nova-lxd to enabled services
enable_service nova-lxd
# LXD install/upgrade settings
INSTALL_LXD=${INSTALL_LXD:-False}
LXD_GROUP=${LXD_GROUP:-lxd}