Open
Conversation
- Add QoS Policy ID to port - Add support for managing QoS policies - Add rule type property
mtraynham
pushed a commit
to pureport/openstack4j
that referenced
this pull request
Sep 19, 2019
This is a rebase & squash of the 3.1.1-pureport-1.1 tag (6e71d50) onto ContainX/openstack4j/master (44c7ae1). - All Java code changes have been excluded (these are PR branches) - POM files are updated with the Pureport versions - Jenkinsfile has been added - Tests have been disabled The rebase log looks like: pick d3036c5 [PE-344] Changes to support automated releases: drop 7a90335 [PE-344] Add QoS Policy ID to port fixup 4475be5 Feature/pe 344 support listing qos policies (#4) drop c95b907 [PE-334] Add ability to set a fixed IP on a network port. (#5) squash 8424914 [PE-423] Switch to newer gitflow plugin which supports releasing from detached HEAD which is how Jenkins checks out the code from git. (#7) squash 0594ad6 Set GIT_COMMITTER_NAME and GIT_COMMITTER_EMAIL environment variables so that shell git can properly. squash fab9705 Attempt to use credentials plugin and ssh-agent to configure the key for git. squash 211d0a0 Update versions for release squash ce0c5f6 Update for next development version squash b6a779e Use sonatype-nexus-releases repository for releases with the Maven Release plugin. Revert back to 1.0-SNAPSHOT. Don't skip the deploy process during the release. squash e0d7a84 Reverting back to 1.0-SNAPSHOT squash 3cdb675 Run deploy post release goal. squash f884c50 Update versions for release squash 8aef10e Update for next development version squash 3763da0 Changing dev version to 3.1.1-pureport-1.1-SNAPSHOT drop f0b5eca [PE-626] Make Network MTU writable assuming that the net-mtu-writable extension is enabled. squash 85f7dfb Update versions for release The dropped commits have been created into PRs and will subsequently be merged: Old: 7a90335 & 4475be5 -> New: 1e007b1 - ContainX#1260 Old: f0b5eca -> New: 37bff3d - ContainX#1261 Old: c95b907 -> New: 09feaac - ContainX#1262
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
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.
https://docs.openstack.org/api-ref/network/v2/?#quality-of-service
https://docs.openstack.org/api-ref/network/v2/?&expanded=update-port-detail (port
qos_policy_id)