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.

26 lines
1.1 KiB

  1. [Global]
  2. auth-url="{{ external_huaweicloud_auth_url }}"
  3. {% if external_huaweicloud_access_key is defined and external_huaweicloud_access_key != "" %}
  4. access-key={{ external_huaweicloud_access_key }}
  5. {% endif %}
  6. {% if external_huaweicloud_secret_key is defined and external_huaweicloud_secret_key != "" %}
  7. secret-key={{ external_huaweicloud_secret_key }}
  8. {% endif %}
  9. region="{{ external_huaweicloud_region }}"
  10. {% if external_huaweicloud_project_id is defined and external_huaweicloud_project_id != "" %}
  11. project-id="{{ external_huaweicloud_project_id }}"
  12. {% endif %}
  13. {% if external_huaweicloud_cloud is defined and external_huaweicloud_cloud != "" %}
  14. cloud="{{ external_huaweicloud_cloud }}"
  15. {% endif %}
  16. [VPC]
  17. {% if external_huaweicloud_lbaas_subnet_id is defined %}
  18. subnet-id={{ external_huaweicloud_lbaas_subnet_id }}
  19. {% endif %}
  20. {% if external_huaweicloud_lbaas_network_id is defined %}
  21. id={{ external_huaweicloud_lbaas_network_id }}
  22. {% endif %}
  23. {% if external_huaweicloud_security_group_id is defined %}
  24. security-group-id={{ external_huaweicloud_security_group_id }}
  25. {% endif %}