components/openstack/neutron/neutron.p5m
changeset 6381 02b02527288b
parent 6251 7f620f797ad1
child 6561 6c1204ee2522
--- a/components/openstack/neutron/neutron.p5m	Tue Jul 12 11:21:14 2016 -0600
+++ b/components/openstack/neutron/neutron.p5m	Tue Jul 12 11:11:21 2016 -0700
@@ -156,6 +156,8 @@
     path=lib/svc/method/neutron-openvswitch-agent
 file files/neutron-server path=lib/svc/method/neutron-server
 file files/neutron-upgrade path=lib/svc/method/neutron-upgrade
+file files/evs/migrate/migrate-evs-to-ovs path=usr/bin/migrate-evs-to-ovs \
+    mode=0555
 file path=usr/bin/neutron-db-manage
 file path=usr/lib/neutron/evs-neutron-migration mode=0555
 file usr/bin/neutron-dhcp-agent path=usr/lib/neutron/neutron-dhcp-agent \
@@ -1012,10 +1014,6 @@
 # force a dependency on keystonemiddleware; used via a paste.deploy filter
 depend type=require fmri=library/python/keystonemiddleware-$(PYV)
 
-# force a dependency on neutronclient; pkgdepend work is needed to flush this
-# out.
-depend type=require fmri=library/python/neutronclient-$(PYV)
-
 # force a dependency on novaclient; pkgdepend work is needed to flush this out.
 depend type=require fmri=library/python/novaclient-$(PYV)