From ba52db86eb5c44264e34603a8fc0049dd8eae891 Mon Sep 17 00:00:00 2001
From: shaofeng_cheng <chengsf@winhong.com>
Date: Fri, 14 Apr 2017 10:25:57 +0800
Subject: [PATCH] Update swift version in storage-install-ubuntu.

Update swift version newton to ocata in storage-install-ubuntu-debian.rst.

Change-Id: I21748742f431f6a9d11eecc3f6a3ee5458ca56b1
---
 install-guide/source/storage-install-ubuntu-debian.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/install-guide/source/storage-install-ubuntu-debian.rst b/install-guide/source/storage-install-ubuntu-debian.rst
index bef9e0acc3..12fb4dae56 100644
--- a/install-guide/source/storage-install-ubuntu-debian.rst
+++ b/install-guide/source/storage-install-ubuntu-debian.rst
@@ -137,9 +137,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