Sync charm-helpers to pick up lint fix.

This commit is contained in:
Corey Bryant 2014-09-29 20:39:40 +00:00
parent 0c008de899
commit c1a7b3b285

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