summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-novaclient/novaclient-specify-full-path-to-test-certificate.patch
Commit message (Collapse)AuthorAgeFilesLines
* bbappends: resync to oe-core versionsBruce Ashfield2015-02-201-32/+0
| | | | | | Updating the bbappends to match the oe-core versions ~commit 530565c6cb77319f4cc49edeea6fec6be997415d Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* clients: update to juno release candidate versionsBruce Ashfield2014-10-171-5/+5
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* novaclient: update to 2014.x latestBruce Ashfield2014-07-211-10/+7
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* novaclient: fix path to test certificateKeith Holman2014-06-161-0/+35
Novaclient contains a test that fails because it can't find the path to the test certficate. This is because the test is based off of running the test from the base of the source tree. This fix changes the path to look for the certificate from a relative path to the absolute path allowing the test to be ran from any directory. Signed-off-by: Keith Holman <Keith.Holman@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>