elektra icon indicating copy to clipboard operation
elektra copied to clipboard

An opinionated openstack Web UI for consumer self service and operations.

Results 175 elektra issues
Sort by recently updated
recently updated
newest added

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...

bug
in progress

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...

bug

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: ![Screenshot_20210706_154022](https://user-images.githubusercontent.com/4047483/124610132-84c2e280-de70-11eb-916e-f842e0c5a565.png) ``` $ swift stat -v...

enhancement
investigate

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,...

enhancement
investigate