Minor test correction

This commit is contained in:
James Page 2017-08-02 10:23:24 +01:00
parent a2209ca655
commit 738d547f0a
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class GnocchiCharmDeployment(amulet_deployment.OpenStackAmuletDeployment):
keystone_config = {'admin-password': 'openstack',
'admin-token': 'ubuntutesting'}
ceph_osd_config = {'osd-devices': '/dev/vdb',
'osd-reformat': True,
'osd-reformat': 'yes',
'ephemeral-unmount': '/mnt'}
configs = {'keystone': keystone_config,
'ceph-osd': ceph_osd_config}