canonical-ci-engineering team mailing list archive
-
canonical-ci-engineering team
-
Mailing list archive
-
Message #00013
juju status not working on canonistack
Hey Evan,
Was trying to play with Juju this afternoon and hit a bump on Canonistack.
I sourced my novarc_lcy02 environment and ran:
juju bootstrap -e openstack
this works (tangent question: how do i get this to use an m1.medium?). I
wind up with an IP like:
10.55.32.37
I've got my ssh config set up and can run "ssh 10.55.32.37" properly. I
then source my novarc in another terminal and run:
sshuttle -r ubuntu@10.55.32.37 10.55.0.0/16
This *seems* to work - I see a new process running on my instance like:
python2 -c import sys; skip_imports=1; verbosity=0; exec
compile(sys.stdin.read(764), "assembler.py", "exec")
Then I run "juju status" and get:
$ juju status -e openstack
error: Unable to connect to environment "openstack".
Please check your credentials or use 'juju bootstrap' to create a new
environment.
Error details:
cannot log in to admin database
Any ideas what I'm doing wrong?
Follow ups