diff options
author | Lénaïc Huard <lhuard@amadeus.com> | 2015-11-18 16:04:20 +0100 |
---|---|---|
committer | Lénaïc Huard <lhuard@amadeus.com> | 2015-11-18 16:07:45 +0100 |
commit | ff53975c238dc85a3f31610d605f0e9c2f57b2ab (patch) | |
tree | 698a28c60341da399f4a5ffe687b4aab8ccdcfd2 /README_openstack.md | |
parent | 9b073d2adc25abea8bef63d575934684385c9892 (diff) | |
download | openshift-ff53975c238dc85a3f31610d605f0e9c2f57b2ab.tar.gz openshift-ff53975c238dc85a3f31610d605f0e9c2f57b2ab.tar.bz2 openshift-ff53975c238dc85a3f31610d605f0e9c2f57b2ab.tar.xz openshift-ff53975c238dc85a3f31610d605f0e9c2f57b2ab.zip |
Add etcd nodes management in OpenStack
Fixes #472
Diffstat (limited to 'README_openstack.md')
-rw-r--r-- | README_openstack.md | 1 |
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 |