From b9be59d47f8658edf6856290fdad746bbb437fbf Mon Sep 17 00:00:00 2001 From: Bogdan Dobrelya Date: Wed, 4 Nov 2015 13:33:33 +0100 Subject: [PATCH] Fix .gitreview and README Replace the stackforge to the openstack refs Change-Id: I475c6a95c3069fb0d76ca0ce0471de531033c6ef Signed-off-by: Bogdan Dobrelya --- .gitreview | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitreview b/.gitreview index 747d96a..aef0e68 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] host=review.openstack.org port=29418 -project=stackforge/fuel-plugin-ha-fencing.git +project=openstack/fuel-plugin-ha-fencing.git diff --git a/README.md b/README.md index 178909e..b4a061e 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Note that in order to build this plugin the following tools must present: * Define YAML configuration files for controller nodes and existing power management (PM aka STONITH) devices. See an example in - [deployment_scripts/puppet/modules/pcs_fencing/examples/pcs_fencing.yaml](https://github.com/stackforge/fuel-plugin-ha-fencing/blob/master/deployment_scripts/puppet/modules/pcs_fencing/examples/pcs_fencing.yaml). + [deployment_scripts/puppet/modules/pcs_fencing/examples/pcs_fencing.yaml](https://github.com/openstack/fuel-plugin-ha-fencing/blob/master/deployment_scripts/puppet/modules/pcs_fencing/examples/pcs_fencing.yaml). Note, that quotes for the 'off' and 'reboot' values are important as just an ``off`` would be equal to ``false``, which is wrong.