diff --git a/playbooks/ccp-build.yaml b/playbooks/ccp-build.yaml index bce807177..ca7b9b6d6 100644 --- a/playbooks/ccp-build.yaml +++ b/playbooks/ccp-build.yaml @@ -49,13 +49,13 @@ shell: mcp-microservices --config-file=/root/ccp/ccp.conf fetch run_once: true - - name: Patch fuel-ccp-neutron - run_once: true - args: - chdir: /root/microservices-repos/fuel-ccp-neutron - shell: git fetch https://git.openstack.org/openstack/fuel-ccp-neutron {{ item }} && git cherry-pick FETCH_HEAD - with_items: - - "refs/changes/96/340496/6" +# - name: Patch fuel-ccp-neutron +# run_once: true +# args: +# chdir: /root/microservices-repos/fuel-ccp-neutron +# shell: git fetch https://git.openstack.org/openstack/fuel-ccp-neutron {{ item }} && git cherry-pick FETCH_HEAD +# with_items: +# - "refs/changes/96/340496/6" - name: Build CCP images shell: mcp-microservices --config-file=/root/ccp/ccp.conf build