elektra
elektra copied to clipboard
An opinionated openstack Web UI for consumer self service and operations.
Hi Elektra-Team, It would be nice to have an opportunity to multi-select several objects in dashboard to perform one action with many objects at the same time. For example, select...
Currently, clicking on a snapshot button of a server with a bootable volume, produces an invalid zero size qcow2 image.   A proper way for making a snapshot of...
It would be nice if the search parameters in the audit log would be also shown in the URL. Then you could access the URL and get exactly the wanted...
relates to e54305f16c4d41af8dc1e10b90ffe1fc0a8b5b9d FIP search can be done this way: ``` FIXEDIP=$(curl -v -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: ${OS_AUTH_TOKEN}" "https://network-3/v2.0/floatingips?floating_ip_address=10.236.240.93" | jq -r '.floatingips[].fixed_ip_address') curl -v -H...
OAuth and Application Credential are the must have auth methods in the shared environment, where customers need to perform openstack API operations. Technical user is a good alternative, however, in...
Server groups are affinity groups for servers which determine where (availability zone) a server will be spawned in relation to other servers in the same group. 1. Show for a...
When viewing `> Load Balancer / Listeners / Policies` page, the policies gear menu buttons at the right side of each policy, are covered by the `Listener Info` section. This...
Currently the list of people who can approve a new inquiry is determined at inquiry creation time and then hardcoded with the inquiry itself. This leads to several problems because...
From React 17 context won't work anymore. We are using this in several areas. Replace with new method (context provided) before we upgrading react.
To improve performance we have started replacing the live retrieval of data with retrieval from the universal cache instead. This works great but in some cases can cause display problems...