Browse code

lib/neutron: Remove remaining references to Q_ variables

Q_ variables belong to neutron-legacy.

These are True by default in neutron.
Remove them in favor of post-config meta section.

Change-Id: If691a79b09003f85a07c9f33e0379a2b21e48141

YAMAMOTO Takashi authored on 2016/07/21 18:39:44
Showing 1 changed files
... ...
@@ -147,10 +147,6 @@ function configure_neutron_new {
147 147
         iniset $NEUTRON_CONF DEFAULT auth_strategy $NEUTRON_AUTH_STRATEGY
148 148
         configure_auth_token_middleware $NEUTRON_CONF neutron $NEUTRON_AUTH_CACHE_DIR keystone_authtoken
149 149
 
150
-        # Configuration for neutron notifations to nova.
151
-        iniset $NEUTRON_CONF DEFAULT notify_nova_on_port_status_changes $Q_NOTIFY_NOVA_PORT_STATUS_CHANGES
152
-        iniset $NEUTRON_CONF DEFAULT notify_nova_on_port_data_changes $Q_NOTIFY_NOVA_PORT_DATA_CHANGES
153
-
154 150
         iniset $NEUTRON_CONF nova auth_type password
155 151
         iniset $NEUTRON_CONF nova auth_url "$KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_SERVICE_HOST:$KEYSTONE_AUTH_PORT/v3"
156 152
         iniset $NEUTRON_CONF nova username nova