Hide Forgot
Description of problem: Correct file path in section "8.3. Examining Composable Service Architecture" Mentioned output : ~~~ grep "OS::TripleO::Services::Keystone" /usr/share/openstack-tripleo-heat-templates/overcloud-resource-registry-puppet.yaml OS::TripleO::Services::Keystone: puppet/services/keystone.yaml ~~~ But I am not able to see yaml template "/usr/share/openstack-tripleo-heat-templates/overcloud-resource-registry-puppet.yaml". No template with name "overcloud-resource-registry-puppet.yaml" is present in path $ pwd /usr/share/openstack-tripleo-heat-templates $ find . -name overcloud-resource-registry-puppet.yaml $ Correct path seems to be : ~~~ grep "OS::TripleO::Services::Keystone" /usr/share/openstack-tripleo-heat-templates/overcloud-resource-registry-puppet.j2.yaml OS::TripleO::Services::Keystone: puppet/services/keystone.yaml ~~~ Version-Release number of selected component (if applicable): OSP 10 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Yep, this should only modify the OSP10 docs.