Add Vagrant-based development environment
[integration.git] / deployment / noheat / infra-openstack / vagrant / config / clouds.yaml
1 clouds:
2   openstack:
3     auth:
4       auth_url: http://172.17.5.200/identity
5       username: "demo"
6       password: "default123456!"
7       project_name: "demo"
8       user_domain_name: "Default"
9     region_name: "RegionOne"
10     interface: "public"
11     identity_api_version: 3