fuel-plugins/examples/fuel_plugin_example_v5/components.yaml

17 lines
789 B
YAML

# This file contains wizard components descriptions that are pretty similar to
# the `environment_config.yaml`.
# Please, take a look at following link for the details:
# - https://blueprints.launchpad.net/fuel/+spec/component-registry
# - https://specs.openstack.org/openstack/fuel-specs/specs/8.0/component-registry.html
- name: additional_service:service_plugin_v5_component
label: "Title for service_plugin_v5_component component."
description: "Description for service_plugin_v5_component component."
compatible:
- name: "hypervisor:xxx"
requires:
- name: "hypervisor:xxx"
message: "service_plugin_v5_component requires XXX compute."
incompatible:
- name: "network:neutron:*"
message: "service_plugin_v5_component incompatible with Neutron network."