diff --git a/tasks/magnum_init_systemd.yml b/tasks/magnum_init_systemd.yml index 3fc9dd7..c68fe44 100644 --- a/tasks/magnum_init_systemd.yml +++ b/tasks/magnum_init_systemd.yml @@ -49,7 +49,8 @@ register: systemd_init - name: Reload the systemd daemon - command: "systemctl daemon-reload" + systemd: + daemon_reload: true when: systemd_init | changed notify: - Restart magnum services diff --git a/tests/os_magnum-overrides.yml b/tests/os_magnum-overrides.yml index 1f40593..9376bbf 100644 --- a/tests/os_magnum-overrides.yml +++ b/tests/os_magnum-overrides.yml @@ -3,11 +3,11 @@ tempest_run: yes tempest_plugins: - name: magnum - repo: https://git.openstack.org/openstack/magnum + repo: https://git.openstack.org/openstack/magnum-tempest-plugin branch: master tempest_test_whitelist: - - magnum.tests.functional.api.v1.test_cluster.ClusterTest.test_create_cluster* + - magnum_tempest_plugin.tests.api.v1.test_cluster.ClusterTest.test_create_cluster* tempest_flavors: - name: m1.magnum