yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #03253
[Bug 1187025] Re: Unauthorized when running nova network-create private
*** This bug is a duplicate of bug 1187286 ***
https://bugs.launchpad.net/bugs/1187286
** This bug has been marked a duplicate of bug 1187286
ERROR: Malformed request url (HTTP 400)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1187025
Title:
Unauthorized when running nova network-create private
Status in OpenStack Compute (Nova):
New
Bug description:
Hello,
I have this error when executing:
nova network-create private --fixed-range-v4=192.168.100.0/24 --bridge-interface=br100
ERROR: Unauthorized (HTTP 401)
with:
strace -e trace=network nova network-create private --fixed-range-v4=192.168.100.0/24 --bridge-interface=br100
I have the following:
--- SIGCHLD (Child exited) @ 0 (0) ---
--- SIGCHLD (Child exited) @ 0 (0) ---
--- SIGCHLD (Child exited) @ 0 (0) ---
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 3
connect(3, {sa_family=AF_INET, sin_port=htons(5000), sin_addr=inet_addr("192.168.10.1")}, 16) = -1 EINPROGRESS (Operation now in progress)
getsockopt(3, SOL_SOCKET, SO_ERROR, [0], [4]) = 0
sendto(3, "POST /v2.0/tokens HTTP/1.1\r\nHost"..., 308, 0, NULL, 0) = 308
recvfrom(3, "HTTP/1.1 200 OK\r\nVary: X-Auth-To"..., 8192, 0, NULL, NULL) = 6407
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 3
connect(3, {sa_family=AF_INET, sin_port=htons(8774), sin_addr=inet_addr("172.25.193.119")}, 16) = -1 EINPROGRESS (Operation now in progress)
getsockopt(3, SOL_SOCKET, SO_ERROR, [0], [4]) = 0
sendto(3, "POST /v2/517211c9bd1e41bda945d85"..., 4122, 0, NULL, 0) = 4122
recvfrom(3, "HTTP/1.1 401 Unauthorized\r\nWww-A"..., 8192, 0, NULL, NULL) = 461
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 4
connect(4, {sa_family=AF_INET, sin_port=htons(5000), sin_addr=inet_addr("192.168.10.1")}, 16) = -1 EINPROGRESS (Operation now in progress)
getsockopt(4, SOL_SOCKET, SO_ERROR, [0], [4]) = 0
sendto(4, "POST /v2.0/tokens HTTP/1.1\r\nHost"..., 4037, 0, NULL, 0) = 4037
recvfrom(4, "HTTP/1.1 200 OK\r\nVary: X-Auth-To"..., 8192, 0, NULL, NULL) = 6407
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 4
connect(4, {sa_family=AF_INET, sin_port=htons(8774), sin_addr=inet_addr("172.25.193.119")}, 16) = -1 EINPROGRESS (Operation now in progress)
getsockopt(4, SOL_SOCKET, SO_ERROR, [0], [4]) = 0
sendto(4, "POST /v2/517211c9bd1e41bda945d85"..., 4122, 0, NULL, 0) = 4122
recvfrom(4, "HTTP/1.1 401 Unauthorized\r\nWww-A"..., 8192, 0, NULL, NULL) = 461
ERROR: Unauthorized (HTTP 401)
Can anyone tell me what is the cause of the problem .?
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1187025/+subscriptions