[原]openstack-kilo--issue(四) WARNING: nova has no endpoint in ! Available endpoints for this service:
本博客已经添加"打赏"功能,"打赏"位置位于右边栏红色框中,感谢您赞助的咖啡.
在安装kilo的时候出现了一个报错
nova endpoints WARNING: nova has no endpoint in ! Available endpoints for this service: +-----------+------------------------------------------------------------+ | nova | Value | +-----------+------------------------------------------------------------+ | id | 8e02a81594914ee68ec2a4c348f36e86 | | interface | internal | | region | RegionOne | | region_id | RegionOne | | url | http://controller:8774/v2/6655a8db1705461384c78137e5e87c17 | +-----------+------------------------------------------------------------+ +-----------+------------------------------------------------------------+ | nova | Value | +-----------+------------------------------------------------------------+ | id | cec09372a0ef4652ae0453ee2b2565ac | | interface | public | | region | RegionOne | | region_id | RegionOne | | url | http://controller:8774/v2/6655a8db1705461384c78137e5e87c17 | +-----------+------------------------------------------------------------+ +-----------+------------------------------------------------------------+ | nova | Value | +-----------+------------------------------------------------------------+ | id | ff33409ed3fd4d35bd7af03f8a1bf5de | | interface | admin | | region | RegionOne | | region_id | RegionOne | | url | http://controller:8774/v2/6655a8db1705461384c78137e5e87c17 | +-----------+------------------------------------------------------------+ WARNING: keystone has no endpoint in ! Available endpoints for this service: +-----------+----------------------------------+ | keystone | Value | +-----------+----------------------------------+ | id | b7c9400288844a64aac66688225ef94f | | interface | internal | | region | RegionOne | | region_id | RegionOne | | url | http://controller:5000/v2.0 | +-----------+----------------------------------+ +-----------+----------------------------------+ | keystone | Value | +-----------+----------------------------------+ | id | dad42a6cf9d349d3beb0a7190d184b60 | | interface | public | | region | RegionOne | | region_id | RegionOne | | url | http://controller:5000/v2.0 | +-----------+----------------------------------+ +-----------+----------------------------------+ | keystone | Value | +-----------+----------------------------------+ | id | dc673080534445df9a629f1f64ebda0f | | interface | admin | | region | RegionOne | | region_id | RegionOne | | url | http://controller:35357/v2.0 | +-----------+----------------------------------+ WARNING: glance has no endpoint in ! Available endpoints for this service: +-----------+----------------------------------+ | glance | Value | +-----------+----------------------------------+ | id | 1bf9b3094cf0440cadfcfe01d8d48ff0 | | interface | public | | region | RegionOne | | region_id | RegionOne | | url | http://controller:9292 | +-----------+----------------------------------+ +-----------+----------------------------------+ | glance | Value | +-----------+----------------------------------+ | id | 8269a34f2be74a2cbae74a70931a6495 | | interface | admin | | region | RegionOne | | region_id | RegionOne | | url | http://controller:9292 | +-----------+----------------------------------+ +-----------+----------------------------------+ | glance | Value | +-----------+----------------------------------+ | id | 9a15ab7d12cf4a9884ab8371dc05d18c | | interface | internal | | region | RegionOne | | region_id | RegionOne | | url | http://controller:9292 | +-----------+----------------------------------+ +-----------+----------------------------------+ | glance | Value | +-----------+----------------------------------+ | id | a59fc34f786e404680cc7afce6a940c9 | | interface | internal | | region | RegionOne | | region_id | RegionOne | | url | http://controller:9292 | +-----------+----------------------------------+ +-----------+----------------------------------+ | glance | Value | +-----------+----------------------------------+ | id | b4ed8f548fc04801beaa7e8c5c5790bc | | interface | admin | | region | RegionOne | | region_id | RegionOne | | url | http://controller:9292 | +-----------+----------------------------------+ +-----------+----------------------------------+ | glance | Value | +-----------+----------------------------------+ | id | e25df92c19334389baef2a09568258bf | | interface | public | | region | RegionOne | | region_id | RegionOne | | url | http://controller:9292 | +-----------+----------------------------------+
solution:
add export OS_REGION_NAME=RegionOne into admin-openrc.sh
echo "export OS_REGION_NAME=RegionOne" >> admin-openrc.sh nova endpoints +-----------+------------------------------------------------------------+ | nova | Value | +-----------+------------------------------------------------------------+ | id | 8e02a81594914ee68ec2a4c348f36e86 | | interface | internal | | region | RegionOne | | region_id | RegionOne | | url | http://controller:8774/v2/6655a8db1705461384c78137e5e87c17 | +-----------+------------------------------------------------------------+ +-----------+----------------------------------+ | keystone | Value | +-----------+----------------------------------+ | id | b7c9400288844a64aac66688225ef94f | | interface | internal | | region | RegionOne | | region_id | RegionOne | | url | http://controller:5000/v2.0 | +-----------+----------------------------------+ +-----------+----------------------------------+ | glance | Value | +-----------+----------------------------------+ | id | 1bf9b3094cf0440cadfcfe01d8d48ff0 | | interface | public | | region | RegionOne | | region_id | RegionOne | | url | http://controller:9292 | +-----------+----------------------------------+
作者:horizonli
出处:http://www.cnblogs.com/horizonli/
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
如果您认为文章还不错或者有所收获,您可以通过扫描下方的二维码进行随性打赏(¥1/¥2/¥5)以及点击左下角的【好文要顶】按钮以示支持,或者扫描关注即将写作的公众号二维码,因为这几种方式都是支持我继续写作,分享的最大动力!公众号将记录工作生活,技术内容,个性观点等内容,欢迎您的关注
出处:http://www.cnblogs.com/horizonli/
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
![]() |
![]() 支付宝(alipay) 二维码打赏 |
![]() 微信(wechat) 二维码打赏 JUST LI(**波) |
![]() 微信公众号: 木子李的菜田 |