forked from php-opencloud/openstack
-
Notifications
You must be signed in to change notification settings - Fork 6
[MAD-15408] adding block storage v3 support #24
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixes for Issue 287
Mostly removed no_superfluous_phpdoc_tags, phpdoc_trim and no_empty_phpdoc
…egration tests run.
Tests were expecting the directory to be samples/objectstore - I *think* because they take the service name, ("ObjectStore"), and lower-case it.
This eased debugging a lot.
…() in the one place we were using Guzzle's.
Guzzle 7 requires PHP 7.2.5, so we are doing the same here.
* Merge all network service extensions into main one using traits * Add unit test error_reporting * Increase volume attachment test timeout
* Rewrite most of documentation. * Make creating the `$openstack` object more clear. * Rename and rearrange main operations as CRUDL (Create, Read, Update, Delete, List)
* Implement resuming and suspending of servers --------- Co-authored-by: Martin Zurowietz <martin@zurowietz.de>
* compare headers case insensitively * drop support of unmaintained releases in CI (until they are returned in github action).
* override TARGET_BRANCH
new openstack versions: * zed moved to unmaintained * added caracal and dalmatian
fix volume detach test for dalmatian
Signed-off-by: Joas Schilling <coding@schilljs.com> Co-authored-by: Konstantin Babushkin <koka@idwrx.com>
* antelope unmaintained * change actions/cache@v2 to v3 due to deprecation
Add optional `description` and `subnet_id` parameters to Floating IPs creation endpoint.
* merge headers in `OperatorTrait::sendRequest` * remove bobcat integration tests
* use `cinder/block-storage` service instead of `cinderv3/volumev3` in tests
…stack # Conflicts: # samples/Compute/v2/servers/resume_server.php # samples/Compute/v2/servers/suspend_server.php # src/Compute/v2/Api.php # src/Compute/v2/Models/Server.php # src/Compute/v2/Service.php # src/Networking/v2/Service.php # tests/integration/Compute/v2/CoreTest.php
…5408_v3_openstack
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.