Skip to content
Snippets Groups Projects
Commit 55f6b6a6 authored by Brad Beam's avatar Brad Beam Committed by GitHub
Browse files

Merge pull request #940 from Connz/patch-1

Fixed nova command to get available flavors
parents 361a5eac 28473e91
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ This will provision one VM as master using a floating ip, two additional masters ...@@ -86,7 +86,7 @@ This will provision one VM as master using a floating ip, two additional masters
Additionally, now the terraform based installation supports provisioning of a GlusterFS shared file system based on a separate set of VMs, running either a Debian or RedHat based set of VMs. To enable this, you need to add to your `my-terraform-vars.tfvars` the following variables: Additionally, now the terraform based installation supports provisioning of a GlusterFS shared file system based on a separate set of VMs, running either a Debian or RedHat based set of VMs. To enable this, you need to add to your `my-terraform-vars.tfvars` the following variables:
``` ```
# Flavour depends on your openstack installation, you can get available flavours through `nova list-flavors` # Flavour depends on your openstack installation, you can get available flavours through `nova flavor-list`
flavor_gfs_node = "af659280-5b8a-42b5-8865-a703775911da" flavor_gfs_node = "af659280-5b8a-42b5-8865-a703775911da"
# This is the name of an image already available in your openstack installation. # This is the name of an image already available in your openstack installation.
image_gfs = "Ubuntu 15.10" image_gfs = "Ubuntu 15.10"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment