~ionutbalutoiu/charms/trusty/neutron-api/next

« back to all changes in this revision

Viewing changes to hooks/neutron_api_context.py

  • Committer: Liam Young
  • Date: 2015-10-08 14:24:56 UTC
  • mfrom: (149.2.2 trunk)
  • Revision ID: liam.young@canonical.com-20151008142456-lwneb29uje5c206m
[robert-ayres, r=gnuoy] Support quota-driver attribute in neutron-plugin-api-subordinate relation.

Contrail charms need to set their own quota driver.

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
                'templ_key': 'restart_trigger',
291
291
                'value': '',
292
292
            },
 
293
            'quota-driver': {
 
294
                'templ_key': 'quota_driver',
 
295
                'value': '',
 
296
            },
293
297
        }
294
298
        for rid in relation_ids('neutron-plugin-api-subordinate'):
295
299
            for unit in related_units(rid):