images/bootstrap_capo/clouds.yaml
Ratnopam Chakrabarti 3b351b1aa1 Bootstrap container for openstack provider (capo)
This patchset provides the Go code and scripts for the
Bootstrap container for Openstack.

The Bootstrap container for Openstack provider accepts
three commands: create, delete and help.
- create - creates an Ephemeral K8S cluster in Openstack
- delete - deletes the Ephemeral K8S cluster in Openstack
- help - Stdout the help text for usage of the bootstrap container.

Documentation is available at bootstrap_capo/README.md

Change-Id: Idd444834070b84170f18561626c487e23a3ca951
2020-11-10 13:16:47 +00:00

14 lines
289 B
YAML

clouds:
devstack:
auth:
auth_url: "http://10.0.1.4/identity"
password: pass
project_domain_id: default
project_name: demo
user_domain_id: default
username: demo
identity_api_version: "3"
region_name: RegionOne
volume_api_version: "3"