Comment 6 for bug 1628540

Revision history for this message
Dmitry Kalashnik (dkalashnik) wrote : Re: OSTF test 'Launch instance with file injection' failed after add controller 9.1 RC2 to cluster 9.0

Env: https://custom-ci.infra.mirantis.net/view/9.0/job/9.0.custom.system_test/1270/console

Also I cant see any significant difference between neutron configs:

[root@nailgun ~]# diff -r -u -I '#.*' node-1 node-5/
diff -r -u -I '#.*' node-1/neutron/neutron.conf node-5/neutron/neutron.conf
--- node-1/neutron/neutron.conf 2016-09-28 17:35:30.000000000 +0000
+++ node-5/neutron/neutron.conf 2016-09-28 17:41:10.000000000 +0000
@@ -9,7 +9,7 @@

 # The host IP to bind to (string value)
 #bind_host = 0.0.0.0
-bind_host = 10.109.26.3
+bind_host = 10.109.26.8

 # The port to bind to (port value)
 # Minimum value: 0
@@ -300,13 +298,6 @@
 #max_allowed_address_pair = 10

 #
-# From neutron.qos
-#
-
-# Drivers list to use to send the update notification (list value)
-#notification_drivers = message_queue
-
-#
 # From oslo.log
 #

@@ -1118,7 +1109,7 @@
 # RabbitMQ HA cluster host:port pairs. (list value)
 # Deprecated group/name - [DEFAULT]/rabbit_hosts
 #rabbit_hosts = $rabbit_host:$rabbit_port
-rabbit_hosts = 10.109.26.3:5673, 10.109.26.4:5673, 10.109.26.8:5673, 10.109.26.2:5673
+rabbit_hosts = 10.109.26.8:5673, 10.109.26.3:5673, 10.109.26.4:5673, 10.109.26.2:5673

 # Connect over SSL for RabbitMQ. (boolean value)
 # Deprecated group/name - [DEFAULT]/rabbit_use_ssl
@@ -1288,6 +1279,16 @@
 #policy_dirs = policy.d

+[qos]
+
+#
+# From neutron.qos
+#
+
+# Drivers list to use to send the update notification (list value)
+#notification_drivers = message_queue
+
+
 [quotas]

 #
diff: node-1/neutron/plugin.ini: No such file or directory
diff: node-5/neutron/plugin.ini: No such file or directory