[ English | 中文 (简体, 中国) | русский | português (Brasil) | नेपाली | 한국어 (대한민국) | Indonesia | français | español | esperanto | English (United Kingdom) | Deutsch ]
DevStack untuk Horizon¶
Tempatkan konten berikut di devstack/local.conf
untuk memulai layanan yang didukung Horizon di DevStack ketika stack.sh
dijalankan. Jika Anda perlu menggunakan ini dengan cabang stabil, Anda perlu menambahkan stable/<branch name>
di akhir setiap baris enable_plugin
(misal `` Stable/mitaka``). Anda juga dapat memeriksa DevStack menggunakan tag cabang stabil. Untuk informasi lebih lanjut tentang DevStack, lihat https://docs.openstack.org/devstack/latest/
[[local|localrc]]
ADMIN_PASSWORD="secretadmin"
DATABASE_PASSWORD="secretdatabase"
RABBIT_PASSWORD="secretrabbit"
SERVICE_PASSWORD="secretservice"
# For DevStack configuration options, see:
# https://docs.openstack.org/devstack/latest/configuration.html
# Note: there are several network setting changes that may be
# required to get networking properly configured in your environment.
# This file is just using the defaults set up by devstack.
# For a more detailed treatment of devstack network configuration
# options, please see:
# https://docs.openstack.org/devstack/latest/guides.html
### Supported Services
# The following panels and plugins are part of the Horizon tree
# and currently supported by the Horizon maintainers
# Enable Swift (Object Store) without replication
enable_service s-proxy s-object s-container s-account
SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5
SWIFT_REPLICAS=1
SWIFT_DATA_DIR=$DEST/data/swift
# Enable Neutron
enable_plugin neutron https://opendev.org/openstack/neutron
# Enable the Trunks extension for Neutron
enable_service q-trunk
# Enable the QoS extension for Neutron
enable_service q-qos
### Plugins
# Horizon has a large number of plugins, documented at
# https://docs.openstack.org/horizon/latest/install/plugin-registry.html
# See the individual repos for information on installing them.
[[post-config|$GLANCE_API_CONF]]
[DEFAULT]
default_store=file