Ubuntu Pastebin

Paste from vds at Tue, 27 Jun 2017 16:29:33 +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
ubuntu@os-juju01:~/.local/share/juju$ juju bootstrap --config ~/my-config.yaml openstack vds-controller --debug
16:25:05 INFO  juju.cmd supercommand.go:63 running juju [2.1.3 gc go1.8]
16:25:05 DEBUG juju.cmd supercommand.go:64   args: []string{"juju", "bootstrap", "--config", "/home/ubuntu/my-config.yaml", "openstack", "vds-controller", "--debug"}
16:25:05 DEBUG juju.cmd.juju.commands bootstrap.go:780 authenticating with region "" and credential "ubuntu" ()
16:25:05 DEBUG juju.cmd.juju.commands bootstrap.go:892 provider attrs: map[external-network: use-floating-ip:true use-default-secgroup:false network:Ubuntu_Network]
16:25:05 INFO  cmd cmd.go:141 Adding contents of "/home/ubuntu/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys
16:25:05 DEBUG juju.cmd.juju.commands bootstrap.go:948 preparing controller with config: map[disable-network-management:false provisioner-harvest-mode:destroyed image-metadata-url:http://192.168.200.43:8080/v1/AUTH_ca42ebb882d64c659d09a14174fe2feb/simplestreams/data/ agent-metadata-url: transmit-vendor-metrics:true image-stream:released resource-tags: https-proxy: external-network: logforward-enabled:false http-proxy: ignore-machine-addresses:false logging-config: apt-mirror: apt-https-proxy: use-floating-ip:true ssl-hostname-verification:true ftp-proxy: firewall-mode:instance automatically-retry-hooks:true enable-os-refresh-update:true name:controller type:openstack apt-ftp-proxy: development:false net-bond-reconfigure-delay:17 test-mode:false network:Ubuntu_Network apt-http-proxy: uuid:ce362ea5-9760-40c8-86dc-2d0dcecf11a2 agent-stream:released authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCmLbDnVN9adKMpsPWGZxXY7UzPuUg48dI1p+CMu8k5z2h0w74T2ExRE0hwUOP4i4C3+HjcRvf5pZ+zRVbe/ZEWZRuJtSuNhT4FzoFlZCTCYFxHATtd6IC9IjJIgJmeROc+u5KgTNMF9x9gKsbxCE/FbL014lL8US+C2jfNjwZJNe9Ah1A2jU+FYuR6iJhZFPKe8pl+cdl9BdGP8BOcL+E1nAmgkBEdNpmHxq19vcS7pxBzdKFpN3aH7wqyuMLllVexARxPmve8CJ6pHqU7mb9tf5tuGqIU7GMz/GTftoQMPR2SAe1K/3yw0AKIyQU0VBJvenTsDM6m+M8ZVQP2mBid juju-client-key
 no-proxy: proxy-ssh:false default-series:xenial enable-os-upgrade:true use-default-secgroup:false]
16:25:05 INFO  juju.provider.openstack provider.go:131 opening model "controller"
16:25:05 DEBUG goose <autogenerated>:22 auth details: &{Token:12d271ff0e2740fe9e136cd0788ca207 TenantId:9a4fbaa37bc941e9945b9acbddf809e5 UserId:a860a44cd439407eb136fd1087ffb3df Domain: RegionServiceURLs:map[RegionOne:map[image:http://192.168.200.38:9292 product-streams:http://192.168.200.43:8080/v1/AUTH_ca42ebb882d64c659d09a14174fe2feb/simplestreams/data/ network:http://192.168.200.32:9696 volumev2:http://192.168.200.42:8776/v2/9a4fbaa37bc941e9945b9acbddf809e5 s3:http://192.168.200.43:8080 volume:http://192.168.200.42:8776/v1/9a4fbaa37bc941e9945b9acbddf809e5 object-store:http://192.168.200.43:8080/v1/AUTH_9a4fbaa37bc941e9945b9acbddf809e5 identity:http://192.168.200.34:5000/v2.0 compute:http://192.168.200.36:8774/v2/9a4fbaa37bc941e9945b9acbddf809e5]]}
16:25:05 DEBUG juju.provider.openstack provider.go:765 authentication failed: cannot create service URLs
caused by: invalid region ""
one of these regions may be suitable instead: RegionOne
16:25:05 ERROR cmd supercommand.go:458 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.
16:25:05 DEBUG cmd supercommand.go:459 (error details: [{github.com/juju/juju/cmd/juju/commands/bootstrap.go:445: } {github.com/juju/juju/environs/bootstrap/prepare.go:99: } {github.com/juju/juju/environs/bootstrap/prepare.go:163: } {github.com/juju/juju/provider/openstack/provider.go:770: 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.}])
Download as text