-
Notifications
You must be signed in to change notification settings - Fork 1
/
1
60 lines (53 loc) · 1.53 KB
/
1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[DEFAULT]
dhcpbridge_flagfile=/etc/nova/nova.conf
dhcpbridge=/usr/bin/nova-dhcpbridge
logdir=/var/log/nova
state_path=/var/lib/nova
lock_path=/var/lock/nova
force_dhcp_release=True
libvirt_use_virtio_for_bridges=True
verbose=True
ec2_private_dns_show_ip=True
api_paste_config=/etc/nova/api-paste.ini
enabled_apis=ec2,osapi_compute,metadata
rpc_backend = rabbit
auth_strategy = keystone
my_ip = 172.16.0.15
network_api_class = nova.network.neutronv2.api.API
security_group_api = neutron
#linuxnet_interface_driver = nova.network.linux_net.NeutronLinuxBridgeInterfaceDriver
firewall_driver = nova.virt.firewall.NoopFirewallDrive
enabled_apis=osapi_compute,metadata
[database]
connection = mysql+pymysql://nova:[email protected]/nova
[oslo_messaging_rabbit]
rabbit_host = 172.16.0.15
rabbit_userid = openstack
rabbit_password = RABBIT_PASS
[keystone_authtoken]
auth_uri = http://172.16.0.15:5000
auth_url = http://172.16.0.15:35357
auth_plugin = password
project_domain_id = default
user_domain_id = default
project_name = service
username = nova
password = nova_pass
[vnc]
enable=true
vncserver_listen = $my_ip
vncserver_proxyclient_address = $my_ip
novncproxy_base_url = http://172.16.0.15:6080/vnc_auto.html
[glance]
host = 172.16.0.15
[oslo_concurrency]
lock_path = /var/lib/nova/tmp
[neutron]
service_metadata_proxy = True
metadata_proxy_shared_secret = openstack
url = http://172.16.0.15:9696
auth_strategy = keystone
admin_auth_url = http://172.16.0.15:35357/v2.0
admin_tenant_name = service
admin_username = neutron
admin_password = neutron_pass