Pedro Alvarez 1a76e28c55 requirements: Set upper version limit for 'apscheduler'
A deployed instance that had apscheduler==3.1.0 was failing
with the following error:

    mod_wsgi (pid=11256): Target WSGI script '/var/lib/storyboard/storyboard.wsgi' cannot be loaded as Python module.
    mod_wsgi (pid=11256): Exception occurred processing WSGI script '/var/lib/storyboard/storyboard.wsgi'.
    Traceback (most recent call last):
      File "/var/lib/storyboard/storyboard.wsgi", line 16, in <module>
        from storyboard.api import app
      File "/usr/local/lib/python2.7/dist-packages/storyboard/api/app.py", line 34, in <module>
        from storyboard.plugin.scheduler import initialize_scheduler
      File "/usr/local/lib/python2.7/dist-packages/storyboard/plugin/scheduler/__init__.py", line 22, in <module>
        from apscheduler.executors.pool import ThreadPoolExecutor
      File "/usr/local/lib/python2.7/dist-packages/apscheduler/__init__.py", line 3, in <module>
        version_info = tuple(int(x) if x.isdigit() else x for x in parsed_version.public.split('.'))
    AttributeError: 'tuple' object has no attribute 'public'

Installing a previous version fixed the issue.

Change-Id: I0ddd236c2601f10f7440bfdd1b74a80a540732ac
2016-04-08 16:06:29 +01:00
2013-07-18 12:03:46 +02:00
2014-01-23 17:23:58 +04:00
2014-01-13 18:52:47 +04:00
2013-07-01 18:09:56 +02:00
2014-01-22 11:37:54 -08:00
2014-07-11 17:33:19 +04:00
2015-12-15 22:13:52 +00:00
2013-09-25 12:06:40 -04:00

Storyboard

Storyboard is a task tracker for OpenStack.

Project Resources

Project status, bugs, and blueprints are tracked at:

http://storyboard.openstack.org

Source code can be found at:

https://git.openstack.org/cgit/openstack-infra/storyboard/

Documentation can be found here:

http://docs.openstack.org/infra/storyboard/

Additional resources are linked from the project wiki page:

https://wiki.openstack.org/wiki/StoryBoard

Anyone wishing to contribute to an OpenStack project should find plenty of helpful resources here:

http://docs.openstack.org/infra/manual/developers.html

All OpenStack projects use Gerrit for code reviews. A good reference for that is here:

http://docs.openstack.org/infra/manual/developers.html#development-workflow

Description
OpenStack Task Tracking API
Readme 11 MiB
Languages
Python 99.3%
Shell 0.5%
Dockerfile 0.1%