Para ter acesso ao ambiente de juju, por favor, execute o seguinte no local onde você instalou o LDS:
# If you used the install-openstack tool, you want to do this first:
export JUJU_HOME=~/.cloud-install/juju
juju status
# Get an interactive shell with the right ENV sourced on the landscape
# server itself.
juju ssh landscape-server/0 sudo 'JUJU_HOME=/var/lib/landscape/juju-homes/'sudo ls -rt /var/lib/landscape/juju-homes/ | tail -1' sudo -u landscape -E bash'
# You should see a lot of openstack services with this command:
juju status
Neste ponto, você pode pesquisar, implantar serviços e geralmente causar estragos em seu ambiente.
Em outras palavras, aqui é onde você implantaria o ceilômetro.
Boa sorte!