Update paths due to stackforge migration.
fuel-library repository has been moved from stackforge/ to openstack/ namespace. fuel-tasklib repository got deprecated during migration, but it appears it is still used in fuel-library CI. We add temporary workaround to run CI job using fuel-tasklib package from fixed commit. The problem will be properly resolved via related bug #1507208. Change-Id: I8e2342c869a27fa1bb104fd46138ad27270f2d73 Related-Bug: #1507208
This commit is contained in:
parent
ad2d6b9c7b
commit
4237105cb4
@ -1,4 +1,4 @@
|
||||
[gerrit]
|
||||
host=review.openstack.org
|
||||
port=29418
|
||||
project=stackforge/fuel-library.git
|
||||
project=openstack/fuel-library.git
|
||||
|
@ -4,7 +4,7 @@
|
||||
"author": "Mirantis",
|
||||
"summary": "Puppet module for nova-compute (VCDriver) support for Fuel",
|
||||
"license": "Apache License, Version 2.0",
|
||||
"source": "https://github.com/stackforge/fuel-library/",
|
||||
"source": "https://github.com/openstack/fuel-library/",
|
||||
"issues_url": null,
|
||||
"project_page": null,
|
||||
"operatingsystem_support": [
|
||||
|
@ -8,7 +8,7 @@ Version: %{version}
|
||||
Release: %{release}
|
||||
Group: System Environment/Libraries
|
||||
License: GPLv2
|
||||
URL: http://github.com/stackforge/fuel-library
|
||||
URL: http://github.com/openstack/fuel-library
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Provides: fuel-library
|
||||
BuildArch: noarch
|
||||
@ -139,7 +139,7 @@ Release: %{release}
|
||||
Group: System Environment/Libraries
|
||||
License: GPLv2
|
||||
Provides: fuel-docker-utils
|
||||
URL: http://github.com/stackforge/fuel-library
|
||||
URL: http://github.com/openstack/fuel-library
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/fuel-library-%{version}-%{release}
|
||||
|
||||
@ -161,7 +161,7 @@ Version: %{version}
|
||||
Release: %{release}
|
||||
Group: System Environment/Libraries
|
||||
License: Apache 2.0
|
||||
URL: http://github.com/stackforge/fuel-library
|
||||
URL: http://github.com/openstack/fuel-library
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/fuel-library-%{version}-%{release}
|
||||
|
||||
@ -187,7 +187,7 @@ Group: System Environment/Libraries
|
||||
License: GPLv2
|
||||
Requires: python-keystoneclient
|
||||
Requires: python-neutronclient
|
||||
URL: http://github.com/stackforge/fuel-library
|
||||
URL: http://github.com/openstack/fuel-library
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/fuel-library-%{version}-%{release}
|
||||
|
||||
@ -210,7 +210,7 @@ Release: %{release}
|
||||
Group: System Environment/Libraries
|
||||
# FIXME(aglarendil): mixed license actually - need to figure out the best option
|
||||
License: Apache 2.0
|
||||
URL: http://github.com/stackforge/fuel-library
|
||||
URL: http://github.com/openstack/fuel-library
|
||||
BuildArch: noarch
|
||||
Requires: dbus
|
||||
Requires: dbus-python
|
||||
@ -235,7 +235,7 @@ Release: %{release}
|
||||
Group: System Environment/Libraries
|
||||
# FIXME(aglarendil): mixed license actually - need to figure out the best option
|
||||
License: Apache 2.0
|
||||
URL: http://github.com/stackforge/fuel-library
|
||||
URL: http://github.com/openstack/fuel-library
|
||||
BuildArch: noarch
|
||||
Requires: libvirt-client
|
||||
BuildRoot: %{_tmppath}/fuel-library-%{version}-%{release}
|
||||
@ -260,7 +260,7 @@ Requires: monit
|
||||
Requires: python-six
|
||||
Requires: PyYAML
|
||||
Requires: python-fuelclient
|
||||
URL: http://github.com/stackforge/fuel-library
|
||||
URL: http://github.com/openstack/fuel-library
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/fuel-library-%{version}-%{release}
|
||||
|
||||
|
@ -1 +1 @@
|
||||
-e git://git.openstack.org/stackforge/fuel-tasklib#egg=fuel-tasklib
|
||||
-e git://git.openstack.org/stackforge/fuel-tasklib@9e41ce127f51361274a8d8e9af63da6f832ced71#egg=fuel-tasklib
|
||||
|
Loading…
Reference in New Issue
Block a user