You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
991 B

  1. # This is a clouds.yaml file, which can be used by OpenStack tools as a source
  2. # of configuration on how to connect to a cloud. If this is your only cloud,
  3. # just put this file in ~/.config/openstack/clouds.yaml and tools like
  4. # python-openstackclient will just work with no further config. (You will need
  5. # to add your password to the auth section)
  6. # If you have more than one cloud account, add the cloud entry to the clouds
  7. # section of your existing file and you can refer to them by name with
  8. # OS_CLOUD=openstack or --os-cloud=openstack
  9. clouds:
  10. openstack:
  11. auth:
  12. # auth_url: https://private-cloud.example.com:5000/v3
  13. # auth_url: https://private-cloud2.example.com:5000/v3
  14. auth_url: https://10.32.4.182:5000/v3
  15. username: "CloudComp0"
  16. password: "demo"
  17. # project_id: bba62cf6bf0b447491829d207e1b05f9
  18. project_name: "CloudComp0"
  19. user_domain_name: "Default"
  20. region_name: "RegionOne"
  21. interface: "public"
  22. identity_api_version: 3