Add python3-openstackclient to autorequire
These are not really used, but updating anyways. Change-Id: I5694e3a8ccd6acc502da5ea02e80cf2ab7e30a80
This commit is contained in:
parent
ce257c60e9
commit
56cdcd257e
@ -19,6 +19,6 @@ Puppet::Type.newtype(:tempest_ec2_credentials) do
|
||||
end
|
||||
|
||||
autorequire(:package) do
|
||||
['python-openstackclient']
|
||||
['python-openstackclient', 'python3-openstackclient']
|
||||
end
|
||||
end
|
||||
|
@ -21,6 +21,6 @@ Puppet::Type.newtype(:tempest_glance_id_setter) do
|
||||
end
|
||||
|
||||
autorequire(:package) do
|
||||
['python-openstackclient']
|
||||
['python-openstackclient', 'python3-openstackclient']
|
||||
end
|
||||
end
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user