diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-05-11 19:35:28 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-05-16 20:48:57 +0200 |
commit | f19e3cc9053e8e64606b43d759b7ff019dbcd07a (patch) | |
tree | 81acc900ceb62b45800f07c3ab3445e6f6d5023e /ansible | |
parent | 90389efe0257f730418181291b82dda9c390b953 (diff) |
Add all RefStack lists
It adds platform and object targets.
refstack_defcore is renamed to refstack_compute.
Change-Id: Iad5bfb27be614aada98eef5b3148965e65210725
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit ce75381bdce754d40f632894f81a31ba6771a39f)
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 98c2b7b67..7225ba7fd 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -61,7 +61,9 @@ tests: - neutron-tempest-plugin-api - rally_sanity - - refstack_defcore + - refstack_compute + - refstack_object + - refstack_platform - tempest_full - tempest_scenario - patrole |