Issue description
Openstack Orchestration API allows for a "dry-run" creation of a stack with the /preview endpoint : https://docs.openstack.org/api-ref/orchestration/v1/#preview-stack
Openstack4j could provide support fro this endpoint by adding a preview() method to the StackService java API.
Classes that would need to be extended :
https://github.com/openstack4j/openstack4j/blob/master/core/src/main/java/org/openstack4j/api/heat/StackService.java
https://github.com/openstack4j/openstack4j/blob/master/core/src/main/java/org/openstack4j/openstack/heat/internal/StackServiceImpl.java
Submitter checklist
Make sure that following is specified to make the issue easier to process:
Issue description
Openstack Orchestration API allows for a "dry-run" creation of a stack with the /preview endpoint : https://docs.openstack.org/api-ref/orchestration/v1/#preview-stack
Openstack4j could provide support fro this endpoint by adding a preview() method to the StackService java API.
Classes that would need to be extended :
https://github.com/openstack4j/openstack4j/blob/master/core/src/main/java/org/openstack4j/api/heat/StackService.java
https://github.com/openstack4j/openstack4j/blob/master/core/src/main/java/org/openstack4j/openstack/heat/internal/StackServiceImpl.java
Submitter checklist
Make sure that following is specified to make the issue easier to process: