From 365cd84af07dbec08845035c4dcfe8dea2a40814 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Mon, 12 Sep 2016 13:45:34 +0000 Subject: [PATCH] Fix plugin name --- provides.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/provides.py b/provides.py index f253800..bde8670 100644 --- a/provides.py +++ b/provides.py @@ -17,12 +17,12 @@ class NeutronPluginAPISubordinate(RelationBase): def broken(self): self.remove_state('{relation_name}.connected') - def configure_plugin(self, plugin=None, core_plugin=None, + def configure_plugin(self, neutron_plugin=None, core_plugin=None, neutron_plugin_config=None, service_plugins=None, subordinate_configuration=None): conversation = self.conversation() relation_info = { - 'neutron-plugin': plugin, + 'neutron-plugin': neutron_plugin, 'core-plugin': core_plugin, 'neutron-plugin-config': neutron_plugin_config, 'service-plugins': service_plugins,