Skip to content

Commit

Permalink
更新nova的glance配置
Browse files Browse the repository at this point in the history
  • Loading branch information
lofyer committed Jul 28, 2015
1 parent 158f183 commit d006093
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions source/posts/appendix01.rst
Original file line number Diff line number Diff line change
Expand Up @@ -653,15 +653,16 @@ Heat节点:heat0(192.168.77.80)
rootwrap_config=/etc/nova/rootwrap.conf
api_paste_config=api-paste.ini
auth_strategy=keystone
# Glance服务信息
glance_host=192.168.77.50
glance_port=9292
glance_protocol=http
lock_path=/var/lib/nova/tmp
log_dir=/var/log/nova
# Memcached服务信息
memcached_servers=192.168.77.50:11211
scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
[glance]
# Glance服务信息
host=192.168.77.50
port=9292
protocol=http
[database]
# connection info for MariaDB
connection=mysql://nova:password@localhost/nova
Expand Down Expand Up @@ -977,13 +978,14 @@ Heat节点:heat0(192.168.77.80)
rootwrap_config=/etc/nova/rootwrap.conf
api_paste_config=api-paste.ini
auth_strategy=keystone
glance_host=192.168.77.50
glance_port=9292
glance_protocol=http
lock_path=/var/lib/nova/tmp
log_dir=/var/log/nova
memcached_servers=192.168.77.50:11211
scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
[glance]
host=192.168.77.50
port=9292
protocol=http
[database]
connection=mysql://nova:password@192.168.77.50/nova
[keystone_authtoken]
Expand Down Expand Up @@ -1407,7 +1409,7 @@ neutron依赖于各种插件(openvswitch、linuxbridge等),我们在此使
network_api_class=nova.network.neutronv2.api.API
security_group_api=neutron
# specify the Neutron endpoint
neutron_url=http://192.168.77.59:9696
neutron_url=http://192.168.77.50:9696
# specify the auth info for keystone
neutron_auth_strategy=keystone
neutron_admin_tenant_name=service
Expand Down

0 comments on commit d006093

Please sign in to comment.