Fix .gitreview and README

Replace the stackforge to the openstack refs

Change-Id: I475c6a95c3069fb0d76ca0ce0471de531033c6ef
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya 2015-11-04 13:33:33 +01:00
parent 1e21a2251a
commit b9be59d47f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.