This allows you to set the endpoint-type protocol globally for all services, e.g. internaluri can be http, and publicuri can be https. You will no longer have to specify it per service, although those settings already exist and have not changed. This patch changes no functionality for existing installs or deployments and the values are defaulted to be the same as before, but allows these values to be adjusted on a per-endpoint type basis. Change-Id: I4854216726491f6ea4e265694e702f980fddc5a6 Closes-Bug: #1399383
OpenStack glance
- tags
-
openstack, glance, cloud, ansible
- category
-
*nix
Role to install glance and glance registry.
- This role will install the following:
-
- glance-api
- glance-registry
- name: Install glance server
hosts: glance_all
user: root
roles:
- { role: "os_glance", tags: [ "os-glance" ] }
vars:
external_lb_vip_address: 172.16.24.1
internal_lb_vip_address: 192.168.0.1
glance_galera_address: "{{ internal_lb_vip_address }}"