Ensure that admin endpoint is used to configure octavia quota

The default is the public endpoint which will fail with an SSL error
for AIO or other non-trusted certificates.

Depends-On: I8de48eb1fb4c8d321098ca54b9e21270edc7ac87
Depends-On: Ide70b5d8f67d8c8a87e3f16671f0f7fb72338b89
Change-Id: I62e4f9d454b75e0fc87a7df2cf70d119e627ea9d
Closes-Bug: 1831160
Closes-Bug: 1828599
(cherry picked from commit 2b39df7d8de3856185ebef0b24382cd0d8b18cca)
This commit is contained in:
Jonathan Rosser 2019-06-11 11:28:28 +01:00
parent ace8b076a5
commit 54006a8690

View File

@ -27,6 +27,7 @@
- name: Setup the service project quota
os_quota:
cloud: default
interface: admin
name: "{{ octavia_service_project_name }}"
cores: "{{ octavia_num_cores }}"
instances: "{{ octavia_num_instances }}"