summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Updated from global requirementsOpenStack Proposal Bot2017-03-021-1/+1
| | | | Change-Id: I6d5572bb49cd5f245af59f87ce40f8f9a858e85d
* Updated from global requirementsOpenStack Proposal Bot2015-09-231-1/+1
| | | | Change-Id: I1acc2257344304bb6cba7242aac48b16362ed87b
* Updated from global requirementsOpenStack Proposal Bot2015-07-151-1/+1
| | | | Change-Id: I99aa804116a86365a06c5bf92c107ff28cc3b305
* Updated from global requirementsOpenStack Proposal Bot2015-06-301-1/+0
| | | | Change-Id: I297a333457514bd67e2964e955edd3cf8b9cb812
* Updated from global requirementsOpenStack Proposal Bot2014-05-011-0/+8
| | | | Change-Id: Iab7b6ed1890b7da98f4916dc90b523b52674f59c
* Update from global requirementsMonty Taylor2013-09-301-2/+3
| | | | | | This removes d2to1 references, which is important. Change-Id: I71f6df820d0c4596015acd2069f1650f29e07575
* Bump pbr to the version 0.5.16Anna Shen2013-07-111-1/+1
| | | | Change-Id: I7b4d1d1b00bc2a12b50f38181d11b2f0d4e52ff8
* Migrate to pbr.Monty Taylor2013-06-031-47/+14
| | | | | | Fixes bug 1179007 Change-Id: If7c187f3b4833bdd7f2c0632c061afdcacb9832f
* Backup and Restore for reddwarf instances.Nikhil Manchanda2013-05-201-6/+2
| | | | | | | | Implemented backup and restore for reddwarf instances. Implements spec/consistent-snapshots Change-Id: Ic1e78545f9e90ab986665a58f524081dcde6894b
* Migrate to flake8.Monty Taylor2013-05-161-2/+3
| | | | | | Fixes bug 1172444 Change-Id: I09e1e2d03f41a175aa39760b5fc560ed0d9d30a5
* Refresh setup.py from OsloVipul Sabhaya2013-03-051-1/+1
| | | | | | | | | * Part one of a few oslo updates * needed for proper packaging of reddwarf implements blueprint update-oslo Change-Id: I7522d9fcd50a8c161916e5f79748b655862acc3a
* remove the namespace_packages from setup.pyDror Kagan2013-02-281-1/+0
| | | | | | | In reddwarf's setup.py, the method setuptool.setup() currently accepts a parameter for namespace_packages, and it shouldn't. Change-Id: Ica1fbebd5cbd5943c3a1b322d14a280737bc0542 fixes: bug #1136189
* Update oslo codebase within reddwarf.Michael Basnight2012-12-181-55/+14
| | | | | | | | | | | | | | | | | | | * Updated logging,cfg,setup to new oslo * Split out the paste ini from the conf files * Modified reddwarf-api/server to use new modules * Modified reddwarf-manage to use new cfg * Added rpc helper for rpc services * Modified reddwarf-taskmanager to use rpc helper * Modified reddwarf-guestagent to use new rpc helper * Fixed guestagent api to use rpc proxy * Fixed taskmanager module to conform to new rpc * Updated guestagent manager/pkg to use new rpc * Updated api paste to use keystoneclient auth_token * Updated managers to use periodic tasks Implements: blueprint reddwarf/upgrade-oslo Change-Id: I9ad1b441eca855a4304454014ae746ec51bef8f3
* Added an admin task-manager.Tim Simpson2012-08-211-0/+1
|
* Adding tox support to Reddwarf.Tim Simpson2012-07-161-13/+9
| | | | | * Changed reddwarf.conf.test to reflect local mode. * Updated fake keystone. Any token is treated as the tenant ID, and any tenant id starting with "admin" is treated as an admin.
* Adding taskmanager to setupMichael Basnight2012-06-081-0/+1
|
* Fixing the setup.py to have the new reddwarf apiMichael Basnight2012-05-021-0/+1
|
* Adding the venv/unit test framework stuffmbasnight2012-02-221-0/+100
* run_tests stuff * gerrit stuff * test-requires for pip