Enable swift services

Docker registry stores images in swift. So we need to enable swift
services in magnum.

Change-Id: Ifd156da5e7f3810ed171f03fe06804bbc47ed6ca
Partially-Implements: blueprint registryv2-in-master
This commit is contained in:
Hua Wang 2015-12-09 16:44:30 +08:00 committed by Adrian Otto
parent a7479b53b7
commit c3ef2e74ef
1 changed files with 10 additions and 0 deletions

View File

@ -135,6 +135,16 @@ magnum will periodically send metrics to ceilometer::
enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer
END
If you want to deploy Docker Registry 2.0 in your bay, you should enable swift
in devstack::
cat >> /opt/stack/devstack/local.conf << END
enable_service s-proxy
enable_service s-object
enable_service s-container
enable_service s-account
END
More devstack configuration information can be found at
http://docs.openstack.org/developer/devstack/configuration.html