Commit Graph

6 Commits

Author SHA1 Message Date
Andreas Jaeger 91aa182bec Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: Ice4cf064434d2d4bd4b089fc06e9aa8ad96d9a64
2019-12-18 09:49:39 +01:00
janonymous 592220ab77 py26 is no longer supported by Infra's CI
Python 2.6 support would be dropped by
Infra team from mitaka,CI would no longer be testing it,
so projects should drop it too.

Change-Id: I16666719ab4694893afdd2360550dff9a7e51f40
2015-12-26 13:53:09 +05:30
Jenkins 8f2e2e1092 Merge "Pass environment variables of proxy to tox" 2015-12-17 11:40:40 +00:00
Ondřej Nový f5d6cf184e Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: I1188bcdc0d199db255c66d87fc3f91dea1aa50db
2015-12-11 21:15:47 +01:00
Ghanshyam 04f17f635f Pass environment variables of proxy to tox
When a development environment is under a proxy, tox is failed even if
environment variables of the proxy are set.

This patch fixes this problem.
Closes-Bug: #1525115

Change-Id: I436e49ab6f87fa7d4bfeaaa915b4ab8e2af6d5b5
2015-12-11 08:19:34 +00:00
Alexey Shtokolov acaae60a54 Restructuring files in project
Details:

* move main files into the top of the tree;
* move examples into examples folder;
* support new structure in run_test.sh and setup.py.

Result:

* update gitignore files to support run_test.sh;
* compatibility with openstack-gates;
* compatibility with standard pip installation via git+https.

Closes-Bug: #1479785

Change-Id: I93b51b0797eaf619614cb2a493a2a68d0f547751
2015-10-19 17:47:20 +03:00