Commit Graph

23 Commits

Author SHA1 Message Date
Andreas Jaeger d139d81213 Retire astara repo
Retire repository, following
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

Change-Id: I0a8240c961955447d65aee7af24e03cb81da12d3
2018-10-14 12:52:23 +02:00
Adam Gandelman a5a5545419 Drop gunicorn from requirementes.txt
We dont ever actually import this anywhere or depend on it as a python
dependency.  Instead, its part of our diskimage-builder elements and
is largely an opinionated deployer choice we've made.  The only purpose
having it in requirements.txt is to pull it in during installation, which
should be delegated to ansible/DIB instead.

This also manually sync's global-requirements along with the update.

Closes-bug: #1526527

Change-Id: I834efb47ccda02a5163c5083836ff29fdc3fdd6f
2015-12-17 12:39:31 -08:00
Adam Gandelman 35529c9050 Update from global requirements
Change-Id: I2ff90a44092587249d33c90277c3479f2eeee254
2015-09-08 12:07:13 -07:00
Adam Gandelman b8aeb53745 Update requirements.txt with global-requirements.txt
Syncs requirements with current liberty g-r using requirements/update.py

Note gunicorn is not in g-r and is appended to the list manually

Change-Id: Iaab5c9beeeb2f9055c53b94860d123be411faa8e
2015-07-03 15:28:24 -07:00
Sean Roberts 91e1bf3981 getting ready for release
updated setup.cfg with sections and
setup.py with packaging pbr

Partialy Implements: blueprint ci-updates

Change-Id: Ie4707c1bba741cbeb16f02312d5db8cc0c134b6a
2015-05-09 03:43:11 -07:00
Mark McClain f8701a0a6f add support for cloud-init API configuation
This change makes the MGT API service fully configurable to either IPv4
or IPv6 address.

Implements blueprint: cloud-init-provisioning
Change-Id: Ibff39030c4e3fe04c3f8cc238508e33d450a4398
2015-05-07 06:23:32 -07:00
Mark McClain 9548913b1a remove old Makefile and correct setup.py license 2015-03-19 10:11:55 -04:00
Ryan Petrello 824f726129 Remove code to manage BSD Packet Filter. 2014-08-11 14:36:10 -07:00
Ryan Petrello d0d0f6e6d1 Use dogpile.cache instead of Flask-Shelve. 2014-06-20 11:49:13 -04:00
Ryan Petrello 9fdc413eec Properly support neutron subnet `host_routes` on the router appliance. 2014-06-14 22:59:09 -04:00
Ryan Petrello 01f674fb19 Pin gunicorn < 19. 2014-06-12 13:49:04 -04:00
Jonathan LaCour e9524af04a Fixing whitespace issues. 2014-05-27 13:37:31 -07:00
Jonathan LaCour 5672e7e8f6 Adding copyright header and LICENSE. 2014-05-27 11:45:28 -07:00
Mark McClain d860e00bf8 pin requests lib to 1.2.0
fixes bug DHC-1286

There is an unstream bug in 1.2.1+ that causes IPv6 URLs not be
reassembled correctly.  The change was recent, so pinning to a recent
older version that does not contain the bug.
2013-06-18 01:40:33 -04:00
Doug Hellmann 48948eb6f6 fix console script name
Change-Id: Ic23cdf8eab5079187c17ae39ad12c5c464c65ac3
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2013-06-10 08:53:46 -04:00
Mark McClain 9abb6b03f3 add support for openbsd53 2013-05-17 21:44:36 -04:00
Doug Hellmann 935c53c519 remove unused import
Change-Id: I8f26cd8fa80884c38906f8e04df8595a2c896b3e
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2013-05-01 15:19:11 -04:00
Mark McClain e1293f7dc8 add metadata proxy support 2013-01-10 12:35:57 -05:00
Doug Hellmann 6916676d3d Set up packaging
1. Fix the names of the projects to be valid package names,
   leaving the more verbose explanation for the description
   field.

2. Wrap fpm with a little shell script to package everything,
   overriding some default settings with values taken from
   setup.py instead of whoever is running the tool.

Change-Id: I73ce54898311978b38d9ca769ec81ee45bfe5041
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2012-10-12 14:52:37 -04:00
Mark McClain cd0cd41a47 add support gunicorn 2012-10-05 00:17:32 -04:00
Mark McClain 36bbbb5193 update start-up scripts 2012-10-04 23:22:22 -04:00
Mark McClain 0472cd07c1 updates for producing a working router live cd 2012-09-25 21:59:07 -04:00
Mark McClain 41ebec2ba9 Reorganize files for akanda.router package ns
Move the files around so that requirements, testing, and source are
clustered for the router component.  The new organization also modifies
import paths to move modules into the akanda.router namespace.  Tests
are also moved into a single heirarchy.
2012-08-23 13:40:08 -04:00