Open caoyameng opened 7 years ago
vpc 取不到。
vpc需要用到 network 服务的API,你看下是不是你本地无法访问 network的命令,我没记错的话命令是
openstack router list
你如果是在本地环境的话,也要保证你的本地环境能取到 vpc 列表。
这个命令确实不行,这是我环境没装全?
不知道算不算环境没全,这个是另外一个服务的。但是 auto scaling 又依赖于这个服务。
我的安装步骤是不是缺了?
跟客户端没关系,是服务(服务端)连接不上。
network 服务。
用postman没问题啊
之前测过两次,没发现这个问题
跟接口没关系。。参数里面有vpc,subnet 这些,都是支持输入名称的。所以在创建group前,会先去服务端获取vpc列表,来取到真正的 vpc-id,subnet-id
你确定你在德电测试也有一样的问题吗?
确定,我刚发的日志是德电的
我是不是把VPC 的客户端装一下就好了?
哦 你说你的日志,你的日志是你的本地连接不到 https://vpc.eu-de.otc.t-systems.com,这个是网络的问题。
是,但是我本地用postman直接创建伸缩组是没问题
这个问题我已经解释过了。。。你直接postman是直接访问API,但是 client 在访问API前,会验证 vpc,subnet那些,所以需要访问 network 服务。
一样的把,直接调api创伸缩组,也是要验VPC,network。能成功说明到VPC网络是通的
我配了外网,报的错变了 Failed to discover available identity versions when contacting https://xxxxxx/v3. Attempting to parse version from URL.
也是连接不上的问题。。可能是你用了代理,代理连不上?
Failed to discover available identity versions when contacting https://xxxxxxx/v3. Attempting to parse version from URL. Unable to establish connection to https://xxxxxx/v3/auth/tokens: HTTPSConnectionPool(host='xxxxxxxx', port=xxxx): Max retries exceeded with url: /v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', error('Tunnel connection failed: 502 cannotconnect',)))
root@as-config-m5z0-gm0qc2b3:/home/linux/cym# openstack as group create Woo-Test-2 --vpc=0bbc9614-1209-438f-83bb-572b3ad475ea --subnet=a0cbcc4d-79ee-4876-b8c6-965b5aa18b1a --security-group=57f0a6cd-c427-4e40-a9a2-301ca90893fd --desire-instance=1 --max-instance=3 --min-instance=1 --cool-down=200 --insecure Unable to establish connection to https://vpc.eu-de.otc.t-systems.com: HTTPSConnectionPool(host='vpc.eu-de.otc.t-systems.com', port=443): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fd2435da0d0>: Failed to establish a new connection: [Errno -2] Name or service not known',))