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 <chuck.short@canonical.com>
This commit is contained in:
Chuck Short 2016-06-20 21:09:53 -04:00 committed by James Page
parent 534017af7f
commit a91d72db4a
2 changed files with 3 additions and 1 deletions

3
other-requirements.txt Normal file
View File

@ -0,0 +1,3 @@
# NOTE: required for charm-tools->launchpadlib->keyring->secretstorage
libdbus-1-dev
libdbus-glib-1-dev

View File

@ -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',
]