3

By default the openstack cluster that comes up doesn't seem to have the console enabled. Trying to figure out what I might be doing wrong or what's up.

Is there any more detailed documentation around the environment other than: http://www.ubuntu.com/download/cloud/install-ubuntu-openstack ?

0xF2
  • 3,155

1 Answers1

2

You'll want to access the underlying juju environment as described in your previous question: Add node to existing landscape openstack

From there you'll want to run the following:

juju set nova-cloud-controller "console-access-protocol=novnc"

That'll enable the console via Horizon dashboard.

battlemidget
  • 1,032