Comment 7 for bug 1441007

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (master)

Reviewed: https://review.openstack.org/173493
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=73af846ca064f214828c9833ab83561be53a1be4
Submitter: Jenkins
Branch: master

commit 73af846ca064f214828c9833ab83561be53a1be4
Author: Thiago Paiva <email address hidden>
Date: Tue Apr 14 16:57:22 2015 -0300

    Fixing n-crt removal from stackrc

    The commit 279cfe75198c723519f1fb361b2bff3c641c6cef removed the n-crt
    service from the default devstack setup. As such, the stack.sh script
    begun to thrown the following error when trying to "nova x509-create-cert":

      ERROR (ClientException): The server has either erred or is incapable of
      performing the requested operation. (HTTP 500)

    This patches reintroduces the n-crt as a default service.

    Change-Id: Id9695a37e1c6df567f2c86baa4475225adcfb0ee
    Closes-bug: #1441007