
Adds conditional block to nova quotas to exclude them if nova is not enabled; adds 'permission' checks to the project overview and access_and_security panels to only enable them if compute is enabled; adds permission checks on compute and image to the admin overview and metadef panels; disables 'modify quota' and 'view usage' project actions; disables 'update defaults' if there are no quotas available. The 'access and security' panel still appears (under Compute) but tabs other than the keystone endpoint and RC download tab are hidden. Closes-Bug: #1580116 Change-Id: I1b2ddee0395ad9f55692111604b31618c4eaf69e
10 lines
301 B
YAML
10 lines
301 B
YAML
---
|
|
prelude: >
|
|
Horizon no longer requires Nova (or Glance) to function;
|
|
it will run as long as keystone is present (for instance,
|
|
swift-only deployments).
|
|
features:
|
|
Nova and Glance are no longer required in order to run
|
|
Horizon. As long as keystone is present, Horizon will
|
|
run correctly.
|