Add python3-openstackclient to autorequire

These are not really used, but updating anyways.

Change-Id: I5694e3a8ccd6acc502da5ea02e80cf2ab7e30a80
This commit is contained in:
Tobias Urdin 2019-02-04 10:34:27 +01:00
parent ce257c60e9
commit 56cdcd257e
3 changed files with 3 additions and 3 deletions

View File

@ -19,6 +19,6 @@ Puppet::Type.newtype(:tempest_ec2_credentials) do
end
autorequire(:package) do
['python-openstackclient']
['python-openstackclient', 'python3-openstackclient']
end
end

View File

@ -21,6 +21,6 @@ Puppet::Type.newtype(:tempest_glance_id_setter) do
end
autorequire(:package) do
['python-openstackclient']
['python-openstackclient', 'python3-openstackclient']
end
end

View File

@ -15,6 +15,6 @@ Puppet::Type.newtype(:tempest_neutron_net_id_setter) do
end
autorequire(:package) do
['python-openstackclient']
['python-openstackclient', 'python3-openstackclient']
end
end