conoha-cli is a command and Python3 library for ConoHa API.
Project description
conoha-cli
注意: このプロジェクトは長い間メンテナンスされていません。 conoha-cliの代わりに python-openstackclient を使うことをお勧めします。 他の選択肢は giginc/conoha です。もしメンテナンスを引き継ぎたい方がいらっしゃったら、私に連絡をしてください。
conoha-cli は ConoHa API のコマンドラインインターフェースとPython3用ライブラリです。
インストール
conoha-cli はこのコマンドを実行するとインストールでいます:
$ pip3 install conoha-cli
次に、~/.config/conoha/config へこのようなファイルを作成してください。 user, passwd, tenantは、Conohaコントロールパネルから作成したAPIユーザ の値を入力してください。:
[api] user = xxxxx passwd = xxxxx tenant = xxxxx
使い方
VPSの一覧を確認する:
$ conoha-cli compute list-vms
マシンリーダブルな形式でも出力できます:
$ conoha-cli --format plain --header no compute list-vms
VPSを起動・終了・削除する:
$ conoha-cli compute start-vm $VM_NAME $ conoha-cli compute stop-vm $VM_NAME $ conoha-cli compute delete-vm $VM_NAME
ライセンス
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
conoha-cli-0.3.0.tar.gz
(22.6 kB
view hashes)