www.cnblogs.com/ruiyqinrui

开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞

python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发.

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

<一,> ,OpenStack a few Core Compontents integration with openStack-keystone Identity service
1.1,user-create
keystone user-create --name --pass --email
1.2,tenant-create
keystone tenant-create --name (remainers tips, public use service tenant)
1.3,role-create
keystone
1.4,[link user,tenant,role]
keystone user-role-add --user --tenant --role
1.5,create core components service
keystone service-create --name --type --description ""
1.6,create openStack core components service endpoints
eg,neutron network service
keystone endpoint-create --service-id $(keystone service-list | awk '/ network / {print $2}') --publicurl http://ostack.org:9696 --adminurl http://ostack.org:9696 --internalurl http://ostack.org:9696


<二,> openStack core compents,components Names and ports
服务名            项目名称    端口
identity service    keystone    35357,5000
image service        glance        9292
compute service        nova        8774
network service        neutron        9696

<三,>openStack core compontents,subcompontents repo packages Names,(for the moment no relation rely on repo packages list,misc systemizing)

3.14,networking components-->neutron
yum -y install openstack-neutron openstack-neutron-ml2 python-neutronclient

3.2.1

core components conf
eg,networking server component conf inc database,authentication mechanism,message broker,topology change notifier,and plug-in

conf networking to use the identity service for authentication

3.2.2

posted on 2014-12-21 13:04  秦瑞It行程实录  阅读(227)  评论(0编辑  收藏  举报
www.cnblogs.com/ruiyqinrui