4b794472a8
This changes the documentation layout according to the previously submitted spec. Change-Id: I9aa879af23ae4e993da60186eddaef8d22f59e79 Story: 2004179 Task: 28152
19 lines
581 B
ReStructuredText
19 lines
581 B
ReStructuredText
Install from packages for Ubuntu (16.04)
|
|
========================================
|
|
|
|
Packages for Ubuntu 16.04 are available starting from the Newton release.
|
|
|
|
#. Enable the OpenStack repository for the Newton or Ocata release::
|
|
|
|
apt install software-properties-common
|
|
add-apt-repository ppa:objectif-libre/cloudkitty # Newton
|
|
add-apt-repository ppa:objectif-libre/cloudkitty-ocata # Ocata
|
|
|
|
#. Upgrade the packages on your host::
|
|
|
|
apt update && apt dist-upgrade
|
|
|
|
#. Install the packages::
|
|
|
|
apt-get install cloudkitty-api cloudkitty-processor cloudkitty-dashboard
|