Comment 2 for bug 1313801

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

Reviewed: https://review.openstack.org/111122
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=ba87499dda0c897aa08afadfc2911ff80bdae2f9
Submitter: Jenkins
Branch: master

commit ba87499dda0c897aa08afadfc2911ff80bdae2f9
Author: Sridhar Ramaswamy <email address hidden>
Date: Sat Aug 2 16:06:58 2014 -0700

    Move Cisco VPN RESTapi URI strings to constants

    Cisco VPN RESTapi URI strings are currently spread out
    throughout the cisco vpn device driver code. This create
    challenge towards consistently using REST resource identifiers
    as this code gets enhanced in the future. This change moves
    those URIs as string contents towards the top of the device
    driver file.

    This addresses the review comment received during the
    cisco-vpnaas BP implementation.

    Change-Id: I17e02cca95b1d14d9218f1a2745780bd14c9f89d
    Closes-Bug: #1313801