Adam Terramel Weisbach

Results 14 issues of Adam Terramel Weisbach

No automation system should have write access to this file. https://florimond.dev/en/posts/2018/08/python-mutable-defaults-are-the-source-of-all-evil/ To help us process your pull request efficiently, please include: - (Required) Short description of changes in the PR...

VCD 9.7 pyvcloud 23.0.0 I'm trying to use PyvCloud to add static IP pool to my network, which fails with exception indicating incorrect elements were added to the vdc_network object...

VCD 9.7 pyvcloud 23.0.0 I have an existing vApp with no VMs. I also have uploaded ova templates to VCD. I want to create a new VM from one of...

- 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:...