Skip to content

Commit

Permalink
Add optional dependency mysql -> neutron-server
Browse files Browse the repository at this point in the history
In cases where neutron server is on the same node
as mysqld it is desirable to have the database
running before the service.

Change-Id: I0a6c3a1d6481b4250a0a948c3e5a14e5a0a5e7de
  • Loading branch information
michaeltchapman committed Apr 10, 2014
1 parent 0411563 commit e0bf2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/db/mysql.pp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
charset => $charset,
collate => $collate,
require => Class['mysql::server'],
}
} -> Service <| title == 'neutron-server' |>
} else {
require mysql::python

Expand Down

0 comments on commit e0bf2ab

Please sign in to comment.