Update paths due to stackforge migration

All repositories have been moved from stackforge/ to openstack/ namespace.

Change-Id: I7657a209468f1865b9daafac956b65fc38ccbc51
This commit is contained in:
Aleksandra Fedorova 2015-10-18 01:05:24 +03:00
parent a090546d43
commit 7cea69bd02
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=stackforge/fuel-astute.git
project=openstack/fuel-astute.git

View File

@ -51,7 +51,7 @@ Example of using Astute as library: lib/astute/server/dispatcher.rb
Using as CLI
-----
CLI interface in Astute no longer supported. Please use new Fuel-CLI. More details you can get by link: https://github.com/stackforge/fuel-docs/blob/master/pages/user-guide/cli.rst
CLI interface in Astute no longer supported. Please use new Fuel-CLI. More details you can get by link: https://github.com/openstack/fuel-docs/blob/master/pages/user-guide/cli.rst
-----

View File

@ -24,7 +24,7 @@ module MCollective
# Look at https://github.com/torvalds/linux/blob/master/Documentation/devices.txt
# Please also update the device codes here
# https://github.com/stackforge/fuel-web/blob/master/bin/agent#L43
# https://github.com/openstack/fuel-web/blob/master/bin/agent#L43
STORAGE_CODES = [3, 8, 65, 66, 67, 68, 69, 70, 71, 104, 105, 106, 107, 108, 109, 110, 111, 202, 252, 253, 259]
AGENT_NODISCOVER_FILE = '/etc/nailgun-agent/nodiscover'