designate/devstack
Jens Harbott 8291126e4e Fix tls startup in devstack plugin
In [1] the definition of start_tls_proxy was changed, we need to have a
service name as the first parameter now.

Also set the correct protocol when tls-proxy is enabled.

[1] Ifcba410f5969521e8b3d30f02795541c1661f83a

Change-Id: I64e6f9aefcc8da5b9988fb7bff894d9a4205f871
2017-08-29 10:35:50 +00:00
..
designate_plugins Remove lowercase constarint for pgsql 2016-12-12 16:01:49 +00:00
gate Remove tempest plugin from non-tempest gate 2016-05-12 16:03:58 +01:00
upgrade Fix broken grenade gate 2017-02-13 14:29:16 +00:00
README.rst Add warning to devstack/README.rst 2016-03-07 17:02:15 +00:00
exercise.sh Migrate existing Devstack integration into a Devstack plugin 2015-11-27 16:38:12 +01:00
networking_test.py Fix some reST field lists in docstrings 2017-04-26 18:12:51 +00:00
networking_test_monitor_tc.sh Integration/stress test using a simulated network 2016-05-17 17:52:30 +01:00
plugin.sh Fix tls startup in devstack plugin 2017-08-29 10:35:50 +00:00
settings Fix tls startup in devstack plugin 2017-08-29 10:35:50 +00:00
statsd_mock_server.py Using sys.exit(main()) instead of main() 2016-09-26 03:23:44 +00:00

README.rst

Enabling in Devstack

WARNING: the stack.sh script must be run in a disposable VM that is not being created automatically, see the README.md file in the "devstack" repository. See contrib/vagrant to create a vagrant VM.

  1. Download DevStack:

    git clone https://git.openstack.org/openstack-dev/devstack.git
    cd devstack
  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin designate https://git.openstack.org/openstack/designate
  3. run stack.sh