elektra
elektra copied to clipboard
An opinionated openstack Web UI for consumer self service and operations.
If the string for the name is to long it breaks the UI. This is the case for instance if we use a DL
* need to check that this is possible and wanted
delete large containers (5000+objects) could fail in, because the request will end up in an timeout from elektra. To prevent this: get the object count and warn the user with...
Users sometimes upload ecdsa, dss or ed25519 public keys to openstack user profile keypairs. These keypairs cannot be used to encrypt the admin password during the VM bootstrap, therefore the...
Currently the way this is implemented is that we essentially have a hard-coded list of network name candidates that we try to fetch one after the other until we get...
I have a customer (@stephanzlatarev) who often needs to delete several repositories at once. He finds that deleting each repository individually is quite inconvenient, especially when you take #967 into...
When you delete multiple repositories or images at once, the notifications that pop up at the top (and then vanish again after a few seconds) keep moving the list below...
The swift upload dialog has a note that only files smaller than 1 MiB are accepted and to use a different client for larger files. However it seems that this...
Old object versioning API is being depreceated and a new API was released as a replacement: https://docs.openstack.org/swift/latest/middleware.html#module-swift.common.middleware.versioned_writes.object_versioning Currently Elektra still supports an old API:  ``` $ swift stat -v...
Lot of customers struggle with obtaining the VM password, especially for Windows VM. Storing RSA private keys in webshell console is not recommended, therefore we don't ship nova-password in web-shell,...