~1chb1n/charms/trusty/quantum-gateway/six-install

« back to all changes in this revision

Viewing changes to hooks/quantum_hooks.py

  • Committer: james.page at ubuntu
  • Date: 2014-09-30 14:47:53 UTC
  • mfrom: (66.1.1 neutron-gateway)
  • Revision ID: james.page@ubuntu.com-20140930144753-tajzqejai3fz8efu
[gnuoy,r=james-page] Add new relation to neutron-api for passing common neutron configuration from a central location - starting with l2population.

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
            'pgsql-db-relation-changed',
163
163
            'amqp-relation-changed',
164
164
            'cluster-relation-changed',
165
 
            'cluster-relation-joined')
 
165
            'cluster-relation-joined',
 
166
            'neutron-plugin-api-relation-changed')
166
167
@restart_on_change(restart_map())
167
168
def db_amqp_changed():
168
169
    CONFIGS.write_all()