[ ソース: python-os-apply-config ]
パッケージ: python3-os-apply-config (14.0.1-1)
python3-os-apply-config に関するリンク
Debian の資源:
python-os-apply-config ソースパッケージをダウンロード:
- [python-os-apply-config_14.0.1-1.dsc]
- [python-os-apply-config_14.0.1.orig.tar.xz]
- [python-os-apply-config_14.0.1-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
試験的な (experimental の) パッケージ
警告: このパッケージは experimental ディストリビューションのものです。つまり、おそらく不安定でバグがあり、それどころかデータの損失を起こすかもしれません。使用前には、変更履歴やその他の参照可能なドキュメントを必ず調べてください。
Creates config files out of cloud metadata
os-apply-config apply configuration out of the cloud metadata (JSON) that it receives from a metadata server.
It turns metadata from one or more JSON files like this:
{"keystone": {"database": {"host": "127.0.0.1", "user": "keystone", "password": "foobar"} } }
into service config files like this:
[sql] connection = mysql://keystone:foobar@127.0.0.1/keystone
その他の python3-os-apply-config 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-pbr
- inject useful and sensible default behaviors into setuptools - Python 3.x
-
- dep: python3-pystache
- Python3 implementation of Mustache
-
- dep: python3-yaml
- YAML parser and emitter for Python3