e14f1f39200d734d01361fafa667c8dc19096ce3
Some service clients do not respect the old OS_ENDPOINT_TYPE parameter, instead only supporting the newer fashion of OS_INTERFACE which is viewed as less confusing. This adds support for that option. Failure to include this causes SSL certificate errors when the service clients attempt to use the public endpoint with a self- signed certificate on defaulted installs, particularly AIOs. This error can be demonstrated by trying to use the Gnocchi or new Aodh clients from a utility container, though only the Gnocchi client is currently installed in the integrated build. Change-Id: I60af4f0cf56964eaec8980264ec1ebadc550c0b8
OpenStack-Ansible openrc file
- tags
-
openstack, openrc, cloud, ansible
- category
-
*nix
This Ansible role creates the configuration files used by various OpenStack CLI tools. For more information about these tools, see the OpenStack CLI Reference.
Required Variables
To use this role, define the following variables:
keystone_service_adminuri_insecure: false
keystone_service_internaluri_insecure: false
openrc_os_password: secrete
openrc_os_domain_name: DefaultExample Playbook
- name: Install openrc
hosts: all
user: root
roles:
- { role: "openstack-ansible-openstack_openrc",
tags: [ "openstack_openrc" ]
}
vars:
keystone_service_adminuri_insecure: false
keystone_service_internaluri_insecure: false
openrc_os_password: secrete
openrc_os_domain_name: DefaultTags
This role supports two tags: openrc-install and
openrc-config
The openrc-install tag can be used to install and
upgrade.
The openrc-config tag can be used to manage
configuration.
Languages
Python
62.4%
Jinja
37.6%