Metadata-Version: 2.1
Name: externaldns-solidserver
Version: 0.1.2
Summary: External DNS implemtation for EfficientIP SolidServer
Home-page: https://gricad-gitlab.univ-grenoble-alpes.fr/gricad/openstack/    externaldns-solidserver/blob/master/driver.py
Author: Rémi Cailletaud
Author-email: remche@remche.org
License: UNKNOWN
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Provides: neutron.services.externaldns.drivers.solidserver
Description-Content-Type: text/markdown

# 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](https://docs.openstack.org/neutron/rocky/admin/config-dns-int-ext-serv.html)

## Installation

Via pip :

```bash
pip install externaldns-solidserver
```

## Configuration

Add following lines to neutron.conf :

```ini
[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](https://docs.openstack.org/neutron/rocky/admin/config-dns-int-ext-serv.html).






