Charmhelpers Resync

The fix to bug
https://bugs.launchpad.net/charms/+source/glance/+bug/1565120
requires a resync of all charms that use the ceph charmhelpers code.

Change-Id: Ied9d10ef9ffaac049caf525dc431da4e8e0d6358
This commit is contained in:
Chris Holcombe 2016-04-14 08:19:26 -07:00
parent 1169b8d060
commit adcd89e6fd
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ bin
tags
*.sw[nop]
*.pyc
.idea

View File

@ -221,6 +221,10 @@ class ReplicatedPool(Pool):
self.name, str(self.pg_num)]
try:
check_call(cmd)
# Set the pool replica size
update_pool(client=self.service,
pool=self.name,
settings={'size': str(self.replicas)})
except CalledProcessError:
raise