ManageIQ / manageiq

ManageIQ Open-Source Management Platform
https://manageiq.org
Apache License 2.0
1.34k stars 897 forks source link

Cannot create openstack cloud tenant, manageiq tries to communicate through internal_api network #21412

Closed pgsousa closed 1 year ago

pgsousa commented 3 years ago

Hi,

when trying to create a openstack cloud tenant on MIQ, it gives the following error:

[2021-08-31T10:04:52.489507 #53708:2b045fc7b968] ERROR -- evm: MIQ(MiqQueue#deliver) Message id: [2000001239934], Error: [Connection refused - connect(2) for 192.168.0.43:35357 (Errno::ECONNREFUSED)] [----] I, [2021-08-31T10:04:52.489644 #53708:2b045fc7b968] INFO -- evm: MIQ(MiqQueue#delivered) Message id: [2000001239934], State: [error], Delivered in [2.311810827] seconds [----] I, [2021-08-31T10:04:52.491013 #53708:2b045fc7b968] INFO -- evm: MIQ(MiqQueue#m_callback) Message id: [2000001239934], Invoking Callback with args: ["Finished", "error", "Connection refused - connect(2) for 192.168.0.43:35357 (Errno::ECONNREFUSED)", "nil"] [----] I, [2021-08-31T10:04:52.491224 #53708:2b045fc7b968] INFO -- evm: MIQ(MiqTask#update_status) Task: [2000000003147] [Finished] [Error] [Connection refused - connect(2) for 192.168.0.43:35357 (Errno::ECONNREFUSED)]

It's trying to connect through internal network on Keystone and it should go through public endpoint:

| keystone | identity | RegionOne | | | | internal: http://192.168.0.43:5000 | | | | RegionOne | | | | admin: http://192.168.0.43:35357 | | | | RegionOne | | | | public: https://server1.domain.local:13000 |

I'm using lasker-1 and Openstack Train.

Thanks

agrare commented 3 years ago

cc @andyvesel

miq-bot commented 1 year ago

This issue has been automatically marked as stale because it has not been updated for at least 3 months.

If you can still reproduce this issue on the current release or on master, please reply with all of the information you have about it in order to keep the issue open.

Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation.

miq-bot commented 1 year ago

This issue has been automatically closed because it has not been updated for at least 3 months.

Feel free to reopen this issue if this issue is still valid.

Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation.