mohclips / k5-ansible-modules

Ansible modules to work with Fujitsu K5
GNU General Public License v3.0
8 stars 1 forks source link

k5_inter_project_link doesn't check to see whether it's already attached #9

Closed JonTheNiceGuy closed 7 years ago

JonTheNiceGuy commented 7 years ago

{\"message\": \"Unable to complete operation on port 8f7875e0-e28c-41c4-860d-9fb8a6413c0f for network fc5f2a68-d81a-480c-a5ff-fd37d7c80552. Port already has an attacheddevice 010e0a0e-0e33-4159-87dc-cc2895ccea9d.\", \"type\": \"PortInUse\", \"detail\": \"\"}}"}

JonTheNiceGuy commented 7 years ago
$ openstack port show 8f7875e0-e28c-41c4-860d-9fb8a6413c0f
Discovering versions from the identity service failed when creating the password plugin. Attempting to determine version from URL.
+-----------------------+----------------------------------------------------------------------------+
| Field                 | Value                                                                      |
+-----------------------+----------------------------------------------------------------------------+
| admin_state_up        | UP                                                                         |
| allowed_address_pairs |                                                                            |
| binding_host_id       | None                                                                       |
| binding_profile       | None                                                                       |
| binding_vif_details   | None                                                                       |
| binding_vif_type      | None                                                                       |
| binding_vnic_type     | normal                                                                     |
| created_at            | None                                                                       |
| description           | None                                                                       |
| device_id             | 010e0a0e-0e33-4159-87dc-cc2895ccea9d                                       |
| device_owner          | network:router_interface                                                   |
| dns_assignment        | None                                                                       |
| dns_name              | None                                                                       |
| extra_dhcp_opts       |                                                                            |
| fixed_ips             | ip_address='192.168.1.7', subnet_id='f94d7115-72de-4dd0-8779-375a79fe0a7c' |
| id                    | 8f7875e0-e28c-41c4-860d-9fb8a6413c0f                                       |
| ip_address            | None                                                                       |
| mac_address           | fa:16:3e:81:86:0d                                                          |
| name                  | ipl_Ext-uk-1a-IPL                                                          |
| network_id            | fc5f2a68-d81a-480c-a5ff-fd37d7c80552                                       |
| option_name           | None                                                                       |
| option_value          | None                                                                       |
| port_security_enabled | False                                                                      |
| project_id            | fe278fde4d4645d18de0634f7a4a8ea1                                           |
| qos_policy_id         | None                                                                       |
| revision_number       | None                                                                       |
| security_groups       | e84b0735-73cd-4382-9a45-5cf0ad67177c                                       |
| status                | ACTIVE                                                                     |
| subnet_id             | None                                                                       |
| updated_at            | None                                                                       |
+-----------------------+----------------------------------------------------------------------------+
JonTheNiceGuy commented 7 years ago

Resolved