Prevent URL trailing char errors in VIM/WIM 77/8677/2
authorAnderson Bravalheri <a.bravalheri@bristol.ac.uk>
Thu, 12 Mar 2020 12:41:32 +0000 (12:41 +0000)
committerAnderson Bravalheri <a.bravalheri@bristol.ac.uk>
Fri, 13 Mar 2020 16:14:39 +0000 (16:14 +0000)
commit96a262702650a52e8f3075ba4fb5d043d7f88147
tree667e49ced45f9e3f7425afc40f5dedc13095bd8a
parentf99006654443713256d2528ec624b4eb81ba3b77
Prevent URL trailing char errors in VIM/WIM

It is very common for users to copy/paste the URL in the web GUI form
when registering new VIMs/WIMs.
This can be error prone, since it might introduce trailing characters
that might pass unnoticed (e.g. when copying from "OpenStack Rocky >
Project > API Access" a trailing space will be introduced).

This change tries to prevent that from happening.

Change-Id: I8ef83afe39ef854696ca43072273437ffd396c33
Signed-off-by: Anderson Bravalheri <a.bravalheri@bristol.ac.uk>
RO/osm_ro/nfvo.py
RO/osm_ro/wim/persistence.py