~smukkamala/charms/trusty/nova-cloud-controller/next

« back to all changes in this revision

Viewing changes to hooks/nova_cc_context.py

  • Committer: Liam Young
  • Date: 2014-07-29 07:11:35 UTC
  • mfrom: (81.3.17 nova-cloud-controller)
  • Revision ID: liam.young@canonical.com-20140729071135-47yjawjgng3wqhdg
[jamespage,r=gnuoy] Add support for multiple network configuration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
 
41
41
class NeutronAPIContext(context.OSContextGenerator):
 
42
 
42
43
    def __call__(self):
43
44
        log('Generating template context from neutron api relation')
44
45
        ctxt = {}