deb-designate/devstack
Luong Anh Tuan e5cb2569a6 Using sys.exit(main()) instead of main()
TrivialFix: Similar [1] in Kolla project
As we known, Exceptions are raised by the sys.exit() function. When they
are not handled, no stack traceback is printed in the Python interpreter.
Therefore, when using sys.exit(main()) instead of main()
may be more readable and reasonable.

[1] https://review.openstack.org/#/c/349353/

Change-Id: Ied52a7631da82a72f0dcf2fc9ed81840d24041d9
2016-09-26 03:23:44 +00:00
..
designate_plugins Add PowerDNS 4 driver 2016-09-16 17:33:13 +01:00
gate Remove tempest plugin from non-tempest gate 2016-05-12 16:03:58 +01:00
upgrade Fix Grenade Gate 2016-09-08 16:34:30 -07: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 Using sys.exit(main()) instead of main() 2016-09-26 03:23:44 +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 Grenade Gate 2016-09-08 16:34:30 -07:00
settings Worker Model 2016-08-24 14:54:31 +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