LoginSignup
4
3

More than 5 years have passed since last update.

devstackでSwiftだけを立てる

Posted at

devstackで、1台構成のSwiftを手っ取り早く構築する。
disable_all_servicesで全てのサービスを一度無効にして、
KeystoneとSwiftのみをenableする。

local.conf
[[local|localrc]]
HOST_IP=${IP Address}
GIT_BASE="http://github.com"

# password
SERVICE_PASSWORD=changeme
SERVICE_TOKEN=$SERVICE_PASSWORD
ADMIN_PASSWORD=$SERVICE_PASSWORD
MYSQL_PASSWORD=$SERVICE_PASSWORD

disable_all_services
enable_service key mysql s-proxy s-object s-container s-account

SWIFT_HASH=changeme
SWIFT_REPLICAS=1
4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3