Add variables for the following 2 nova.conf vars: image_cache_manager_interval (default 0) remove_unused_resized_minimum_age_seconds (default 3600) Change-Id: Ifa52ab226bfe695b64c32c94dd3ffccf465345a0 Closes-Bug: #1424808
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 }}"