]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
ovs plugin: Remove reference to set_external_ids.sh
authorBrad Hall <brad@nicira.com>
Sat, 24 Sep 2011 05:09:53 +0000 (22:09 -0700)
committerBrad Hall <brad@nicira.com>
Sun, 2 Oct 2011 22:46:29 +0000 (15:46 -0700)
This script is no longer needed/used

Change-Id: Ib54909082a0dca6e205ce25eadfa3987523892c0

quantum/plugins/openvswitch/agent/xenserver_install.sh

index 1eebc8fa33fe5222723e491d6f1649d009c5ed3f..e0820d26f98354abb274f53dee9612273a403c6b 100755 (executable)
@@ -18,7 +18,6 @@ fi
 
 cp ovs_quantum_agent.py /etc/xapi.d/plugins
 cp ovs_quantum_plugin.ini /etc/xapi.d/plugins
-cp set_external_ids.sh /etc/xapi.d/plugins
 
 xe network-list name-label="integration-bridge" | grep xapi >/dev/null 2>&1
 if [ $? -ne 0 ]; then