neutron api subordinate shim #0
Description
Use this charm for testing the neutron-api subordinate interface, or as a template for writing a new suborindate charm. Has no practical production use.
- Tags:
- openstack ›
Overview
This is a shim charm meant for faciliating testing of the neutron-api charm's subordinate interface. Use it if you want to test things like overriding values in the neutron.conf.
Usage
Deploy neutron-api, with accompanying services. Set the plugin legacy mode to false. Then deploy this charm.
juju deploy some-minimal-neutron-api-bundle.yaml juju config neutron-api manage-neutron-plugin-legacy-mode=false
juju deploy /path/to/this/charm juju relate neturon-api neutron-api-suboridinate-stub
Contact Information
Fee free to contact the charm's author if you have any questions: pete.vandergiessen@canonical.com freenode#petevg https://github.com/petevg/neutron-api-subordinate-shim
Configuration
- debug
- (boolean) Enable debug logging
- use-internal-endpoints
- (boolean) Openstack mostly defaults to using public endpoints for internal communication between services. If set to True this option will configure services to use internal endpoints where possible.
- use-syslog
- (boolean) Setting this to True will allow supporting services to log to syslog.
- verbose
- (boolean) Enable verbose logging