Victor Ryzhenkin b1fc727e73 Fix murano devstack libs and plugin
The root cause of the problem is deprecation of multiple
options in python-openstackclient
This patch fixes endpoint creation and service creation in
devstack-related libs and plugin

Change-Id: I4b1e5388b3321b77146bfcec7219ca5331b70b84
Closes-Bug: #1492209
2015-09-04 15:50:08 +03:00
..
2015-09-04 15:50:08 +03:00

Enabling in Devstack

  1. Download DevStack

  2. Add this repo as an external repository and enable needed services:

    > cat local.conf
    [[local|localrc]]
    enable_plugin murano https://github.com/openstack/murano
    enable_service murano murano-api murano-engine
  3. run stack.sh