Installing Openstack on Ubuntu 16.10
Hi Team,
This is my first post and I am sure I will get my query resolved.
I have installed Ubuntu 16.10 and want to install Openstack on them. I see this on Openstack and Ubuntu sites:
Ubuntu Server
OpenStack Newton
Ubuntu 16.10 includes the latest OpenStack release, Newton, including the following components:
• OpenStack Identity - Keystone
• OpenStack Imaging - Glance
• OpenStack Block Storage - Cinder
• OpenStack Compute - Nova
• OpenStack Networking - Neutron
• OpenStack Telemetry - Ceilometer and Aodh
• OpenStack Orchestration - Heat
• OpenStack Dashboard - Horizon
• OpenStack Object Storage - Swift
• OpenStack Database as a Service - Trove
• OpenStack DNS - Designate
• OpenStack Bare-metal - Ironic
• OpenStack Filesystem - Manila
• OpenStack Key Manager - Barbican
Does this means I need not to install any of the packages? But when i check "dpkg -L" I don't see any packages installed.
If I try installing any of them I get below error:
controller1:~$ sudo apt install keystone
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package keystone
gguser@controller1:~$
Also when I try installing "openstack" assuming everything is already there I get the similar error:
controller1:~$ sudo apt-get install openstack
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package openstack
controller1:~$
Am I missing something? Do I need to setup repositories? If yes what will be the entries I will need to make any advice will be highly appreciated.
Thanks