nova-consoleauth
OpenStack Compute - Console Authenticator
Install
- All systems
-
curl cmd.cat/nova-consoleauth.sh
- Debian
-
apt-get install nova-consoleauth
- Ubuntu
-
apt-get install nova-consoleauth
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nova-consoleauth
- Raspbian
-
apt-get install nova-consoleauth
- Dockerfile
- dockerfile.run/nova-consoleauth
nova-consoleauth
OpenStack Compute - Console Authenticator
OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. OpenStack Compute, codenamed Nova, is a cloud computing fabric controller designed to be modular and easy to extend and adapt. In addition to its "native" OpenStack API, it also supports the Amazon EC2 API, and it supports many different database backends (including SQLite, MySQL, and PostgreSQL), hypervisors (KVM, Xen), and user directory systems (LDAP, SQL). This package provides the authentication service for nova-console. It grants user requests for console access based on tokens in the identity service and allows access to virtual consoles via a browser.
nova-console
OpenStack Compute - console
OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. OpenStack Compute, codenamed Nova, is a cloud computing fabric controller designed to be modular and easy to extend and adapt. In addition to its "native" OpenStack API, it also supports the Amazon EC2 API, and it supports many different database backends (including SQLite, MySQL, and PostgreSQL), hypervisors (KVM, Xen), and user directory systems (LDAP, SQL). This package provides the console server. This enables the use of consoles with XVP and XenServer. It is a publicly reachable component which proxies access to VNCs running on compute nodes.