diff options
Diffstat (limited to 'robot/resources/openstack/keystone_interface.robot')
-rw-r--r-- | robot/resources/openstack/keystone_interface.robot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/robot/resources/openstack/keystone_interface.robot b/robot/resources/openstack/keystone_interface.robot index c6d5eddd..11dec823 100644 --- a/robot/resources/openstack/keystone_interface.robot +++ b/robot/resources/openstack/keystone_interface.robot @@ -1,8 +1,7 @@ *** Settings *** Documentation The main interface for interacting with Openstack Keystone API. It handles low level stuff like managing the authtoken and Openstack required fields -Library OpenstackLibrary +Library ONAPLibrary.Openstack Library RequestsLibrary -Library HTTPUtils Library ONAPLibrary.Utilities Library Collections Library OperatingSystem |