Installer le client OpenStack sous Linux : Différence entre versions

De Hopla.cloud OpenStack Documentation Wiki
Aller à : navigation, rechercher
(Description)
(CentOS)
Ligne 20 : Ligne 20 :
 
yum install -y python-devel python-pip gcc
 
yum install -y python-devel python-pip gcc
 
yum install -y python-openstackclient
 
yum install -y python-openstackclient
 +
</syntaxhighlight>
 +
Installation du client octavia (Load Balancer)<syntaxhighlight lang="bash">
 +
yum install python-octaviaclient
 
</syntaxhighlight>
 
</syntaxhighlight>

Version du 29 juillet 2019 à 13:38

Description

Cette page décrit comment installer le logiciel client pour Openstack, qui permets d'utiliser le cloud hopla.cloud en ligne de commande (CLI).

Prérequis

Installation

CentOS

Installation des dépôts et mise à jour

yum install epel-release -y 
yum update -y

yum install -y https://rdoproject.org/repos/rdo-release.rpm 
yum install -y centos-release-openstack-queens

Installation des paquets

yum install -y python-devel python-pip gcc
yum install -y python-openstackclient

Installation du client octavia (Load Balancer)

yum install python-octaviaclient