这么长时间没有更新博客了,哎,之前都是用Ubuntu物理机搭建的openstack,但是最近用自己的centos虚拟机搭建的时候总是报错,一些基本的东西,频频出错,对此很是无奈啊,看来我的能力还是有待提升了,虽说虚拟机搭建openstack会有一些问题,但是也没有我的这么夸张吧,所以我..
分类:
编程语言 时间:
2016-07-01 16:33:46
阅读次数:
264
今天就开始来讲讲安装openstack中的组件,那么就从keystone这个安全认证服务来安装吧,当然,在安装前都是有一些准备工作要做的。首先来说下keystone是干啥的吧。其实在早起的openstack中是没有keystone这个组件的,一些安全认证例如,用户、消息、API调用的认证等都是在Nova这..
分类:
其他好文 时间:
2016-06-27 17:59:17
阅读次数:
166
目录目录
前文列表
Create a domain projects users and roles
domain projects users and roles的意义和作用
Create the default domain
Create the service projecttenant
创建用于管理的用户租户和角色
Create the admin projecttenant
Create...
分类:
其他好文 时间:
2016-06-16 06:53:06
阅读次数:
663
本节我们将详细讲解Cinder的各个子服务。cinder-apicinder-api是整个Cinder组件的门户,所有cinder的请求都首先由nova-api处理。cinder-api向外界暴露若干HTTPRESTAPI接口。在keystone中我们可以查询cinder-api的endponits。客户端可以将请求发送到endponits指定的地址,向cind..
分类:
其他好文 时间:
2016-06-15 08:06:28
阅读次数:
255
目录目录
前文列表
Install and configure
Prerequisites 先决条件
Create the database for identity service
生成一个随机数
Install and configure components
Configure the Apache HTTP server
Create the service entity and API e...
Changing from APIv2.0 to APIv3 in Keystone - Openstack Juno on Ubuntu 1. 更换v3 的policy文件 mv /etc/keystone/policy.json /etc/keystone/policy.json.bak cp ...
分类:
其他好文 时间:
2016-06-13 11:24:43
阅读次数:
182
——先决条件1.)创建数据库MariaDB[(none)]>CREATEDATABASEkeystone;
QueryOK,1rowaffected(0.00sec)
MariaDB[(none)]>GRANTALLONkeystone.*TO‘keystone‘@‘%‘IDENTIFIEDBY‘keystone‘;
QueryOK,0rowsaffected(0.01sec)
MariaDB[(none)]>GRANTALLONkeystone.*TO‘keysto..
分类:
其他好文 时间:
2016-06-12 18:45:35
阅读次数:
144
1. network和subnet创建代码流程
[root@jun ~(keystone_user1)]# neutron net-create demo-net
[root@jun ~(keystone_user1)]# neutron subnet-create demo-net 1.1.1.0/24 --name demo-subnet --gateway 1....
分类:
系统相关 时间:
2016-06-02 13:46:38
阅读次数:
852
Keystone V3 Keystone 中主要涉及到如下几个概念:User、Tenant、Role、Token。下面对这几个概念进行简要说明。 User:顾名思义就是使用服务的用户,可以是人、服务或者是系统,只要是使用了 Openstack 服务的对象都可以称为用户。 Tenant:租户,可以理解 ...
分类:
其他好文 时间:
2016-05-28 08:53:31
阅读次数:
305
User Digital representation of a person, system, or service who usesOpenStack cloud services. The Identity service validates that incomingrequests are ...
分类:
其他好文 时间:
2016-05-28 01:05:33
阅读次数:
215