ランドスケープを使用してOpenStackクラウドを正常にデプロイしましたが、sshでVMを実行してopenstack-dashboardを実行する必要があり、できません。
私はその特定のIPのVMを知っていますが、SSH経由では許可されず、公開鍵が無効であると言います。
設定を調整し、CLIを介して物事を再起動する必要がある場合、Glance、Keystone、NovaなどのOpenStackクラウドコンポーネントを実行しているVMおよびその他のユーザーにログインするにはどうすればよいですか?
次の質問をお読みください:
LandscapeのUbuntu OpenStack Autopilot:トラブルシューティングヘルプ
環境のトラブルシューティング/調査を開始するために必要なものでなければなりません。
幸運を!
MAASマシンからopenstack-installを実行したため、それにsshしてから次の手順を実行する必要がありました。
# 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/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