Controller Node: 安装认证服务: 1. sudo apt-get install keystone 2. sudo vi /etc/keystone/keystone.conf [database] # The SQLAlchemy connection string used to connect to the database connection = mysql://keystone:KEYSTONE_DBPASS@controller/keystone 3. su…
echo deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/grizzly main >> /etc/apt/sources.list.d/grizzly.listapt-get install -y ubuntu-cloud-keyring # one way (older scala version will be installed)# sudo apt-get install scala #2nd…
openstack Identity service 名叫keystone.它提供了用户校验,以及服务目录查询(即列出所有的服务以及相关信息)等功能. keystone 主要包含以下几个部分 Server 一个中心化的服务器,提供RESTful接口进行认证等服务. Drivers driver实际上集成在了server中.它的作用是访问一些不存在于openstack系统中的外部用户管理认证服务.如果你的系统中之前安装过openstack并且留下了一些用户信息,这些信息一般存在mysql等关系型数…
If you are behind the proxy, then you have to set no_proxy environmental variable for your localhost and all the IPs acquire by you host. Like if ip is 192.168.10.10, then: ./unstack.sh export no_proxy=localhost,127.0.0.1,192.168.10.10 ./stack.sh 转自:…