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.

Change-Id: I62e4f9d454b75e0fc87a7df2cf70d119e627ea9d
Closes-Bug: 1831160
Closes-Bug: 1828599
(cherry picked from 2b39df7d8de3856185ebef0b24382cd0d8b18cca and
modified for rocky branch)
This commit is contained in:
Jonathan Rosser 2019-06-11 11:28:28 +01:00
parent 4cb1eacbaf
commit 82c5de33f5

View File

@ -32,6 +32,7 @@
shell: >-
openstack quota set
--os-cloud default
--os-interface admin
--cores {{ octavia_num_cores }}
--instances {{ octavia_num_instances }}
--ram {{ octavia_ram }}