0

I'm new for openstack and conjure-up. I followed the instructions below: https://www.ubuntu.com/download/cloud/try-openstack.

However, after I run conjure-up and click OpenStack with NovaLXD, I saw the screen below:

"Choose a cloud" dialog

All options are gray so I cannot choose any of them.

I searched online and I saw this similar but not same post: Conjure Up : Unable to deploy OpenStack Cloud on LXD Configuration Ubuntu 16.04LTS (LXD not found)

However, the solution of this post didn't work for me. Any suggestions will be appreciated!

Zanna
  • 72,312
Xin Chen
  • 115

1 Answers1

1

You should install and initiate LXD.

Run these commands as described in this documentation for conjure up:

sudo snap install lxd
/snap/bin/lxd init

The localhost option will be green in the Configure a cloud section when LXD was initiated

Zanna
  • 72,312