I have installed landscape openstack autopilot (Build OpenStack with conjure-up | Download | Ubuntu).
Can somebody help me to understand how can I deploy services such as ceilometer? I download juju configuration, then copy it to .juju/enviroments.yaml. After add username, password. Then from terminal use "juju bootstrap". When it's bootstraped I have new instance in my openstack dashboard.
After I want to deploy ceilometer (ceilometer | Juju)
But on adding relations to rabbitmq and keystone it failes saying "unable to connect to keystone". How can I connect keystone, which was installed during openstack installation with ceilometer or any other service?
Maybe I'm doing everything wrong? Juju has been already bootstrapped while installing openstack. How can I connect to it to deploy new services?
Any help will be appreciated.
cmt@cmtUbuntu:~$ export JUJU_HOME=~/.cloud-install/ cmt@cmtUbuntu:~$ echo $JUJU_HOME /home/cmt/.cloud-install/ cmt@cmtUbuntu:~$ juju status ERROR Unable to connect to environment "". Please check your credentials or use 'juju bootstrap' to create a new environment.
Error details: no environment specified
– KostyaBorisenko Mar 18 '15 at 08:27