[Yahoo-eng-team] [Bug 1717915] Re: nova services and transport_url, cannot connect to vhost if specified

2018-10-07 Thread Launchpad Bug Tracker
[Expired for OpenStack Compute (nova) because there has been no activity for 60 days.] ** Changed in: nova Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs

[Yahoo-eng-team] [Bug 1717915] Re: nova services and transport_url, cannot connect to vhost if specified

2018-10-07 Thread Launchpad Bug Tracker
[Expired for oslo.messaging because there has been no activity for 60 days.] ** Changed in: oslo.messaging Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs

[Yahoo-eng-team] [Bug 1717915] Re: nova services and transport_url, cannot connect to vhost if specified

2017-09-18 Thread Matt Riedemann
What is the value of the transport_url in the nova_api.cell_mappings database table when this fails? Is it "rabbit://nova:nova_pass@192.168.110.1:5672,nova:nova_pass@192.168.110.2:5672,nova:nova_pass@192.168.110.3:5672/nova_vhost"? ** Changed in: nova Status: Invalid => New -- You receiv

[Yahoo-eng-team] [Bug 1717915] Re: nova services and transport_url, cannot connect to vhost if specified

2017-09-18 Thread Matt Riedemann
transport_url is a stropt, not a listopt, so I've never seen this specified as a list before. ** Also affects: oslo.messaging Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Co

[Yahoo-eng-team] [Bug 1717915] Re: nova services and transport_url, cannot connect to vhost if specified

2017-09-18 Thread Matt Riedemann
Looks like this is the oslo.messaging change that deprecated the rabbit_hosts option: https://github.com/openstack/oslo.messaging/commit/2f0d53b But it doesn't add any testing to make sure that transport_url will work with clustered hosts and doesn't update the transport_url option help docs in a