Description of problem: The code for neutron-sriov is currently pointing to puppet: https://github.com/openstack/tripleo-heat-templates/blob/stable/pike/environments/neutron-sriov.yaml#L2..L4 ../puppet/services/neutron-sriov-agent.yaml It needs to point to: ../docker/services/neutron-sriov-agent.yaml
The upstream topic https://review.openstack.org/#/q/topic:containers-default+(status:open+OR+status:merged cannot be fully backported to Pike and cannot make it into OSP12 z stream (see https://bugzilla.redhat.com/show_bug.cgi?id=1581361). We need to think of an alternative downstream only fix.
(In reply to Yolanda Robla from comment #0) > Description of problem: > > The code for neutron-sriov is currently pointing to puppet: > > https://github.com/openstack/tripleo-heat-templates/blob/stable/pike/ > environments/neutron-sriov.yaml#L2..L4 > > ../puppet/services/neutron-sriov-agent.yaml > > It needs to point to: > > ../docker/services/neutron-sriov-agent.yaml Neutron services are not containerized in OSP12. And in OSP12 and OSP13, new service folder (environments/services-docker) should be used instead of the default env file for enabling docker. Closing this BZ, reopen, if any changes required.