diff --git a/docs/source/guides/multinode-lab.html b/docs/source/guides/multinode-lab.html index a286954e7d..4ad29b13a0 100644 --- a/docs/source/guides/multinode-lab.html +++ b/docs/source/guides/multinode-lab.html @@ -247,7 +247,7 @@ keystone user-role-add --user-id=<bob-user-id> --tenant-id=<bob-tenant- The support in DevStack is geared toward a minimal installation but can be used for testing. To implement a true multi-node test of Swift required more than DevStack provides. Enabling it is as simple as enabling the swift service in local.conf: -
enable_service swift
+
enable_service s-proxy s-object s-container s-account

Swift will put its data files in SWIFT_DATA_DIR (default /opt/stack/data/swift). The size of the data 'partition' created (really a loop-mounted file) is set by diff --git a/docs/source/stackrc.html b/docs/source/stackrc.html index 23a48c51d7..d83fbc164c 100644 --- a/docs/source/stackrc.html +++ b/docs/source/stackrc.html @@ -66,8 +66,8 @@ Certificate Authentication), Cinder (Scheduler, API, Volume), Horizon, MySQL, RabbitMQ, Tempest.

ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,$DATABASE_TYPE
Other services that are not enabled by default can be enabled in - localrc. For example, to add Swift: -
enable_service swift
+ localrc. For example, to add Swift, use the following service names: +
enable_service s-proxy s-object s-container s-account
A service can similarly be disabled:
disable_service horizon