Skip to content

Commit

Permalink
microovn/cmd/microovnd: Pass the MicroOVN extensions map to the Micro…
Browse files Browse the repository at this point in the history
…Cluster initialization process.

Signed-off-by: Gabriel Mougard <gabriel.mougard@canonical.com>
  • Loading branch information
gabrielmougard committed Feb 16, 2024
1 parent 6f19fba commit 8eaf092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microovn/cmd/microovnd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (c *cmdDaemon) Run(cmd *cobra.Command, args []string) error {
h.PostRemove = func(s *state.State, force bool) error { return ovn.Refresh(s) }
h.OnStart = ovn.Start

return m.Start(api.Endpoints, database.SchemaExtensions, h)
return m.Start(api.Endpoints, database.SchemaExtensions, api.Extensions(), h)
}

func init() {
Expand Down

0 comments on commit 8eaf092

Please sign in to comment.