Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OpenStack は oslo.config を使用して構成ファイル オプションを定義します。oslo.config は構成名、デフォルト値、ヘルプ メッセージ、グループなどを定義します。ヘルプ メッセージもコードで定義されているため、olso.config.CONF から構成ファイルを生成する方法があるはずです。
誰かがそれについて知っていますか?