From 8eebf74bfb6e495cc144d66d05e12478ba1f1acb Mon Sep 17 00:00:00 2001 From: Brian Curtin Date: Wed, 28 Jun 2017 06:50:40 -0400 Subject: [PATCH] Remove dead links about OpenStack RC file Change-Id: Ifdd09714cf5d55c6a85b09f2103e7186b00395a1 Closes-Bug: 1700885 --- doc/source/users/guides/connect.rst | 3 --- doc/source/users/guides/connect_from_config.rst | 3 --- 2 files changed, 6 deletions(-) diff --git a/doc/source/users/guides/connect.rst b/doc/source/users/guides/connect.rst index 80267b80e..6c9937d9c 100644 --- a/doc/source/users/guides/connect.rst +++ b/doc/source/users/guides/connect.rst @@ -8,9 +8,6 @@ created in 3 ways, using the class itself, a file, or environment variables. If this is your first time using the SDK, we recommend simply using the class itself as illustrated below. -.. note:: To get your credentials - `Download the OpenStack RC file `_. - Create Connection ----------------- diff --git a/doc/source/users/guides/connect_from_config.rst b/doc/source/users/guides/connect_from_config.rst index 2e5769ac2..ca99426d3 100644 --- a/doc/source/users/guides/connect_from_config.rst +++ b/doc/source/users/guides/connect_from_config.rst @@ -9,9 +9,6 @@ environment variables as illustrated below. The SDK uses `os-client-config `_ to handle the configuration. -.. note:: To get your credentials - `Download the OpenStack RC file `_. - Create Connection From A File -----------------------------