1
0
Bifurcation 0
miroir de https://github.com/PAPAMICA/Wiki-Tech.io.git synchronisé 2024-07-03 00:28:55 +02:00

docs: update Openstack/Installation

Cette révision appartient à :
Mickael Asseline 2021-04-29 13:11:18 +00:00 révisé par Mickael Asseline
Parent b4e03140b9
révision 857cfe6d27

Voir le fichier

@ -2,7 +2,7 @@
title: Installation du client
description:
published: true
date: 2021-04-29T11:13:29.872Z
date: 2021-04-29T13:11:16.978Z
tags:
editor: ckeditor
dateCreated: 2021-04-29T11:12:32.138Z
@ -30,3 +30,7 @@ dateCreated: 2021-04-29T11:12:32.138Z
<pre><code class="language-plaintext">brew install python</code></pre>
<p>Maintenant que Python 3 est installé, nous pouvons enfin installer les outils de ligne de commande OpenStack :</p>
<pre><code class="language-plaintext">sudo pip3 install python-openstackclient</code></pre>
<p>&nbsp;</p>
<h2>Vérifier l'installation</h2>
<pre><code class="language-plaintext">openstack --version</code></pre>
<p>La commande doit renvoyer : <code>openstack &lt;version&gt;</code></p>