forked from ContainX/openstack4j
-
Notifications
You must be signed in to change notification settings - Fork 1
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
merge #11
Merged
Merged
merge #11
Conversation
This file contains 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
* Added stubs for all API services and models * Fully implemented workflow definitions service Next steps: * Implement other services
@JsonProperty("description") for description;
* Added stubs for all API services and models * Fully implemented workflow definitions service Next steps: * Implement other services
…to mistral Conflicts: core-test/src/main/java/org/openstack4j/api/AbstractTest.java core-test/src/main/resources/identity/v3/authv3_project.json
…to mistral Conflicts: core-test/src/main/java/org/openstack4j/api/AbstractTest.java core-test/src/main/resources/identity/v3/authv3_project.json
Add additional properties of the availability zone hint for the network.
Fix cinder volume snapshot
Fix cpu info in hypervisor
Added missing fields in Magnum bay
Mistral client: workflow definitions
…istral Conflicts: core-test/src/main/java/org/openstack4j/api/workflow/ActionDefinitionTest.java core-test/src/main/java/org/openstack4j/api/workflow/WorkbookDefinitionTest.java core/src/main/java/org/openstack4j/api/workflow/WorkbookDefinitionService.java core/src/main/java/org/openstack4j/openstack/workflow/internal/ActionDefinitionServiceImpl.java core/src/main/java/org/openstack4j/openstack/workflow/internal/WorkbookDefinitionServiceImpl.java
* Added one more static method ActionResponse.actionSuccess() taking an integer code * Fixed deletion tests for workflow, workbook and actions definitions to expect 204 code. 200 was expected due to aforementioned limitation
Mistral: implement endpoints for action definitions and workbook definitions
…PI v2, fixed broken VolumeTests
Mistral: adding workflow executions endpoint
Support multiattach property in volume
Feature/barbican secret
Added API for Octavia
An availability zone groups network nodes that run services like DHCP, L3, FW, and others. It is defined as an agent’s attribute on the network node. This allows users to associate an availability zone with their resources so that the resources get high availability.
fix Firewall policy param cannot be updated
Issue : #[1070](#1070)
3.1.0 release
Support Availability zones API in Neutron.
Switch to standalone snakeyaml
connectors.okhttp.HttpExecutorServiceImpl.execute no longer returns null. If it encounters an exception, it now throws.
fix(secret): fix wrong representation of Secret values & add payload
add rescue server status
[issue 1094] Fix NPEs caused by okhttp HttpExecutorServiceImpl
* Update volume bootable status * Update BlockVolumeServiceImpl.java remove illegal character: '\ufeff'
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.