Files
Jakob Meng 8dfcd17731 Do not remove trailing spaces when reading public key in keypair module
Previously, openstack.cloud.keypair would remove trailing spaces after
reading a public key from a file. The openstack cli tool, python-\
openstackclient, does not do so, i.e. it does not use rstrip to remove
spaces at the end [1]. This breaks idempotency when using openstack
cli tool and our keypair module at the same time.

The rstrip code was introduced to keypair when our modules were still
part of ansible (non-core) in a completely unrelated change [2].

Now, keypair module does no longer alter the public key and instead
uploads it unchanged to OpenStack API.

[1] 7df94c9f82/openstackclient/compute/v2/keypair.py (L103)
[2] 341efbf7ae

Story: 2008574
Task: 41726
Change-Id: Ia09658467d98516ca1ea612e7301629b2f69d2d1
(cherry picked from commit 73827a3d57)
2022-09-07 14:04:48 +00:00
..
2021-05-21 07:47:42 +00:00
2020-06-23 21:50:43 +03:00
2022-05-10 13:47:33 +02:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2020-05-12 10:20:50 -05:00
2022-02-16 14:48:52 +02:00
2022-04-12 18:47:13 +00:00
2022-03-31 20:05:11 +00:00