~1chb1n/charms/trusty/glance/next-amulet-update

« back to all changes in this revision

Viewing changes to hooks/charmhelpers/contrib/openstack/context.py

  • Committer: Billy Olsen
  • Date: 2015-06-22 17:03:00 UTC
  • mfrom: (119.1.1 glance)
  • Revision ID: billy.olsen@canonical.com-20150622170300-iqeusmtudt8v20bz
[corey.bryant,r=billy-olsen] Fix global requirements for git-deploy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
        if self.relation_prefix:
241
241
            password_setting = self.relation_prefix + '_password'
242
242
 
243
 
        for rid in relation_ids('shared-db'):
 
243
        for rid in relation_ids(self.interfaces[0]):
244
244
            for unit in related_units(rid):
245
245
                rdata = relation_get(rid=rid, unit=unit)
246
246
                host = rdata.get('db_host')