Rebuild to pull in charms.openstack

Pull in fix for rendering Apache VirtualHost correctly
when charm is bound to network spaces.

Change-Id: I5c754feff3f0e9babc9a41ab70d3546c44db0ab9
Related-Bug: #1745389
Closes-Bug: #1769973
This commit is contained in:
Frode Nordahl 2018-05-11 08:03:13 +02:00
parent caa71b137b
commit 6307620743
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
# when dependencies of the charm change,
# but nothing in the charm needs to.
# simply change the uuid to something new
a17bf1c0-2152-11e8-b051-135052a09299
ff66ad53-24a3-4595-b0d9-9362c1ed7ccf

View File

@ -102,7 +102,7 @@ class GnocchiCharmDeployment(amulet_deployment.OpenStackAmuletDeployment):
keystone_config = {'admin-password': 'openstack',
'admin-token': 'ubuntutesting'}
ceph_osd_config = {'osd-devices': '/dev/vdb',
'osd-reformat': 'yes',
'osd-reformat': True,
'ephemeral-unmount': '/mnt'}
gnocchi_config = {}
if self.snap_source: