ironic/install-guide/source/configure-tenant-networks.rst
Mathieu Mitchell 284005a2ee Point documentation links to newton equivalents
The following commands were used to produce the commit:

  find doc/source/ -name '*.rst' -exec gsed -i 's#/draft#/newton#g' {} \;
  find install-guide/source/ -name '*.rst' -exec gsed -i 's#docs.openstack.org/developer/ironic/#docs.openstack.org/developer/ironic/newton/#g' {} \;
  find install-guide/source/ -name '*.rst' -exec gsed -i 's#docs.openstack.org/developer/ironic-python-agent/#docs.openstack.org/developer/ironic-python-agent/newton/#g' {} \;
  find install-guide/source/ -name '*.rst' -exec gsed -i 's#pxe.vmlinuz#pxe-stable-newton.vmlinuz#g' {} \;
  find install-guide/source/ -name '*.rst' -exec gsed -i 's#oem.cpio#oem-stable-newton.cpio#g' {} \;
  find install-guide/source/ -name '*.rst' -exec gsed -i 's#<\(https://git.openstack.org/cgit.*\)>#<\1?stable%2Fnewton>#g' {} \;
  find install-guide/source/ -name '*.rst' -exec gsed -i 's#\([^<]\)\(https://git.openstack.org/cgit.*\)#\1\2?stable%2Fnewton#g' {} \;

Additionally, a few links were manually updated.

Change-Id: I2c4115f1038d106fc5e64b30c792f50e67fe1adf
Closes-bug: #1612278
2016-09-28 16:35:38 -04:00

259 B

Configure tenant networks

See Multitenancy in Bare Metal service.