Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 753 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 753 Bytes

External DNS driver for EfficientIP SolidServer

This project allow you to register VM port or floating IP in an EfficientIP SolidServer IPAM using Neutron DNS integration with an external service

Installation

Via pip :

pip install externaldns-solidserver

Configuration

Add following lines to neutron.conf :

[solidserver]
url = http://solidserver_url/rest/
space = solidserver_space
user = solidserver_user
password = soliserver_password

[default]
external_dns_driver = solidserver

Restart neutron_server. Check use cases on Neutron documentation.