Paste #595548
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | biarca@juju16:~$ juju --debug bootstrap mystack test
12:28:56 INFO juju.cmd supercommand.go:63 running juju [2.0.2 gc go1.6.2]
12:28:56 DEBUG juju.cmd supercommand.go:64 args: []string{"juju", "--debug", "bootstrap", "mystack", "test"}
12:28:56 DEBUG juju.cmd.juju.commands bootstrap.go:834 provider attrs: map[use-default-secgroup:false network: use-floating-ip:false]
12:28:56 INFO cmd cmd.go:141 Adding contents of "/home/biarca/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys
12:28:56 DEBUG juju.cmd.juju.commands bootstrap.go:890 preparing controller with config: map[transmit-vendor-metrics:true enable-os-refresh-update:true agent-metadata-url: use-floating-ip:false automatically-retry-hooks:true disable-network-management:false https-proxy: image-stream:released apt-mirror: provisioner-harvest-mode:destroyed name:controller type:openstack network: logging-config: agent-stream:released use-default-secgroup:false proxy-ssh:false logforward-enabled:false uuid:79d0118c-a512-4357-8f88-91773479ec61 development:false authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2h0GvrtxfPIc5e+VukFd2v+6vQLGwSJCpIXgLsIocq3pUorX9OHkKzHtJ29XpwRlQDN3dtotV+x7eTFMx+n36O40YKpA3NlPJX56Dv9JtZo0R3/p259cGH+JKd2H/+pJP7f4sS2TPkTBUBwV8512ALODcGTQZCDeVHmFaqXe5qzwhzUhndiVCYNk8sCKb9mbk8VVuTBFS0zkROYm3rVLcdW1VRlEXUCTLkvPzge86DM0bOyF6jxEaxY6OOuvYIZejlvoSeLUbjK4KE6IW2OgcrSIjy/RNVyCs/1hcZtq33boe5bUaShRyTb2Un+miLXntxOCqGzXU6lCrd9Y0Zz7z juju-client-key
default-series:xenial enable-os-upgrade:true ignore-machine-addresses:false resource-tags: ftp-proxy: apt-http-proxy: test-mode:false ssl-hostname-verification:true image-metadata-url: http-proxy: apt-https-proxy: no-proxy: apt-ftp-proxy: firewall-mode:instance]
12:28:56 INFO juju.provider.openstack provider.go:76 opening model "controller"
12:28:56 DEBUG juju.provider.openstack provider.go:653 authentication failed: authentication failed
caused by: requesting token: Unauthorised URL http://192.168.2.180:35357/v3/auth/tokens
caused by: request (http://192.168.2.180:35357/v3/auth/tokens) returned unexpected status: 401; error info: Failed: 401 error: The request you have made requires authentication.
12:28:56 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.
12:28:56 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.}])
|