From eb5adecc43d1cbb754243bd0dc76b3be909d9be9 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Mon, 29 Sep 2014 20:44:50 +0000 Subject: [PATCH] Sync charm-helpers to pick up lint fix. --- tests/charmhelpers/contrib/openstack/amulet/deployment.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/charmhelpers/contrib/openstack/amulet/deployment.py b/tests/charmhelpers/contrib/openstack/amulet/deployment.py index 1a882fdb..3c7f422a 100644 --- a/tests/charmhelpers/contrib/openstack/amulet/deployment.py +++ b/tests/charmhelpers/contrib/openstack/amulet/deployment.py @@ -16,7 +16,8 @@ class OpenStackAmuletDeployment(AmuletDeployment): self.openstack = openstack self.source = source self.stable = stable - # Note(coreycb): this needs to be changed when new next branches come out. + # Note(coreycb): this needs to be changed when new next branches come + # out. self.current_next = "trusty" def _determine_branch_locations(self, other_services):