Browse code

Fix typo in setting neutron to notify nova about port change

Change-Id: I4d1c8076c5943359088e3cd5226adb8fcaa683e7

Jakub Libosvar authored on 2014/03/22 00:53:19
Showing 1 changed files
... ...
@@ -762,7 +762,7 @@ function _configure_neutron_service {
762 762
     done
763 763
 
764 764
     # Configuration for neutron notifations to nova.
765
-    iniset $NEUTRON_CONF DEFAULT notify_nova_port_status_change $Q_NOTIFY_NOVA_PORT_STATUS_CHANGE
765
+    iniset $NEUTRON_CONF DEFAULT notify_nova_on_port_status_change $Q_NOTIFY_NOVA_PORT_STATUS_CHANGE
766 766
     iniset $NEUTRON_CONF DEFAULT notify_nova_on_port_data_changes $Q_NOTIFY_NOVA_ON_PORT_DATA_CHANGES
767 767
     iniset $NEUTRON_CONF DEFAULT nova_url "$NOVA_SERVICE_PROTOCOL://$NOVA_SERVICE_HOST:$NOVA_SERVICE_PORT/v2"
768 768
     iniset $NEUTRON_CONF DEFAULT nova_admin_username nova $NOVA_USER