From a91d72db4a94cbff1eb3ae716bb79b7b265b11de Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Mon, 20 Jun 2016 21:09:53 -0400 Subject: [PATCH] Drop check for LVM thinpool name On more recent versions of LXD, storage.lvm_thinpool_name is no longer returned in the configuration data when a thinpool is created. Change-Id: I3e9aa4158fd4f23afee02d5ee6ad7296e8f5e505 Signed-off-by: Chuck Short --- other-requirements.txt | 3 +++ tests/basic_deployment.py | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 other-requirements.txt diff --git a/other-requirements.txt b/other-requirements.txt new file mode 100644 index 0000000..70ed989 --- /dev/null +++ b/other-requirements.txt @@ -0,0 +1,3 @@ +# NOTE: required for charm-tools->launchpadlib->keyring->secretstorage +libdbus-1-dev +libdbus-glib-1-dev diff --git a/tests/basic_deployment.py b/tests/basic_deployment.py index 37d8347..757b46d 100644 --- a/tests/basic_deployment.py +++ b/tests/basic_deployment.py @@ -301,7 +301,6 @@ class LXDBasicDeployment(OpenStackAmuletDeployment): expected = [ 'core.https_address: \'[::]\'', 'core.trust_password: true', - 'storage.lvm_thinpool_name: LXDPool', 'storage.lvm_vg_name: lxd_vg', ]