diff options
author | Tim Rozet <trozet@redhat.com> | 2016-08-31 01:40:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-31 01:40:13 +0000 |
commit | f01595f801e1d78f84b43c111f2955f67573e263 (patch) | |
tree | 37d553b3b2ced09a87923fd9e1328d7608aec048 /build | |
parent | 04a7bf2596ea69def02e8aaedd32f091b35ba7ce (diff) | |
parent | 4b84887ed2322db6b04924bdee7b44d3dcf7c32d (diff) |
Merge "Adds ability to power off nodes in clean"
Diffstat (limited to 'build')
-rw-r--r-- | build/rpm_specs/opnfv-apex-common.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/rpm_specs/opnfv-apex-common.spec b/build/rpm_specs/opnfv-apex-common.spec index b9125b36..f3d14277 100644 --- a/build/rpm_specs/opnfv-apex-common.spec +++ b/build/rpm_specs/opnfv-apex-common.spec @@ -69,6 +69,7 @@ install lib/python/apex/deploy_settings.py %{buildroot}%{python3_sitelib}/apex/ install lib/python/apex/ip_utils.py %{buildroot}%{python3_sitelib}/apex/ install lib/python/apex/network_environment.py %{buildroot}%{python3_sitelib}/apex/ install lib/python/apex/network_settings.py %{buildroot}%{python3_sitelib}/apex/ +install lib/python/apex/clean.py %{buildroot}%{python3_sitelib}/apex/ mkdir -p %{buildroot}%{python3_sitelib}/apex/common install lib/python/apex/common/__init__.py %{buildroot}%{python3_sitelib}/apex/common/ install lib/python/apex/common/constants.py %{buildroot}%{python3_sitelib}/apex/common/ @@ -131,6 +132,8 @@ install config/inventory/pod_example_settings.yaml %{buildroot}%{_docdir}/opnfv/ %doc %{_docdir}/opnfv/inventory.yaml.example %changelog +* Tue Aug 30 2016 Tim Rozet <trozet@redhat.com> - 3.0-12 +- Add clean library. * Mon Aug 1 2016 Tim Rozet <trozet@redhat.com> - 3.0-11 - Add nosdn fdio scenarios. * Tue Jul 5 2016 Dan Radez <dradez@redhat.com> - 3.0-10 |