From 2b39df7d8de3856185ebef0b24382cd0d8b18cca Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Tue, 11 Jun 2019 11:28:28 +0100 Subject: [PATCH] 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 --- tasks/octavia_security_group.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/octavia_security_group.yml b/tasks/octavia_security_group.yml index b5a66204..832ec710 100644 --- a/tasks/octavia_security_group.yml +++ b/tasks/octavia_security_group.yml @@ -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 }}"