0

I just downloaded and install 16.04 latest, and run the openstack install steps, and get an error that openstack-install can't be found. "command not found"

Is something missing in the install files?

when I run find, the file really doesn't exist on my computer.

Rob D.
  • 1

2 Answers2

1

Here is the solution:

sudo apt install conjure-up    
conjure-up openstack
Mark Kirby
  • 18,949
  • 19
  • 79
  • 116
Anmar
  • 11
0
sudo apt install conjure-up    

Then disable IPv6:

sudo dpkg-reconfigure -p medium lxd 

Then run:

conjure-up openstack
Kevin Bowen
  • 20,055
  • 57
  • 82
  • 84