ITD27M01 / mistral-designate-actions

Mistral Actions for Designate v2 API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prototype for mistal designate (v2 API) actions

Current implementation is based on designateclient but the future is openstacksdk.

Installation

  • Install package from pip:
    pip install mistral-designate-actions
  • Populate the mistral database by new actions:
    mistral-db-manage --config-file /etc/mistral/mistral.conf populate &> mistral.log
  • Check the population log (for example for designatev2 actions)
2019-04-16 17:43:43.308 37265 DEBUG mistral.services.action_manager [-]
    Registering action in DB: designatev2.recordset_create

About

Mistral Actions for Designate v2 API


Languages

Language:Python 100.0%