Créer un bucket en ligne de commande : Différence entre versions

De Hopla.cloud OpenStack Documentation Wiki
Aller à : navigation, rechercher
(Description des paramètres de la commande)
Ligne 17 : Ligne 17 :
 
     <container-name>
 
     <container-name>
 
     [<container-name> ...]
 
     [<container-name> ...]
</syntaxhighlight>'''--sort-column SORT_COLUMN'''<blockquote>specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated</blockquote>
+
</syntaxhighlight>
 +
;'''--sort-column SORT_COLUMN'''
 +
:specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
  
 
;'''container-name'''
 
;'''container-name'''

Version du 14 août 2019 à 12:02

Prérequis

Créer un bucket

Les commandes suivantes sont exécutées à partir du client Openstack en ligne de commande

Pour créer un bucket, utiliser la commande suivante :

openstack container create Container-1

Description des paramètres de la commande

openstack container create
    [--sort-column SORT_COLUMN]
    <container-name>
    [<container-name> ...]
--sort-column SORT_COLUMN
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
container-name
Nouveau nom du bucket

Pour aller plus loin