~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: 2014-06-17 13:17:26 UTC
  • Revision ID: liam.young@canonical.com-20140617131726-fy1pdhn5na14ploe
Disable install of plugin agent on api server as its not needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    def neutron_security_groups(self):
32
32
        return config('neutron-security-groups')
33
33
 
 
34
    # Do not need the plugin agent installed on the api server
 
35
    def _ensure_packages(self):
 
36
        pass
34
37
 
35
38
    def __call__(self):
36
39
        ctxt = super(NeutronCCContext, self).__call__()