Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cfme/cloud/provider/openstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class OpenStackProvider(CloudProvider):
ems_pretty_name = 'OpenStack'

# xpath locators for elements, to be used by selenium
_console_connection_status_element = '//*[@id="noVNC_status"]'
_canvas_element = '//*[@id="noVNC_canvas"]'
_console_connection_status_element = '//*[@id="noVNC_status" or @id="status"]'
_canvas_element = '//*[@id="noVNC_canvas" or @id="screen"]'
_ctrl_alt_del_xpath = '//*[@id="sendCtrlAltDelButton"]'

api_port = attr.ib(default=None)
Expand Down