summaryrefslogtreecommitdiffstats
path: root/README_openstack.md
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-12-04 13:28:17 -0500
committerThomas Wiest <twiest@users.noreply.github.com>2015-12-04 13:28:17 -0500
commit5ad87a4592167142ec23058385b9bb96b594a12b (patch)
tree110c95ec939cc67124507850d586ba42ff3dd2d7 /README_openstack.md
parentf62ff6103d1e21cc2e19a501c785f8ef00584e20 (diff)
parentff53975c238dc85a3f31610d605f0e9c2f57b2ab (diff)
downloadopenshift-5ad87a4592167142ec23058385b9bb96b594a12b.tar.gz
openshift-5ad87a4592167142ec23058385b9bb96b594a12b.tar.bz2
openshift-5ad87a4592167142ec23058385b9bb96b594a12b.tar.xz
openshift-5ad87a4592167142ec23058385b9bb96b594a12b.zip
Merge pull request #996 from lhuard1A/openstack_etcd
Add etcd nodes management in OpenStack
Diffstat (limited to 'README_openstack.md')
-rw-r--r--README_openstack.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README_openstack.md b/README_openstack.md
index 8d8f6ef3f..9a2b627e2 100644
--- a/README_openstack.md
+++ b/README_openstack.md
@@ -31,6 +31,7 @@ The following options are used only by `heat_stack.yaml`. They are so used only
* `image_name`: Name of the image to use to spawn VMs
* `public_key` (default to `~/.ssh/id_rsa.pub`): filename of the ssh public key
+* `etcd_flavor` (default to `m1.small`): The ID or name of the flavor for the etcd nodes
* `master_flavor` (default to `m1.small`): The ID or name of the flavor for the master
* `node_flavor` (default to `m1.medium`): The ID or name of the flavor for the compute nodes
* `infra_flavor` (default to `m1.small`): The ID or name of the flavor for the infrastructure nodes