Skip to content

Instantly share code, notes, and snippets.

@ualmtorres
Last active March 6, 2020 19:01
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/3650ddd11c4973593f0ac34fa5b9f06c to your computer and use it in GitHub Desktop.
Save ualmtorres/3650ddd11c4973593f0ac34fa5b9f06c to your computer and use it in GitHub Desktop.
Code fragment to setup OpenStack as 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
load_balancer:
create-monitor: false
floating-network-id: your-floating-network-id-here
manage-security-groups: false
monitor-max-retries: 0
subnet-id: your-SUBNET-id-here
use-octavia: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment