93ebd5944b6656280bc84636c55a4ee36dd1ccbf
Matt Thompson
93ebd5944b
Update auth_uri / identity_uri
While testing glance + swift, I noticed that the glance-api.conf and glance-registry.conf being dropped had incorrect auth_uri / identity_uri values set. This change updates auth_uri / identity_uri throughout to point to the correct keystone_service_adminuri / keystone_service_internalurl variables. Change-Id: I3cbbfefe7da54b08bb9a55e4a2ca3a8bd786577d Closes-Bug: 1425099
OpenStack nova
- tags
-
openstack, nova, cloud, ansible
- category
-
*nix
Role for deployment, setup and installation of nova.
- This role will install the following:
-
- nova-consoleauth
- nova-conductor
- nova-compute
- nova-cert
- nova-api-metadata
- nova-spicehtml5proxy
- nova-api-ec2
- nova-api-os-compute
- nova-api-ec2
-name: Installation and setup of Nova
hosts: nova_all
user: root
roles:
-{role:"os_nova",tags:["os-nova"]}
vars:
galera_address:"{{ internal_lb_vip_address }}"Description
Languages
Jinja
66.8%
Python
30.8%
Shell
2.4%