易陆发现互联网技术论坛

 找回密码
 开始注册
查看: 4538|回复: 3
收起左侧

endpoint for volume service named cinder in RegionOne region not found

[复制链接]
发表于 2018-10-6 18:16:54 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?开始注册

x
2018-10-06 18:13:51.888 1877 ERROR nova.compute.manager [req-ef8a5260-9e77-4092-9d36-a5875ccf61f8 85081953184846c3b6f82652f8799e81 2bf187dac03542998a1ba0dec7a0e6fe - default default] [instance: 70ebdc92-ffe1-40e8-850f-9d2f64% Y& [3 z& r  N& t1 ~& M, ?0 q. X
a97fdd] Instance failed block device setup: EndpointNotFound: internalURL endpoint for volume service named cinder in RegionOne region not found( t. L) f6 c+ N5 S( [
发表于 2018-10-6 18:38:32 | 显示全部楼层
服务endpoint的三种url如果是Struts,在配置文件里面配个action啊,URL对应action的name,如果spring的话,直接映射后台的URL,当然也需要spring的配置文件
7 \  |7 w1 x' H4 C9 c
发表于 2018-10-6 18:38:51 | 显示全部楼层
用户(无论是Dashboard, API Client)都需要访问Keystone获取服务列表。 以及每个服务的地址(Openstack中称为Endpoint).访问服务的地址。 Endpoint可以理解为访问服务url。 剩下的就好理解了。 有管理员服务 adminurl。 内部服务 internalurl。# ^- O- z. F& \) V- X* F: s5 a
发表于 2018-10-6 18:47:01 | 显示全部楼层
publicURL endpoint for orchestration service in RegionOne region not found$ {8 H2 I6 V9 L: ]3 A
regionone( a$ Z# g0 p' l+ {% @" s+ y
5 b+ ~5 r0 j8 x7 C5 b% o8 z
I configured keystone service and endpoints for heat but heat is not working. Note the region name is "regionOne" with a lower-case r. Is the cause of the failure? If yes, how to fix it?
0 I% E: [* @% H/ _0 t) \3 Q0 \0 B8 U6 S. K# N0 N; I
davidyua@cloudant9:~$ heat stack-list publicURL endpoint for orchestration service in RegionOne region not found d
( ]7 v2 ^" N! x  V% a  O5 x/ m7 g7 m4 Q0 H7 g' p. M; b
avidyua@cloudant9:~$ openstack service list( i% o" E- W& }. Y8 }1 [
+----------------------------------+-------------+----------------+
$ u/ z& d7 q$ X9 p( D' Q& K| ID                               | Name        | Type           |% @6 k# c+ Y5 C- ?1 |
+----------------------------------+-------------+----------------+
- h+ M9 q' r4 J: \| 1fccfdeb7eaa44d2a842a67799a145a1 | glance      | image          |
7 U+ D* x$ d. l: ~4 K- Z; p| 21856c9253454d088e4e334d60425077 | heat        | orchestration  |$ d" S" {' j" n; x  ?+ O  t
| 2dd68f6c26cf4c66974206a6ffc87d7f | keystone    | identity       |
3 |( J+ L. u! K. I& K' ]2 P$ Y1 O| 344c4426b02f47a5a859cbad45eccc8a | nova_legacy | compute_legacy |% U2 `) c' U( w8 t3 x- {2 `
| a43ec01e5f46403cbd98d75ec62c6a3e | nova        | compute        |% R- B+ {5 W0 c
| b3241a4f37a34fa6a6e113a68ea49440 | cinderv2    | volumev2       |
  T# n) e! `6 y# R| c4516888e14142ee8c5ed2f33704e20d | ec2         | ec2            |4 t9 m  N' b7 T
| f53b6ae3896442679d4f0507c364aa37 | cinder      | volume         |5 z0 r5 g4 C6 n" g% [1 i
+----------------------------------+-------------+----------------+3 s6 a& A- E6 \
davidyua@cloudant9:~$ openstack endpoint list1 T! Q. C/ I2 L9 k) n5 m. E* J
+----------------------------------+-----------+--------------+----------------+6 s* x( q' Y. g
| ID                               | Region    | Service Name | Service Type   |
- S$ g% u8 Q; e, F+----------------------------------+-----------+--------------+----------------+# E; c5 n; ^8 k+ `
| b78196ac7b4b40728b963d8d40df9e1c | RegionOne | glance       | image          |
9 g) B  [/ t, H| 1088506e14c94682acc9f3b4af9f6788 | regionOne | heat         | orchestration  |( j- g% M0 a7 ~4 H3 ?; u( s
| c6403265e26244608ae50a9fd187c08f | RegionOne | nova_legacy  | compute_legacy |/ Z* l( c6 M) `8 P
| e4eafa17d2d14ccf8064cbae88555c91 | RegionOne | cinderv2     | volumev2       |
" K1 Z. K* d  r) Y! ]/ a+ O| 04e71257f4e74c5ba4f775218ddb381d | RegionOne | cinder       | volume         |
7 O" R; ]: P2 j! s; H. f+ f/ k% s/ ^| 8d3a02df76ca437d9ab5a31b369423b4 | RegionOne | keystone     | identity       |2 O' ^2 j$ y, V# I9 C0 h' ?4 L, O$ l
| cc63c75e17c74010b10d8761b1c454c6 | RegionOne | ec2          | ec2            |
9 K# s/ D- w$ R( K: Q; x0 B0 a| 37527b92669c46df9c3afb8fef810f2e | RegionOne | nova         | compute        |1 \% F4 u5 V8 A2 P! u) N5 B' c
+----------------------------------+-----------+--------------+----------------+
8 B& n! z) z' {+ o
9 P+ H1 j* y/ i: p, ?( S; o& Sanswer
: J9 r! U& R' g. L/ Z" h
2 C! j, _7 B# m# nI solved it myself by adding --region option instead of depending on keystone to resolve it for me.
您需要登录后才可以回帖 登录 | 开始注册

本版积分规则

关闭

站长推荐上一条 /4 下一条

北京云银创陇科技有限公司以云计算运维,代码开发

QQ|返回首页|Archiver|小黑屋|易陆发现技术论坛 ( 蜀ICP备2026014127号-1 )点击这里给我发消息

GMT+8, 2026-4-8 21:24 , Processed in 0.054527 second(s), 22 queries .

Powered by Discuz! X3.4 Licensed

© 2012-2025 Discuz! Team.

快速回复 返回顶部 返回列表