Update git submodules

* Update sahara from branch 'master'
  - Merge "Dynamically loading plugins"
  - Dynamically loading plugins
    
    Since plugins are not part of Sahara core anymore, loading plugins
    like we currently do fails when plugins are not installed.
    Currently we check the list of loaded plugins by checking the CONF
    file plugins session. To fix that, we are changing to check the list
    of loaded plugins on the PluginManager variable loaded_plugins, this
    way we can instead of failing to start sahara if a desired plugin
    is not installed, we can warn that the plugin was not loaded and
    continue the application.
    
    Change-Id: Iaae3a75cd75b06e94bc4492e5dc654a6281fdff4
This commit is contained in:
Zuul 2019-02-08 22:07:02 +00:00 committed by Gerrit Code Review
parent 6bfa7716d4
commit 021217cede
1 changed files with 1 additions and 1 deletions

2
sahara

@ -1 +1 @@
Subproject commit 21791d1f8929af24196150b70db5864836ac8c83
Subproject commit 2e09de9c8262d6ad2058bfb77336b1f3c9a3b6d5