From ab5a69998db5deed7b16615e1cc25abea7d9ba99 Mon Sep 17 00:00:00 2001 From: shaofeng_cheng Date: Fri, 14 Apr 2017 10:23:45 +0800 Subject: [PATCH] Update swift version in storage-install-rdo.rst. Update swift version newton to ocata in storage-install-rdo.rst. Change-Id: Idd2072e921d7354e8c753c73ebe27633c3531805 --- install-guide/source/storage-install-rdo.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install-guide/source/storage-install-rdo.rst b/install-guide/source/storage-install-rdo.rst index 4d12446b4b..873588592c 100644 --- a/install-guide/source/storage-install-rdo.rst +++ b/install-guide/source/storage-install-rdo.rst @@ -133,9 +133,9 @@ Install and configure components .. code-block:: console - # curl -o /etc/swift/account-server.conf https://git.openstack.org/cgit/openstack/swift/plain/etc/account-server.conf-sample?h=stable/newton - # curl -o /etc/swift/container-server.conf https://git.openstack.org/cgit/openstack/swift/plain/etc/container-server.conf-sample?h=stable/newton - # curl -o /etc/swift/object-server.conf https://git.openstack.org/cgit/openstack/swift/plain/etc/object-server.conf-sample?h=stable/newton + # curl -o /etc/swift/account-server.conf https://git.openstack.org/cgit/openstack/swift/plain/etc/account-server.conf-sample?h=stable/ocata + # curl -o /etc/swift/container-server.conf https://git.openstack.org/cgit/openstack/swift/plain/etc/container-server.conf-sample?h=stable/ocata + # curl -o /etc/swift/object-server.conf https://git.openstack.org/cgit/openstack/swift/plain/etc/object-server.conf-sample?h=stable/ocata 3. .. include:: storage-include1.txt 4. .. include:: storage-include2.txt