From a42be1ce829833aabe6eac59ab0653b2eaf972ee Mon Sep 17 00:00:00 2001 From: Ilya Shakhat Date: Tue, 14 May 2019 14:42:52 +0200 Subject: [PATCH] Update repo address in readme file Change-Id: I82e63002f036b0e592d1107a4f37eff4f7314b77 --- devstack/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/README.rst b/devstack/README.rst index 6e5a566..72f6a2d 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -5,7 +5,7 @@ Enabling OS-Faults in DevStack To configure DevStack and enable OS-Faults edit ``${DEVSTACK_DIR}/local.conf`` file and add the following to ``[[local|localrc]]`` section:: - enable_plugin os-faults https://git.openstack.org/openstack/os-faults master + enable_plugin os-faults https://opendev.org/performa/os-faults master Run DevStack as normal::