diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-01-05 13:10:26 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-01-05 13:10:26 +0000 |
commit | a491e05f9d6229f185570d1b4a07794546102515 (patch) | |
tree | 9e653ea24b193dcfeb0906e000944085b4241d83 /docker | |
parent | c7878be6b40ef7680616c2378589df1225caa4b6 (diff) | |
parent | db16fd6b59257ea9eacbf071e9e799041822dcab (diff) |
Merge "Network Isolation support for containerized compute"
Diffstat (limited to 'docker')
-rw-r--r-- | docker/README-containers.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docker/README-containers.md b/docker/README-containers.md index 17990b54..ff062a93 100644 --- a/docker/README-containers.md +++ b/docker/README-containers.md @@ -22,7 +22,12 @@ https://github.com/openstack/tripleo-common/blob/master/scripts/tripleo.sh Create the Overcloud: ``` -$ openstack overcloud deploy --templates=tripleo-heat-templates -e tripleo-heat-templates/environments/docker-rdo.yaml --libvirt-type=qemu +$ openstack overcloud deploy --templates=tripleo-heat-templates -e tripleo-heat-templates/environments/docker.yaml -e tripleo-heat-templates/environments/docker-network.yaml --libvirt-type=qemu +``` + +Using Network Isolation in the Overcloud: +``` +$ openstack overcloud deploy --templates=tripleo-heat-templates -e tripleo-heat-templates/environments/docker.yaml -e tripleo-heat-templates/environments/docker-network-isolation.yaml --libvirt-type=qemu ``` Source the overcloudrc and then you can use the overcloud. |