Description of problem: During the flow of creating network isolation There are missing steps 1. creating nic-configs folder under /home/stack 2. copy command should not use -r option ( since it create folder ) since it will fail on"ERROR: openstack Could not fetch contents for file:///home/stack/nic-configs/compute.yaml " We should only copy the files inside bond-with-vlans or single-nic-vlans , otherwise "cp -r /usr/share/openstack-tripleo-heat-templates/network/config/bond-with-vlans ~/nic-configs" Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: "cp -r /usr/share/openstack-tripleo-heat-templates/network/config/bond-with-vlans ~/nic-configs" Expected results: "cp /usr/share/openstack-tripleo-heat-templates/network/config/bond-with-vlans/* ~/nic-configs" Additional info:
Acknowledged and will be corrected in the next revision of the docs.
Assigning to dmacpher for review.
The following section now use -r to copy the network templates: Basic Scenario - 6.2.5.1. Creating Custom Interface Templates Advanced Scenario - 6.3.6.1. Creating Custom Interface Templates file.bne.redhat.com/~dmacpher/OpenStack/7.0/Director/
tested on both section 6.2.5.1. (VLAN) 6.3.7.1. (BOND)
This content is now live on the Customer Portal; closing.