Skip to content

Commit

Permalink
Closes-Bug: #1455255
Browse files Browse the repository at this point in the history
Issue: When we include a class as contains, its a hard
ordering/declaration that we bring in.
When the same class is contained/declared in an another module.
The ordering conflicts.

Fix:
Revert it back to include.

Testing:
On ha setup with out sequencing provisoning was going throguh.

Change-Id: I4801c7c497b25c9ce1843981fafee78091fbd993
  • Loading branch information
thilakrajs committed Jun 5, 2015
1 parent 9cbb8c6 commit 3f5c6bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
if ($enable_module) {
contain ::contrail::config
#contrail expects neutron server to run on configs
contain ::contrail::profile::neutron_server
include ::contrail::profile::neutron_server
}
}

0 comments on commit 3f5c6bc

Please sign in to comment.