Ubuntu Pastebin

Paste from schkovich at Mon, 17 Jul 2017 23:32:00 +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
00:29:18 DEBUG juju.cmd.juju.commands bootstrap.go:803 authenticating with region "RegionOne" and credential "admin" ()
00:29:18 DEBUG juju.cmd.juju.commands bootstrap.go:915 provider attrs: map[use-default-secgroup:false network: external-network: use-floating-ip:false]
00:29:18 INFO  cmd authkeys.go:114 Adding contents of "/home/goran.miskovic/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys
00:29:18 DEBUG juju.cmd.juju.commands bootstrap.go:971 preparing controller with config: map[uuid:d140abc2-9ae3-4de1-889e-36fef83fc8ed name:controller logging-config: enable-os-upgrade:true resource-tags: default-series:xenial enable-os-refresh-update:true disable-network-management:false net-bond-reconfigure-delay:17 network: provisioner-harvest-mode:destroyed transmit-vendor-metrics:true type:openstack ftp-proxy: firewall-mode:instance agent-stream:released development:false max-status-history-age:336h apt-http-proxy: external-network: use-floating-ip:false use-default-secgroup:false no-proxy:127.0.0.1,localhost,::1 proxy-ssh:false apt-https-proxy: authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1rOO0vZeXpeW6bj4n/vha/NDDrAlt8W4rDRiJjbik59ua4yI2UfnYaRThE72hkZzNsnBEQqQuaDLVwFN8w0dVvIOQVyTUsEy78FPhb2sTCIFSROWJtMFnmk2im2yApfYpSkZkyUDizMNCnAmn25mJrwBkOnQRIEIinnCLICJfldd3hLxK2x4G/OeS2PY3J6rW2f1seVevDwRyFv0ii+zm8WIxbQ64SnF1BG2jV2DgDxHfARSdjqVkn9pcEEUDGr8wE48Hxc/w5OwoZvDufb+HDql7ks/T9g9F4tM2HvmlN56dZzmuD4zTm5pFdZB4sDEb6g95hLXzpFiNKgWhyBQn juju-client-key
 apt-no-proxy: update-status-hook-interval:5m image-stream:released ignore-machine-addresses:false max-status-history-size:5G https-proxy: ssl-hostname-verification:true agent-metadata-url: automatically-retry-hooks:true image-metadata-url: test-mode:false apt-ftp-proxy: apt-mirror: logforward-enabled:false http-proxy:]
00:29:18 INFO  juju.provider.openstack provider.go:139 opening model "controller"
00:29:19 DEBUG goose <autogenerated>:22 auth details: &{Token:1cee030709a14d7ab046ed457a11be26 TenantId: UserId:e3e2868c29c54092b2c56c55d2b244dd Domain:admin_domain RegionServiceURLs:map[RegionOne:map[metering:http://10.0.8.11:8777 placement:http://10.0.8.7:8778 dns:http://10.0.8.48:9001 object-store:http://10.0.8.52:80/swift/v1 network:http://10.0.8.21:9696 identity:http://10.0.8.36:5000/v3 cloudformation:http://10.0.8.17:8000/v1 image:http://10.0.8.47:9292]]}
00:29:19 DEBUG juju.provider.openstack provider.go:793 authentication failed: cannot create service URLs
caused by: the configured region "RegionOne" does not allow access to all required services, namely: compute
access to these services is missing: compute
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.
00:29:19 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