From 7a6da6a936ea46f56555a1431e9c4d85cc37fd8d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 21 Apr 2019 16:35:33 +0200 Subject: [PATCH] Update for OpenDev Update URLs for recent OpenDev change. Change-Id: I0f7e48f054da0eeb12593c5756e5f5f47a577f4f --- README.rst | 4 ++-- firstapp/README.rst | 2 +- firstapp/samples/fog/getting_started.rb | 2 +- firstapp/samples/fog/introduction.rb | 8 ++++---- firstapp/samples/fog/scaling_out.rb | 6 +++--- firstapp/samples/gophercloud/block_storage.go | 2 +- firstapp/samples/gophercloud/getting_started.go | 2 +- firstapp/samples/heat/faafo_autoscaling_workers.yaml | 2 +- firstapp/samples/heat/hello_faafo.yaml | 2 +- firstapp/samples/jclouds/GettingStarted.java | 2 +- firstapp/samples/jclouds/Introduction.java | 6 +++--- firstapp/samples/jclouds/ScalingOut.java | 6 +++--- firstapp/samples/libcloud/getting_started.py | 2 +- firstapp/samples/libcloud/introduction.py | 8 ++++---- firstapp/samples/libcloud/scaling_out.py | 6 +++--- firstapp/samples/openstacksdk/getting_started.py | 2 +- firstapp/samples/openstacksdk/introduction.py | 8 ++++---- firstapp/samples/pkgcloud/getting_started.js | 2 +- firstapp/samples/shade/block_storage.py | 2 +- firstapp/samples/shade/getting_started.py | 2 +- firstapp/samples/shade/introduction.py | 8 ++++---- firstapp/samples/shade/scaling_out.py | 6 +++--- firstapp/source/getting_started.rst | 4 ++-- firstapp/source/orchestration.rst | 6 +++--- 24 files changed, 50 insertions(+), 50 deletions(-) diff --git a/README.rst b/README.rst index 7647b91bc..8cb609563 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ In addition to these documents, this repository contains: * Writing your first OpenStack application tutorial (in progress): ``firstapp`` To complete code reviews in this repository, use the standard -OpenStack Gerrit `workflow `_. +OpenStack Gerrit `workflow `_. For details, see `Gerrit Workflow `_. @@ -91,7 +91,7 @@ To run individual tests: To run these tests, the Tox package uses the `OpenStack doc tools package -`_. +`_. Contribute ========== diff --git a/firstapp/README.rst b/firstapp/README.rst index 0b9e2b660..2f5b824bf 100644 --- a/firstapp/README.rst +++ b/firstapp/README.rst @@ -6,7 +6,7 @@ This directory contains the "Writing Your First OpenStack Application" tutorial. The tutorials work with an application that can be found in the -`openstack/faafo `_ +`openstack/faafo `_ repository. Prerequisites diff --git a/firstapp/samples/fog/getting_started.rb b/firstapp/samples/fog/getting_started.rb index 894989080..b49f0aa9e 100755 --- a/firstapp/samples/fog/getting_started.rb +++ b/firstapp/samples/fog/getting_started.rb @@ -89,7 +89,7 @@ p conn.security_groups.all # step-11 user_data = <`_, + `_, you can avoid specifying :code:`auth_url:` and instead specify :code:`profile: $PROVIDER_NAME` in the clouds.yml file. @@ -366,7 +366,7 @@ to run code snippets in your language of choice. .. literalinclude:: ../samples/shade/shade.yml :language: yaml - See `configure shade `_, + See `configure shade `_, to configure your cloud using a profile. .. literalinclude:: ../samples/shade/getting_started.py diff --git a/firstapp/source/orchestration.rst b/firstapp/source/orchestration.rst index e81dcf9ed..73b377e88 100644 --- a/firstapp/source/orchestration.rst +++ b/firstapp/source/orchestration.rst @@ -96,7 +96,7 @@ Work with stacks: Basics **Stack create** The -`hello_faafo `_ Hot template demonstrates +`hello_faafo `_ Hot template demonstrates how to create a compute instance that builds and runs the Fractal application as an all-in-one installation. @@ -108,7 +108,7 @@ You pass in these configuration settings as parameters: .. code-block:: console - $ wget https://git.openstack.org/cgit/openstack/api-site/plain/firstapp/samples/heat/hello_faafo.yaml + $ wget https://opendev.org/openstack/api-site/raw/firstapp/samples/heat/hello_faafo.yaml $ openstack stack create -t hello_faafo.yaml \ --parameter flavor=m1.small\;key_name=test\;image_id=5bbe4073-90c0-4ec9-833c-092459cc4539 hello_faafo +---------------------+-----------------------------------------------------------------------+ @@ -245,7 +245,7 @@ Launch the stack with auto-scaling workers: .. code-block:: console - $ wget https://git.openstack.org/cgit/openstack/api-site/plain/firstapp/samples/heat/faafo_autoscaling_workers.yaml + $ wget https://opendev.org/openstack/api-site/raw/firstapp/samples/heat/faafo_autoscaling_workers.yaml $ openstack stack create -t faafo_autoscaling_workers.yaml \ --parameters flavor=m1.small\;key_name=test\;image_id=5bbe4073-90c0-4ec9-833c-092459cc4539 \ faafo_autoscaling_workers