cloudify-openstack-plugin icon indicating copy to clipboard operation
cloudify-openstack-plugin copied to clipboard

Cloudify OpenStack Plugin

Results 25 cloudify-openstack-plugin issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to get cloudify to talk to openstack. I have tried a number of ways but I always get an error saying the "request requires authentication". I...

In the image.py plugin the _validate_image function does not allow a bypass of the _check_url. This could be applicable in the scenario where the OpenStack enviornment has access to the...

- Remove [Deprecated Functions](https://github.com/openstack/python-novaclient/blob/01fb16533bf562f39fe822bc12b9cc34b8580359/releasenotes/notes/remove-virt-interfaces-add-rm-fixed-floating-398c905d9c91cca8.yaml) - Research to find what other functions were deprecated. - Deprecate Old relationships (Server connected to floating IP --> Should use Port connected to floating IP)...

[This code](https://github.com/cloudify-cosmo/cloudify-openstack-plugin/blob/2b34f1ba2142fee9126d12a1bcd809b79a5340e5/openstack_plugin_common/__init__.py#L763) tests that the insecure variable is `True` or `False`. This is assuming that the user is providing a YAML value. However, if this value is set via an...

Today we are creating absurdly long hostnames in servers because we have an [absurd default naming policy](https://github.com/cloudify-cosmo/cloudify-openstack-plugin/blob/master/openstack_plugin_common/__init__.py#L289): ``` return "{0}_{1}_{2}".format(type_name, ctx.deployment.id, ctx.instance.id) ``` Change this to something else. Maybe do...

If you execute create operation on a resource and the resource fails either during the create or after for another reason, we should cleanup the resource's runtime properties. Similarly, we...

For example: ``` cloudify.openstack.nodes.Server: derived_from: cloudify.nodes.Compute properties: server: default: {} description: > The keypair object as described in OpenStack compute API (create server method): https://developer.openstack.org/api-ref/compute/#servers-servers ``` Should be changed to:...