-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
update openstack sdk #8314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update openstack sdk #8314
Conversation
ec57822 to
fa62205
Compare
Codecov Report
@@ Coverage Diff @@
## master #8314 +/- ##
===========================================
+ Coverage 51.72% 51.82% +0.1%
+ Complexity 25380 25364 -16
===========================================
Files 1600 1601 +1
Lines 95089 95025 -64
Branches 1377 1377
===========================================
+ Hits 49184 49246 +62
+ Misses 45905 45779 -126
|
fdebb9c to
5db961d
Compare
|
Conflicts :/ |
5db961d to
72d8609
Compare
|
All rebased |
72d8609 to
c8f1fb4
Compare
c8f1fb4 to
8bb0e17
Compare
|
I rebased as I want the swift tests to pass here :P |
|
The swift docker image is being a PITA, I'm trying to get it more reliable |
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
ce72206 to
d5f5c84
Compare
* Also create a test file so we know for sure it all works Signed-off-by: Roeland Jago Douma <[email protected]>
|
@MorrisJobke we don't run swift tests on stable13 |
|
|
||
| // cleanup | ||
| if ($this->unlink($path1) === false) { | ||
| throw new \Exception('failed to remove original'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The two lines after this are unreachable 🙈
Required for enabling v3 authentication