diff --git a/Openstack/Installation.html b/Openstack/Installation.html index 38c90ab..6d745fc 100644 --- a/Openstack/Installation.html +++ b/Openstack/Installation.html @@ -2,7 +2,7 @@ title: Installation du client description: published: true -date: 2021-04-29T11:12:56.992Z +date: 2021-04-29T11:13:08.695Z tags: editor: ckeditor dateCreated: 2021-04-29T11:12:32.138Z @@ -13,26 +13,19 @@ dateCreated: 2021-04-29T11:12:32.138Z

Le client OpenStack unifié (openstack) est l'interface de ligne de commande recommandée. La plupart des exemples donnés dans ce livre sont basés sur cette commande. Nous vous recommandons d'utiliser les clients OpenStack les plus récents. Il existe également des versions disponibles pour les machines autonomes Mac, Windows et Linux. Pour installer les outils OpenStack sur votre propre ordinateur client, vous pouvez suivre l'une de ces méthodes:

Linux

Red Hat / Cent OS

-
sudo yum install python3-openstackclient
-
+
sudo yum install python3-openstackclient

Debian / Ubuntu

-
sudo apt install python3-openstackclient
-
+
sudo apt install python3-openstackclient

Using pip

-
pip3 install python3-openstackclient
-
+
pip3 install python3-openstackclient

or for older OS

-
pip install python-openstackclient
-
+
pip install python-openstackclient

 

Mac OS

Python 3.X Installation Guide

(Facultatif) Si vous n’avez pas encore installé Homebrew sur votre système (cela peut prendre quelques minutes) :

-
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-
+
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

(Facultatif) En utilisant brew, nous allons installer Python 3 : 

-
brew install python
-
+
brew install python

Maintenant que Python 3 est installé, nous pouvons enfin installer les outils de ligne de commande OpenStack :

-
sudo pip3 install python-openstackclient
-
+
sudo pip3 install python-openstackclient