Currently if the name of the project is like a number like 123 for example, passing "123" as openstack_project_name option will not return an error from the remote OpenStack server.
Because it is auto coerced into integer and not string.
This patch forces openstack_project_name and alike params to be string.
Currently if the name of the project is like a number like
123
for example, passing"123"
asopenstack_project_name
option will not return an error from the remote OpenStack server. Because it is auto coerced intointeger
and notstring
.This patch forces
openstack_project_name
and alike params to be string.