Sync charm-helpers to pick up lint fix.

This commit is contained in:
Corey Bryant 2014-09-29 20:44:50 +00:00
parent f4977e4bab
commit eb5adecc43
1 changed files with 2 additions and 1 deletions

View File

@ -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):