Commit Graph

6 Commits

Author SHA1 Message Date
Enol Fernandez 84e4d66134 Adapt attributes definition to OCCI 1.2
Introduces new properties for the attribute definition and adapts every
OCCI entity to it. Adds new attributes (e.g. occi.*.state.message) and
removes the ones no longer existing (occi.compute.speed). New dependency
on enum34 for python < 3.4 introduced.

Change-Id: I17b91af74c47f0b2dc3ffa68933c68e21b22b491
Partially-Implements: blueprint occi-1-2-core
2016-11-08 08:49:55 +00:00
Alvaro Lopez Garcia e343e47867 remove pbr version dependency
Change-Id: I18081b387b18123b9b4ce493580b275d1b3d9821
2015-11-23 09:48:51 +01:00
Enol Fernandez d6fe68a803 Remove oslo.middleware from requirements
Removed oslo.middleware from requirements as it is not used, instead add
WebOb that came previously as a dependency.

Change-Id: Ic4572b4386ab4be962062848168fe70d656da069
2015-11-19 14:43:38 +01:00
Swapnil Kulkarni 8621219874 Remove blank lines from requirements
Change-Id: I41bb29a44220ac85c7135f1f4b82f884ea004009
2015-08-03 12:28:39 +05:30
Alvaro Lopez Garcia f6678c9eeb Create initial WSGI infrastructure
Add an initial WSGI middleware that uses routes to load the different
controllers. If a controller returns a response, that response is
returned. If not, the pipeline should continue and the final app will be
called.

- For an example controller, see ooi.tests.test_wsgi.FakeController
- For an example registering the controller into the mapper, see
  ooi.tests.test_wsgi.FakeMiddleware
2015-02-25 23:03:53 +01:00
Alvaro Lopez Garcia d49a923ee6 initial commit from cookiecutter 2015-02-24 18:11:57 +01:00