Ubuntu Pastebin

Paste from schkovich at Mon, 17 Jul 2017 23:46:29 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
goran.miskovic@srv-webstaging:~$ juju --debug bootstrap -v ostom --config image-metadata-url=http://10.0.8.52:80/swift/v1/ --config network=19a0939b-9986-4b1a-aed8-2f8aef9c1b32 
01:42:07 INFO  juju.cmd supercommand.go:63 running juju [2.2.1 gc go1.8]
01:42:07 DEBUG juju.cmd supercommand.go:64   args: []string{"juju", "--debug", "bootstrap", "-v", "ostom", "--config", "image-metadata-url=http://10.0.8.52:80/swift/v1/", "--config", "network=19a0939b-9986-4b1a-aed8-2f8aef9c1b32"}
01:42:07 DEBUG juju.cmd.juju.commands bootstrap.go:803 authenticating with region "RegionOne" and credential "admin" ()
01:42:07 DEBUG juju.cmd.juju.commands bootstrap.go:915 provider attrs: map[external-network: use-floating-ip:false use-default-secgroup:false network:19a0939b-9986-4b1a-aed8-2f8aef9c1b32]
01:42:08 INFO  cmd authkeys.go:114 Adding contents of "/home/goran.miskovic/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys
01:42:08 DEBUG juju.cmd.juju.commands bootstrap.go:971 preparing controller with config: map[apt-mirror: test-mode:false enable-os-refresh-update:true http-proxy: development:false external-network: enable-os-upgrade:true use-default-secgroup:false network:19a0939b-9986-4b1a-aed8-2f8aef9c1b32 ftp-proxy: max-status-history-age:336h disable-network-management:false https-proxy: firewall-mode:instance ssl-hostname-verification:true logforward-enabled:false image-stream:released image-metadata-url:http://10.0.8.52:80/swift/v1/ logging-config: net-bond-reconfigure-delay:17 authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1rOO0vZeXpeW6bj4n/vha/NDDrAlt8W4rDRiJjbik59ua4yI2UfnYaRThE72hkZzNsnBEQqQuaDLVwFN8w0dVvIOQVyTUsEy78FPhb2sTCIFSROWJtMFnmk2im2yApfYpSkZkyUDizMNCnAmn25mJrwBkOnQRIEIinnCLICJfldd3hLxK2x4G/OeS2PY3J6rW2f1seVevDwRyFv0ii+zm8WIxbQ64SnF1BG2jV2DgDxHfARSdjqVkn9pcEEUDGr8wE48Hxc/w5OwoZvDufb+HDql7ks/T9g9F4tM2HvmlN56dZzmuD4zTm5pFdZB4sDEb6g95hLXzpFiNKgWhyBQn juju-client-key
 apt-no-proxy: use-floating-ip:false transmit-vendor-metrics:true ignore-machine-addresses:false default-series:xenial name:controller agent-stream:released apt-https-proxy: automatically-retry-hooks:true proxy-ssh:false uuid:d1ef3621-d698-4555-8306-96f17d6bfb46 update-status-hook-interval:5m max-status-history-size:5G apt-http-proxy: provisioner-harvest-mode:destroyed no-proxy:127.0.0.1,localhost,::1 agent-metadata-url: apt-ftp-proxy: resource-tags: type:openstack]
01:42:08 INFO  juju.provider.openstack provider.go:139 opening model "controller"
01:42:08 DEBUG juju.provider.openstack provider.go:793 authentication failed: authentication failed
caused by: requesting token: Unauthorised URL http://10.0.8.36:35357/v3/auth/tokens
caused by: request (http://10.0.8.36:35357/v3/auth/tokens) returned unexpected status: 401; error info: Failed: 401 error: The request you have made requires authentication.
ERROR authentication failed.

Please ensure the credentials are correct. A common mistake is
to specify the wrong tenant. Use the OpenStack "project" name
for tenant-name in your model configuration.
01:42:08 DEBUG cmd supercommand.go:459 error stack: 
github.com/juju/juju/provider/openstack/provider.go:798: authentication failed.

Please ensure the credentials are correct. A common mistake is
to specify the wrong tenant. Use the OpenStack "project" name
for tenant-name in your model configuration.
github.com/juju/juju/environs/bootstrap/prepare.go:163: 
github.com/juju/juju/environs/bootstrap/prepare.go:99: 
github.com/juju/juju/cmd/juju/commands/bootstrap.go:450
Download as text