Commit Graph

5 Commits

Author SHA1 Message Date
Andreas Jaeger 2fdc2f43c7 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: If32ae3a4f874957f41a68c3d234b3da36cf928f3
2019-12-18 09:47:23 +01:00
Artur Zarzycki fbbdc85169 Add venv with posargs
Change-Id: I243489904a5addb1db71e73de21bde4ca8319382
2016-10-07 13:51:43 +02:00
Sergey Lukjanov 4836f998ed Yaml linter execution and config improved
Change-Id: I226d9cd1dd712b8277db85037276f587be22e9f1
2016-09-16 19:55:02 -07:00
Artur Zarzycki 292b04284a Fix to pass linters tests
Change-Id: I71055e582bcf3abcdfa4ab88f6f1cda9b44b7407
2016-07-06 15:02:29 +02:00
Aleksandr Mogylchenko 3cb41fca6b Initial Docker setup for Horizon with mod_wsgi
Straight-forward implementation:
- uses LocMemCache and should be switched to MemcachedCache for performance
  (will be done after configuration framework);

Environment variables to be set via "docker run -e ...":
- HORIZON_SECRET_KEY;
- KEYSTONE_ADDRESS;

Example:
docker run -d -p 80:80 -e HORIZON_SECRET_KEY="Some_strong_key" \
       -e KEYSTONE_ADDRESS=127.0.0.1 \
       microservices/horizon:latest

Change-Id: I4531001851e1e2b8b9be950ad5f07a756b94e131
2016-05-18 19:37:26 +02:00