码迷,mamicode.com
首页 > 其他好文 > 详细

openstack 部署笔记--neutron计算节点

时间:2017-06-02 18:57:44      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:keystone   open   ppi   ash   key   transport   sys   -o   ble   

控制节点

# vim /etc/neutron/neutron.conf
[DEFAULT]
# ...
transport_url = rabbit://openstack:root@mq.downtown8.cn
auth_strategy = keystone
[keystone_authtoken]
# ...
auth_uri = http://keystone.downtown8.cn:5000
auth_url = http://keystone.downtown8.cn:35357
memcached_servers = cache.downtown8.cn11211
auth_type = password
project_domain_name = default
user_domain_name = default
project_name = service
username = neutron
password = root
[oslo_concurrency]
# ...
lock_path = /var/lib/neutron/tmp
# vim /etc/neutron/plugins/ml2/linuxbridge_agent.ini
[linux_bridge]
physical_interface_mappings = provider:eth0
[vxlan]
enable_vxlan = true
local_ip = 192.168.15.238
l2_population = true
[securitygroup]
# ...
enable_security_group = true
firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver
# vim /etc/nova/nova.conf
[neutron]
# ...
url = http://neutron.downtown8.cn:9696
auth_url = http://neutron.downtown8.cn:35357
auth_type = password
project_domain_name = default
user_domain_name = default
region_name = RegionOne
project_name = service
username = neutron
password = root
# systemctl restart openstack-nova-compute.service

# systemctl enable neutron-linuxbridge-agent.service
# systemctl start neutron-linuxbridge-agent.service

验证配置

$ . admin-openrc
$ openstack extension list --network
$ openstack network agent list

  

 

  

openstack 部署笔记--neutron计算节点

标签:keystone   open   ppi   ash   key   transport   sys   -o   ble   

原文地址:http://www.cnblogs.com/37yan/p/6934687.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!