Skip to content

Instantly share code, notes, and snippets.

@ualmtorres
Last active July 19, 2019 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ualmtorres/0408992657b4a5fdf985846c33da87b1 to your computer and use it in GitHub Desktop.
Save ualmtorres/0408992657b4a5fdf985846c33da87b1 to your computer and use it in GitHub Desktop.
Code fragment to setup OpenStack Cinder as block storage cloud provider in Rancher
cloud_provider:
name: "openstack"
openstackCloudProvider:
block_storage:
ignore-volume-az: true
trust-device-path: false
global:
auth-url: "http://192.168.64.12:5000/v3/"
domain-name: "default"
tenant-id: "your-tenant-id-here"
username: "your-username-here"
password: "your-password-here"
metadata:
request-timeout: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment