23 lines
887 B
YAML
23 lines
887 B
YAML
name: quantum-gateway
|
|
summary: Virtual Networking for OpenStack - Quantum Gateway
|
|
maintainer: James Page <james.page@ubuntu.com>
|
|
description: |
|
|
Quantum is a virtual network service for Openstack, and a part of
|
|
Netstack. Just like OpenStack Nova provides an API to dynamically
|
|
request and configure virtual servers, Quantum provides an API to
|
|
dynamically request and configure virtual networks. These networks
|
|
connect "interfaces" from other OpenStack services (e.g., virtual NICs
|
|
from Nova VMs). The Quantum API supports extensions to provide
|
|
advanced network capabilities (e.g., QoS, ACLs, network monitoring,
|
|
etc.)
|
|
.
|
|
This charm provides central Quantum networking services as part
|
|
of a Quantum based Openstack deployment
|
|
provides:
|
|
quantum-network-service:
|
|
interface: quantum
|
|
requires:
|
|
shared-db:
|
|
interface: mysql-shared
|
|
amqp:
|
|
interface: rabbitmq |