Paste #595565
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | biarca@juju16:~$ juju --debug bootstrap mystack test
13:54:43 INFO juju.cmd supercommand.go:63 running juju [2.0.2 gc go1.6.2]
13:54:43 DEBUG juju.cmd supercommand.go:64 args: []string{"juju", "--debug", "bootstrap", "mystack", "test"}
13:54:43 DEBUG juju.cmd.juju.commands bootstrap.go:834 provider attrs: map[network: use-floating-ip:false use-default-secgroup:false]
13:54:43 INFO cmd cmd.go:141 Adding contents of "/home/biarca/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys
13:54:43 DEBUG juju.cmd.juju.commands bootstrap.go:890 preparing controller with config: map[http-proxy: image-metadata-url: provisioner-harvest-mode:destroyed logforward-enabled:false resource-tags: firewall-mode:instance apt-ftp-proxy: no-proxy: authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2h0GvrtxfPIc5e+VukFd2v+6vQLGwSJCpIXgLsIocq3pUorX9OHkKzHtJ29XpwRlQDN3dtotV+x7eTFMx+n36O40YKpA3NlPJX56Dv9JtZo0R3/p259cGH+JKd2H/+pJP7f4sS2TPkTBUBwV8512ALODcGTQZCDeVHmFaqXe5qzwhzUhndiVCYNk8sCKb9mbk8VVuTBFS0zkROYm3rVLcdW1VRlEXUCTLkvPzge86DM0bOyF6jxEaxY6OOuvYIZejlvoSeLUbjK4KE6IW2OgcrSIjy/RNVyCs/1hcZtq33boe5bUaShRyTb2Un+miLXntxOCqGzXU6lCrd9Y0Zz7z juju-client-key
name:controller use-floating-ip:false ftp-proxy: enable-os-refresh-update:true use-default-secgroup:false https-proxy: apt-https-proxy: automatically-retry-hooks:true image-stream:released disable-network-management:false type:openstack test-mode:false enable-os-upgrade:true agent-metadata-url: apt-mirror: network: ssl-hostname-verification:true logging-config: proxy-ssh:false transmit-vendor-metrics:true ignore-machine-addresses:false default-series:xenial apt-http-proxy: uuid:f428906b-d441-4073-8ece-c9b538462f8f agent-stream:released development:false]
13:54:43 INFO juju.provider.openstack provider.go:76 opening model "controller"
13:54:43 DEBUG juju.provider.openstack provider.go:653 authentication failed: authentication failed
caused by: request (http://192.168.2.180:5000/v2.0/tokens) returned unexpected status: 400; error info: Failed: 400 error: Expecting to find passwordCredentials in auth - the server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error.
13:54:43 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.
13:54:43 DEBUG cmd supercommand.go:459 (error details: [{github.com/juju/juju/cmd/juju/commands/bootstrap.go:426: } {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:658: 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.}])
|