From patchwork Wed Dec 7 19:28:14 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Russell Bryant X-Patchwork-Id: 703722 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tYpT75zD4z9t26 for ; Thu, 8 Dec 2016 06:28:59 +1100 (AEDT) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 83420BE0; Wed, 7 Dec 2016 19:28:28 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id E6CC2BC7 for ; Wed, 7 Dec 2016 19:28:25 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id A769B227 for ; Wed, 7 Dec 2016 19:28:25 +0000 (UTC) Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1CC8B7EAB9; Wed, 7 Dec 2016 19:28:25 +0000 (UTC) Received: from t460s.redhat.com (ovpn-112-64.phx2.redhat.com [10.3.112.64]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uB7JSKx5016712; Wed, 7 Dec 2016 14:28:24 -0500 From: Russell Bryant To: dev@openvswitch.org Date: Wed, 7 Dec 2016 14:28:14 -0500 Message-Id: <20161207192814.27799-2-russell@ovn.org> In-Reply-To: <20161207192814.27799-1-russell@ovn.org> References: <20161207192814.27799-1-russell@ovn.org> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Wed, 07 Dec 2016 19:28:25 +0000 (UTC) X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [ovs-dev] [PATCH 2/2] ovn: Move a couple files into ovn/docs/. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org Signed-off-by: Russell Bryant Acked-by: Ben Pfaff --- ovn/automake.mk | 4 ++-- ovn/{ => docs}/CONTAINERS.OpenStack.rst | 0 ovn/{ => docs}/OVN-GW-HA.rst | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename ovn/{ => docs}/CONTAINERS.OpenStack.rst (100%) rename ovn/{ => docs}/OVN-GW-HA.rst (100%) diff --git a/ovn/automake.mk b/ovn/automake.mk index 6905061..07fd8c2 100644 --- a/ovn/automake.mk +++ b/ovn/automake.mk @@ -72,8 +72,8 @@ DISTCLEANFILES += ovn/ovn-architecture.7 EXTRA_DIST += \ ovn/TODO.rst \ - ovn/CONTAINERS.OpenStack.rst \ - ovn/OVN-GW-HA.rst \ + ovn/docs/CONTAINERS.OpenStack.rst \ + ovn/docs/OVN-GW-HA.rst \ ovn/docs/upgrades.rst # Version checking for ovn-nb.ovsschema. diff --git a/ovn/CONTAINERS.OpenStack.rst b/ovn/docs/CONTAINERS.OpenStack.rst similarity index 100% rename from ovn/CONTAINERS.OpenStack.rst rename to ovn/docs/CONTAINERS.OpenStack.rst diff --git a/ovn/OVN-GW-HA.rst b/ovn/docs/OVN-GW-HA.rst similarity index 100% rename from ovn/OVN-GW-HA.rst rename to ovn/docs/OVN-GW-HA.rst