kitchen-openstack
kitchen-openstack copied to clipboard
OpenStack Compute driver for Test-Kitchen
# Description ## Issues Resolved ## Type of Change Our release process assumes you are using [Conventional Commit messages](https://www.conventionalcommits.org/en/v1.0.0/). The most important prefixes you should have in mind are: -...
Signed-off-by: Igor Raits # Description Allow passing scheduler hints to the OpenStack. ## Issues Resolved Not aware of any public ones. ## Check List - [x] All tests pass. See...
If block_device_mapping is using sequental kitchen test cases execution will fail Reason: during first run config is changing in get_bdm function because it is accessing by reference. So second test...
## :speaking_head: Foreword Thank for taking the time to fill this bug report fully. Without it we may not be able to fix the bug, and the issue may be...
As an example, in `kitchen-ec2`, there is a facility for automatically fetching the Administrator password for use over `winrm`, which `kitchen` then uses to connect to the instance following provisioning,...
## :frowning_person: Problem Statement OpenStack allows for the configuration to be specified in files, per https://docs.openstack.org/python-openstackclient/latest/configuration/index.html It would be nice if `kitchen-openstack` was able to use the same configuration, instead...
E, [2018-11-03T14:43:05.086134 #39135] ERROR -- default-redhat: Class: Excon::Error::NotFound E, [2018-11-03T14:43:05.086156 #39135] ERROR -- default-redhat: Message: Expected([200, 201]) Actual(404 Not Found) excon.error.response :body => "{\"error\": {\"message\": \"The resource could not be...
Hi. I have an issue when trying to create a kitchen via openstack if I set the block_device_mapping. Without device_mapping, the vm is created fine and chef ran successfully. When...
I need to use a subnet on our Openstack cluster. How would I define it in kitchen? Setting network_id: to the subnet ID returns an error that the subnet was...