summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated from global requirementsOpenStack Proposal Bot2015-08-261-1/+1
| | | | Change-Id: I642c764f18030a72d41d5ee8f9263ce7a1e89f05
* Updated from global requirementsOpenStack Proposal Bot2015-08-231-1/+1
| | | | Change-Id: I1b82fe96d1182e2f533743fcea5c1349d51b426f
* Merge "Remove openstack/common/report as oslo.reports is graduating"Jenkins2015-08-2033-2910/+0
|\
| * Remove openstack/common/report as oslo.reports is graduatingDavanum Srinivas2015-08-1533-2910/+0
| | | | | | | | | | implements blueprint graduate-oslo-reports Change-Id: I6228c9ec258dd894595535f0e24e9f7ffd72d43c
* | Merge "Get the team and adding who launchpad links working"Jenkins2015-08-161-7/+16
|\ \
| * | Get the team and adding who launchpad links workingJoshua Harlow2015-06-261-7/+16
| | | | | | | | | | | | Change-Id: I3c3793fc4c44329f29615d69ec731d3fb6d2bb41
* | | Updated from global requirementsOpenStack Proposal Bot2015-08-131-3/+3
| |/ |/| | | | | Change-Id: I4b14a0c7c0defd25ada667a3b137419241714efd
* | Updated from global requirementsOpenStack Proposal Bot2015-08-041-2/+2
| | | | | | | | Change-Id: Ie6a6d3d838c7307de182f74215fc156d2010c74f
* | Updated from global requirementsOpenStack Proposal Bot2015-07-291-1/+1
| | | | | | | | Change-Id: Iba0e4f9545fc9ba82f080a0fec672761dcfeaeec
* | Updated from global requirementsOpenStack Proposal Bot2015-07-271-1/+1
| | | | | | | | Change-Id: Ibe584ec1805b2008a6d0b02417019e2ccf306d6f
* | Updated from global requirementsOpenStack Proposal Bot2015-07-241-2/+2
| | | | | | | | Change-Id: I91652dd8f2b1b744b537a61c615a1b8ce64126a7
* | Merge "Remove quota module"Jenkins2015-07-233-1673/+0
|\ \
| * | Remove quota moduleDavanum Srinivas2015-07-153-1673/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per discussion at the oslo graduation working session at the 2015 Vancouver Summit, remove the quota module as it is no longer needed. See also: https://etherpad.openstack.org/p/YVR-oslo-graduation-schedule Co-Authored-By: Ian Cordasco <graffatcolmingov@gmail.com> Change-Id: I523f95b9e1d981ef4ad688c4732f928913388a49
* | | Updated from global requirementsOpenStack Proposal Bot2015-07-221-2/+1
| | | | | | | | | | | | Change-Id: I9a9fe295f7f502376bcecdc8f1146c964b51f193
* | | Merge "Remove fileutils"Jenkins2015-07-192-405/+0
|\ \ \
| * | | Remove fileutilsSergey Vilgelm2015-07-172-405/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileutils is graduated in the oslo.utils library. Implements: blueprint graduate-fileutils Depends-On: I51ba9076e1fbc16145ee2311f47b7768c16dcb20 (requirements) Depends-On: I6ba8f492a257096d27cbe83bfd06e53b7aabfa5d (ceilometer) Depends-On: I7abf0273bf2b90c72f51ebf4896808eaabb91969 (cinder) Depends-On: I5b8f6e1ca752e84ffa9ab66e849b5a93d888d67f (congress) Depends-On: I15388a1dac6fb08c73392d0803ac1a3977de6982 (ironic) Depends-On: I933d02aa48260069149d16caed02b020296b943a (neutron) Depends-On: I849f1c74ec811dbe82ba6270569a008a49eab465 (nova) Depends-On: I5a2a33796dc7cfeac7bd6d3660140fbc34a8019b (sahara) Change-Id: Ib563fd7df176158028647b8b18ee51523d57d221
* | | | Updated from global requirementsOpenStack Proposal Bot2015-07-171-1/+1
| | | | | | | | | | | | | | | | Change-Id: Iba12db59c21995c20469d32810e112dcb64a26eb
* | | | Updated from global requirementsOpenStack Proposal Bot2015-07-161-1/+1
| | | | | | | | | | | | | | | | Change-Id: I556236f3da458a4e95be62a393ac03eee64b9268
* | | | Updated from global requirementsOpenStack Proposal Bot2015-07-151-1/+1
| |/ / |/| | | | | | | | Change-Id: I5ea71cfedc8e3fca01974a29777ded2e86bdb6dd
* | | Updated from global requirementsOpenStack Proposal Bot2015-07-153-4/+4
| | | | | | | | | | | | Change-Id: I9d0003a9b1ef494b992577fe2e10e51c8b19bba6
* | | Fix mock of open() for mock 1.1.0Doug Hellmann2015-07-122-1/+3
| | | | | | | | | | | | | | | | | | Mock out open() properly. Change-Id: I464de26fdbd53dd7138f8cb4ae362cd47e99609c
* | | Fix couple of env variable usage issues in venv scriptsghanshyam2015-07-083-7/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | There are couple of issues in scripts which are responsible for creating virtual environment. Issues are listed in bug#1472509. This patch fix those issues. Change-Id: I1902377c078342484cf01428660bb1b36eac1552 Closes-Bug: 1472509
* | Merge "prints --insecure if verify=False and debug=True"Jenkins2015-07-012-0/+23
|\ \
| * | prints --insecure if verify=False and debug=TrueZhiQiang Fan2015-07-012-0/+23
| |/ | | | | | | | | | | | | If apiclient.client.HTTPClient has been set to verify=False, then we should print --insecure when debug is enabled. Change-Id: Ia98c7c108c464b2ef094b3d654cdeda87b33b634
* | Merge "Add tools to clean up namespace package use"Jenkins2015-07-012-0/+54
|\ \ | |/ |/|
| * Add tools to clean up namespace package useDoug Hellmann2015-06-242-0/+54
| | | | | | | | | | | | | | Add a script and a text file with the commit message to be used when removing oslo namespace packages from a project. Change-Id: I9708ff9a661819e48c87c260483f15e958fc99ba
* | Merge "Add new core email body generator helper tool"Jenkins2015-06-271-0/+87
|\ \
| * | Add new core email body generator helper toolJoshua Harlow2015-06-101-0/+87
| | | | | | | | | | | | Change-Id: Ia6eda744cbf80378784cd32a4bae0d48412a70f5
* | | Merge "Cleanup MAINTAINERS"Jenkins2015-06-261-28/+2
|\ \ \ | |_|/ |/| |
| * | Cleanup MAINTAINERSDavanum Srinivas2015-06-241-28/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Mark cache as Deprecated * Remove fixture/local/log/versionutils as it is already gone * Mark reports as Graduating Change-Id: I4095dafd168ff4007e2a37fc3b984bc2066f2985
* | | Updated from global requirementsOpenStack Proposal Bot2015-06-241-1/+1
|/ / | | | | | | Change-Id: I82dcb11ed962956976bf8f6ecf0248b9895da0d3
* | Merge "Add oslo service/cache/reports to update.py"Jenkins2015-06-241-0/+3
|\ \
| * | Add oslo service/cache/reports to update.pyDavanum Srinivas2015-06-221-0/+3
| | | | | | | | | | | | | | | | | | update.py to not rewrite references to the library Change-Id: I50c0e5f0c720e26956196072e6ab1c713d2c8d14
* | | Remove graduated oslo.service codeElena Ezhova2015-06-2316-2817/+0
|/ / | | | | | | | | | | | | | | | | | | | | This patch deletes all code that has moved to oslo.service and updates the MAINTAINERS file accordingly. Also removed eventlet from requirements as it is no longer used anywhere. bp graduate-oslo-service Change-Id: I61ee911a4bf2f0723a22473edffc4fa2f88b87a4
* | Updated from global requirementsOpenStack Proposal Bot2015-06-223-18/+17
| | | | | | | | Change-Id: Ibb4b2b338e39511406636d4938a1dfb4f625b7ae
* | Get rid of oslo-incubator copy of middlewareDavanum Srinivas2015-06-194-54/+0
| | | | | | | | | | | | | | We have already moved all projects away from openstack/common/middleware modules to the oslo_middlware library. We don't need these files here anymore. Change-Id: I1b4cfa4a8a318d83ac107f3f631c9f1fd24178f9
* | Updated from global requirementsOpenStack Proposal Bot2015-06-171-1/+1
| | | | | | | | Change-Id: I41cd5d529a0adba1710be4d75c6c8af1aa57b50d
* | Add last_request_id only if it is not noneDavanum Srinivas2015-06-163-5/+5
| | | | | | | | | | | | | | Noticed this while porting python-novaclient and we don't seem to have a test case for last_request_id in general :( Change-Id: Ia83ef6136da1c551ea947679dc546a0d7ad2f876
* | add mox3 to review dashboardsDoug Hellmann2015-06-112-2/+4
| | | | | | | | Change-Id: I2f61f124f460f6935b13ede1769f58acbd7e1130
* | Updated from global requirementsOpenStack Proposal Bot2015-06-111-1/+1
| | | | | | | | Change-Id: I201f15daa718cf3e2984bf44edde5b843d30eb66
* | Updated from global requirementsOpenStack Proposal Bot2015-06-091-2/+2
| | | | | | | | Change-Id: Icfae40fb23035834f1bdbc7d81b622739d7d82b3
* | Merge "Remove versionutils"Jenkins2015-06-077-694/+4
|\ \
| * | Remove versionutilsDoug Hellmann2015-06-057-694/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | The versionutils module has graduated, so remove the incubated version and update remaining references to the version in oslo.log. Blueprint graduate-oslo-versionutils Depends-On: I69a9356ac3257bfa80a4ae51ca242da4a107e21a Change-Id: I9e49680966c2ea4f0e356fdfb4c1748b4bd25251
* | | Add new projects to dashboardDavanum Srinivas2015-06-043-4/+22
|/ / | | | | | | Change-Id: Ide93a75e2e741ebd06c4abdafacf175ccd7f5c76
* | Merge "Guru Meditation Reports broken without version_string"Jenkins2015-06-032-4/+34
|\ \
| * | Guru Meditation Reports broken without version_stringzhangchunlong1@huawei.com2015-05-202-4/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | The versions from many openstack projects don't provide the vendor_string,product_string,version_string_with_package. We need to keep compatible with these projects. Change-Id: I688ef29b84541d3261f6b9395b3f591b276aa071 Closes-Bug:#1456465
* | | Merge "Switch from MySQL-python to PyMySQL"Jenkins2015-05-301-1/+1
|\ \ \
| * | | Switch from MySQL-python to PyMySQLJeremy Stanley2015-05-201-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | As discussed in the Liberty Design Summit "Moving apps to Python 3" cross-project workshop, the way forward in the near future is to switch to the pure-python PyMySQL library as a default. https://etherpad.openstack.org/p/liberty-cross-project-python3 Change-Id: I55ec1908f330e8f106b4e4f8e2435b5135b22e85
* | | Merge "Remove local module"Jenkins2015-05-262-112/+0
|\ \ \
| * | | Remove local moduleIan Cordasco2015-05-202-112/+0
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Per discussion at the oslo graduation working session at the 2015 Vancouver Summit, remove the local module as it is deprecated and no longer necessary. See also: https://etherpad.openstack.org/p/YVR-oslo-graduation-schedule Change-Id: I271debac1e05a353f9876ced77970e6030912111