Comment 4 for bug 1681405

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to octavia (stable/ocata)

Reviewed: https://review.openstack.org/455405
Committed: https://git.openstack.org/cgit/openstack/octavia/commit/?id=1576b5fd29676b7f67f4ec709f314afdcedfe623
Submitter: Jenkins
Branch: stable/ocata

commit 1576b5fd29676b7f67f4ec709f314afdcedfe623
Author: Chandan Kumar <email address hidden>
Date: Mon Apr 10 11:12:13 2017 +0000

    Fixed Octavia tempest plugin

    * tempest init command calls oslo_config to generate sample tempest.conf
      which expects a list of tuples (group, [group_options]) provided by
      octavia plugin's get_opt_lists method. Due to comma at the end of
      service_option, oslo_config excepts one more tuple which was not there
      which causing failure to tempest init. Removing it fix the issue.

    * use register_opt for service_available in config

    Change-Id: I6af2c72dd83e5ef5fd3ae9a66ee774e3cbab8f67
    Closes-bug: #1681405
    (cherry picked from commit 3ac2b04f95d4781ae87a54e87f475db94a53e98a)