From f56d20b5f4f5ce625ec9d69ae99568d6aa326912 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Oct 2017 16:44:52 +0200 Subject: python-neutron: Fix unescaped quotes in ovsdb agent implementation Signed-off-by: Adrian Dudau --- meta-openstack/recipes-devtools/python/python-neutron_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack/recipes-devtools/python/python-neutron_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb index 70b59b1..0133168 100644 --- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb @@ -13,6 +13,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton \ file://dhcp_agent.ini \ file://metadata_agent.ini \ file://neutron-dhcp-agent-netns-cleanup.cron \ + file://0001-Escape-quotes-in-ovsdb-agent-implementation.patch \ " # TBD: update or drop -- cgit v1.2.3-54-g00ecf