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
This commit is contained in:
parent
dcdeb98468
commit
2b39df7d8d
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user