Comment 5 for bug 1474618

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

Reviewed: https://review.openstack.org/206184
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=b84218d84ffe417eb630813fbb69f08798b8e126
Submitter: Jenkins
Branch: stable/kilo

commit b84218d84ffe417eb630813fbb69f08798b8e126
Author: Saksham Varma <email address hidden>
Date: Wed Jul 15 11:14:02 2015 -0700

    N1Kv: Fix failing network and port creates

    Due to the change in name of an attribute from "profile_id" to "profile"
    in Neutron attribute extensions for networks and ports, network and port
    creations fail from the dashboard since dashboard is still using
    "n1kv:profile_id" rather than "n1kv:profile".

    Change-Id: I3a0508eda6b7b977d4f5bc5304d0ef13bd4092f2
    Closes-Bug: 1474618
    (cherry picked from commit b93e868925f4b81f763bd86d04853aaef3240b66)