Drop ec2 from list of enabled API's
ec2 is not needed on compute nodes (nova-api just provides metadata to instances on the local compute node), so drop from list of enabled API's. It's also dropped in later OpenStack releases. Change-Id: I52de3a8118af4828c146c92e140b58a0288744d7
This commit is contained in:
parent
fd3687eafb
commit
7cd2248fb7
@ -26,7 +26,7 @@ libvirt_use_virtio_for_bridges=True
|
||||
use_syslog = {{ use_syslog }}
|
||||
ec2_private_dns_show_ip=True
|
||||
api_paste_config=/etc/nova/api-paste.ini
|
||||
enabled_apis=ec2,osapi_compute,metadata
|
||||
enabled_apis=osapi_compute,metadata
|
||||
auth_strategy=keystone
|
||||
compute_driver=libvirt.LibvirtDriver
|
||||
my_ip = {{ host_ip }}
|
||||
|
@ -26,7 +26,7 @@ libvirt_use_virtio_for_bridges=True
|
||||
use_syslog = {{ use_syslog }}
|
||||
ec2_private_dns_show_ip=True
|
||||
api_paste_config=/etc/nova/api-paste.ini
|
||||
enabled_apis=ec2,osapi_compute,metadata
|
||||
enabled_apis=osapi_compute,metadata
|
||||
auth_strategy=keystone
|
||||
compute_driver=libvirt.LibvirtDriver
|
||||
my_ip = {{ host_ip }}
|
||||
|
@ -17,7 +17,7 @@ force_dhcp_release=True
|
||||
use_syslog = {{ use_syslog }}
|
||||
ec2_private_dns_show_ip=True
|
||||
api_paste_config=/etc/nova/api-paste.ini
|
||||
enabled_apis=ec2,osapi_compute,metadata
|
||||
enabled_apis=osapi_compute,metadata
|
||||
auth_strategy=keystone
|
||||
my_ip = {{ host_ip }}
|
||||
|
||||
|
@ -17,7 +17,7 @@ force_dhcp_release=True
|
||||
use_syslog = {{ use_syslog }}
|
||||
ec2_private_dns_show_ip=True
|
||||
api_paste_config=/etc/nova/api-paste.ini
|
||||
enabled_apis=ec2,osapi_compute,metadata
|
||||
enabled_apis=osapi_compute,metadata
|
||||
auth_strategy=keystone
|
||||
my_ip = {{ host_ip }}
|
||||
|
||||
|
@ -17,7 +17,7 @@ force_dhcp_release=True
|
||||
use_syslog = {{ use_syslog }}
|
||||
ec2_private_dns_show_ip=True
|
||||
api_paste_config=/etc/nova/api-paste.ini
|
||||
enabled_apis=ec2,osapi_compute,metadata
|
||||
enabled_apis=osapi_compute,metadata
|
||||
auth_strategy=keystone
|
||||
my_ip = {{ host_ip }}
|
||||
|
||||
|
@ -426,7 +426,7 @@ class NovaBasicDeployment(OpenStackAmuletDeployment):
|
||||
'use_syslog': 'False',
|
||||
'ec2_private_dns_show_ip': 'True',
|
||||
'api_paste_config': '/etc/nova/api-paste.ini',
|
||||
'enabled_apis': 'ec2,osapi_compute,metadata',
|
||||
'enabled_apis': 'osapi_compute,metadata',
|
||||
'flat_interface': 'eth1',
|
||||
'network_manager': 'nova.network.manager.FlatDHCPManager',
|
||||
'volume_api_class': 'nova.volume.cinder.API',
|
||||
|
Loading…
x
Reference in New Issue
Block a user