23 Commits

Author SHA1 Message Date
OpenStack Proposal Bot
33b482aa4d Updated from global requirements
Change-Id: Ic6931280d999c91a26e582b5a61fc58bf677c1b1
2016-01-28 13:20:06 +00:00
OpenStack Proposal Bot
a39dfbd6ad Updated from global requirements
Change-Id: I34829953870581366807e9faca4ecc18150c3da7
2015-12-19 14:34:38 +00:00
Jim Rollenhagen
e8488c2534 Add reno for release notes management
Change-Id: Id6bfe132dcc8fc3efbe0d96820eebf7d174b2736
2015-12-16 16:04:29 -08:00
OpenStack Proposal Bot
863b47bb47 Updated from global requirements
Change-Id: I08e85ba14697ecf4d6a6734642f49cd8b1050b06
2015-11-19 15:56:28 +00:00
Attila Fazekas
27048ef3a2 Move oslotest to test-requirements
The requirements.txt is for the runtime dependencies,
the oslotest is test time dependency so it belongs to the
test-requirements.txt.

Change-Id: I5ab6d65d62fe3d43d7a5980b75b2258615be4dd9
2015-10-07 09:48:52 +02:00
OpenStack Proposal Bot
0144e79df5 Updated from global requirements
Change-Id: Ia5982574312b48a9e96a9deaaec163dcf75e637f
2015-10-02 01:55:46 +00:00
Ruby Loo
e74cd66a4b Use doc8 style checker
This uses the doc8 style checker to check that document files
conform to certain requirements, as documented at
https://pypi.python.org/pypi/doc8.

The README was modified because it had several lines that were
were longer than 79 characters, and some links were fixed.

Change-Id: Ia21b680ec227357ada58326fea104696561475d5
2015-10-01 14:20:58 +00:00
OpenStack Proposal Bot
3eda19a0ae Updated from global requirements
Change-Id: I2dcc84032cec3ba59da53dd8f5ee367ea09b24c5
2015-07-22 04:55:54 +00:00
OpenStack Proposal Bot
cf9dc325c2 Updated from global requirements
Change-Id: I30d01cb92892ef86b64b3c06b229dce18066ec23
2015-07-17 16:13:25 +00:00
OpenStack Proposal Bot
4c9f318e0f Updated from global requirements
Change-Id: Ic5c39db8c5d6118cf02079e0758e38ada5fda4e0
2015-07-15 20:41:26 +00:00
OpenStack Proposal Bot
edcba08ede Updated from global requirements
Change-Id: Iea5033e9232b405c7fa371943404cbf2614880c2
2015-07-03 20:44:16 +00:00
Jim Rollenhagen
601201d120 Update hacking and fix hacking violations
This does a few things:

* Update hacking to the version in global-requirements. Old hacking was
  installing a version of pbr that was breaking other packages.

* Fix all the hacking/pep8 rules that updating hacking raised.

* Do some general docstring cleanup, while already in there cleaning up
  a bunch of docstrings due to H405 violations.

Change-Id: I1fc1e59d4c3d7b14631f8b576e3f3854bc452188
Closes-Bug: #1461717
2015-06-03 16:58:57 -07:00
OpenStack Proposal Bot
daa28cd463 Updated from global requirements
Change-Id: I7b8985d21231c5bf6db7a5bc7e8d0c85e7ac5bda
2015-05-07 16:32:23 -07:00
Jay Faulkner
be97525975 Add sphinx build + basic documentation
This adds and configures a sphinx doc builder. This is based on the code
in Ironic to build documentation.

The goal is for this to contain development documentation relevant to
hacking on the agent, including how to make custom HardwareManagers.

Change-Id: Ib6cecb9959f4ad5c71440fb37827b996582a9545
2015-03-31 16:22:12 -07:00
OpenStack Proposal Bot
00812813a0 Updated from global requirements
Change-Id: I9a48d7388515daa61e4fd7748480cfe1fb11aaaa
2014-12-03 21:36:05 +00:00
OpenStack Proposal Bot
e91faa2b1d Updated from global requirements
Change-Id: Ie026a6037e02c0ddfb5c4ccb7dbf183b030d626c
2014-11-18 11:31:12 +00:00
Josh Gachnang
3bc4866a21 Adding DynamicLoopingCall around lookup
Currently, if a single lookup call to the Ironic API fails, the entire
agent errors out and restarts. This allows the agent to retry for a set
amount of time before throwing an uncaught exception forcing a restart.

Change-Id: I39752fb3f42ad3e4f15a49194f1554e1d3463cf8
Closes-Bug: 1297019
2014-03-31 14:54:14 -07:00
Josh Gachnang
ce8bc60414 Preparing for OpenStack testing environment
Renamed logging.py to log.py. I was getting import errors because it conflicts
with logging in the stdlib.
2014-03-11 12:50:12 -07:00
Jim Rollenhagen
f5b27c63f1 unpin httmock 2014-01-14 17:12:24 -08:00
Jim Rollenhagen
20b4d7a293 pin httmock to working version 2014-01-14 13:05:41 -08:00
Russell Haering
b008ae9218 add dependency on httmock 2014-01-07 16:55:22 -08:00
Russell Haering
98761a1c1a add dependency on 'hacking' flake8 plugin 2013-12-19 16:58:39 -08:00
Russell Haering
27fdc13e49 out with the old, in with the new 2013-12-16 15:38:02 -08:00