Add networking-calico configuration for nova-api-metadata

Change-Id: I02ba101a3dfdbb34b96a110f429cfa6d1f0e9863
This commit is contained in:
Logan V 2016-08-14 00:37:47 -05:00 committed by Jesse Pretorius (odyssey4me)
parent c7a9a1c3c3
commit 1765c97ce1

View File

@ -219,7 +219,7 @@ nova_novncproxy_git_install_branch: master
nova_novncproxy_vnc_keymap: en-us
## Nova metadata
nova_metadata_proxy_enabled: True
nova_metadata_proxy_enabled: "{{ nova_network_services[nova_network_type]['metadata_proxy_enabled'] | bool }}"
nova_metadata_host: "{{ internal_lb_vip_address }}"
nova_metadata_port: 8775
nova_metadata_program_name: nova-api-metadata
@ -283,9 +283,14 @@ nova_network_type: linuxbridge
nova_network_services:
linuxbridge:
use_forwarded_for: False
metadata_proxy_enabled: True
nuage:
use_forwarded_for: True
metadata_proxy_enabled: True
ovs_bridge: alubr0
calico:
use_forwarded_for: True
metadata_proxy_enabled: False
# Nova quota
nova_quota_cores: 20