~adam-collard/charm-helpers/fix-amulet-utils-validate-services-by-name

« back to all changes in this revision

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

Drop installation of any packages from within the core Neutron context; this will be handled in charm specific subclasses.

Show diffs side-by-side

added added

removed removed

Lines of Context:
894
894
        return ctxt
895
895
 
896
896
    def __call__(self):
897
 
        self._ensure_packages()
898
 
 
899
897
        if self.network_manager not in ['quantum', 'neutron']:
900
898
            return {}
901
899