Commit Graph

5 Commits

Author SHA1 Message Date
Andreas Jaeger 20b78f6c78 Cleanup tox.ini, enable constraints
Remove old and unused constraints environments from tox.ini. Those
have never been used. Use standard environments as default list.

Enable use of constraints for all jobs now.

For more about constraints see:
http://lists.openstack.org/pipermail/openstack-dev/2016-August/101474.html

Change-Id: I9b4c567e8bcf4abd52e1d499f7ec0b22b034c815
2016-08-26 16:39:10 +02:00
SamYaple 34942d3aeb Revert "Add bare bones ekko-api"
This implementation of the API is no longer tested or supported. We
will be using a new one based on flask

This reverts commit a5f99317ac.

Change-Id: I7e1a3f0f341685b2455a4cdfeb0b13b7fba5bfc0
2016-06-15 20:44:51 +00:00
Andreas Jaeger b9ba3d9e65 Make pep8 jobs default
According to the PTI (=Python Test Interface,
http://governance.openstack.org/reference/cti/python_cti.html), pep8
is the interface for codestyle checks. Therefore add pep8
as default environment, linters is not needed.

This change will be followed by a change to project-config to use pep8
for testing in the gate.

Needed-By: I8cecb75cdccc73b7fd26e364e11dd91164b20832
Change-Id: I5738e7cc10a9e5b643844f398bd7b5a64f76b40d
2016-02-10 22:23:51 +01:00
Paul Bourke a5f99317ac Add bare bones ekko-api
Foundation for ekko-api, ported over from the Ironic project.

The goal here was to copy enough to give a solid foundation that
conforms to the "OpenStack way", without a lot of extra frills that we
either may not need right away, or makes it harder see what's going on
starting out.

After installation the service can be started via 'ekko-api', which
listens on port 6800 by default. This was chosen from the list of
unassigned ports at
http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt

There are still plenty of TODO's, primarily keystone integration and
config file generation. Foundations for these are here but completely
untested as of this commit.

Change-Id: If136a3bb66949ef710d741eaf3691f36f7b60692
2016-02-08 01:07:34 +00:00
SamYaple fdfb83197c Initial Commit
Change-Id: Iaa4726694388e24e944a37da52c851bba1ead1ce
2016-01-04 16:28:29 +00:00