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
  • 1
  • 2
  • Can you describe in detail the exact commands you tried? – edwinksl Jun 10 '16 at 01:30
  • I had the same problem, different command in 16.04. See here. http://askubuntu.com/questions/764507/is-autopilot-openstack-16-04-available –  Jun 10 '16 at 02:24

2 Answers2

1

Here is the solution:

sudo apt install conjure-up    
conjure-up openstack
Mark Kirby
  • 18,289
  • 19
  • 78
  • 113
Anmar
  • 11
  • 2
  • You might be able to improve this answer with providing the steps needed in more detail and maybe even adding screen-shots of different parts to make it a rock solid answer. – Videonauth Jun 11 '16 at 05:29
0
sudo apt install conjure-up    

Then disable IPv6:

sudo dpkg-reconfigure -p medium lxd 

Then run:

conjure-up openstack
Kevin Bowen
  • 19,395
  • 55
  • 76
  • 81