Create fip on subnet id

Bug #1482496 reported by OpenStack Infra
24
This bug affects 2 people
Affects Status Importance Assigned to Milestone
openstack-api-site
Fix Released
Undecided
Nandini
openstack-manuals
Fix Released
Medium
Nandini
python-neutronclient
Fix Released
Low
Nandini

Bug Description

https://review.openstack.org/198703
commit e5e5f7a281fd89c06d65da3a6d3a1fe194647432
Author: gong yong sheng <gong.yongsheng@99cloud.net>
Date: Mon Jul 6 20:47:25 2015 +0800

    Create fip on subnet id

    If there are multiple subnets in the external networks, users can expect
    to create a floatingip on a specific subnet on which the quality or cost
    is maybe different than other ones.

    This patch allows users to create floating ip on specified subnet.

    DocImpact
    APIImpact

    Change-Id: I7a3c27c1d0d2685e31201f1eac6ec74dfb96b279
    Closes-Bug: #1468175

Tags: doc neutron
Darren Chan (dazzachan)
Changed in openstack-manuals:
status: New → Confirmed
importance: Undecided → Medium
milestone: none → liberty
Changed in openstack-manuals:
assignee: nobody → Manjeet Singh Bhatia (manjeet-s-bhatia)
Nandini (nandini-tata)
Changed in openstack-manuals:
assignee: Manjeet Singh Bhatia (manjeet-s-bhatia) → Nandini (nandini-tata)
Nandini (nandini-tata)
Changed in openstack-manuals:
status: Confirmed → In Progress
Nandini (nandini-tata)
Changed in openstack-api-site:
assignee: nobody → Nandini (nandini-tata)
Atsushi SAKAI (sakaia)
Changed in openstack-api-site:
status: New → Confirmed
Revision history for this message
Nandini (nandini-tata) wrote :

Hi all, can you please point as to where exactly could this be updated in the openstack manuals? I'm clear with openstack-api-site. But for manuals in general, I couldn't find an appropriate location either in the networking guide or the operations guide.

Nandini (nandini-tata)
Changed in openstack-api-site:
status: Confirmed → In Progress
Nandini (nandini-tata)
Changed in python-neutronclient:
assignee: nobody → Nandini (nandini-tata)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/239741

Nandini (nandini-tata)
no longer affects: python-neutronclient
Nandini (nandini-tata)
Changed in python-neutronclient:
assignee: nobody → Nandini (nandini-tata)
Revision history for this message
Anne Gentle (annegentle) wrote :

I see it in the API docs only, but perhaps someone familiar with the networking guide could comment.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-neutronclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/240062

Changed in python-neutronclient:
status: New → In Progress
Changed in python-neutronclient:
importance: Undecided → Low
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/239741
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=49e66a44d5afc525750bc319a2db197e367c44bc
Submitter: Jenkins
Branch: master

commit 49e66a44d5afc525750bc319a2db197e367c44bc
Author: Nandini Tata <email address hidden>
Date: Tue Oct 27 19:06:14 2015 +0000

    Create floating IP on a subnet ID

    Documented creating of floating IP on a specific subnet in
    an external network. Added the description and updated the
    common.ent file with create floating IP Request parameters.

    (df) corrected error for "list of xxx objects."
    (df) updated language for floating IP on subnet

    Change-Id: I7afa6d7b1f9dceefd67d3525ef2adb4e81310c3e
    Closes-Bug: #1482496

Changed in openstack-api-site:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-neutronclient (master)

Reviewed: https://review.openstack.org/240062
Committed: https://git.openstack.org/cgit/openstack/python-neutronclient/commit/?id=a77d3148b3ed087830ca78b94cf25271fca2de35
Submitter: Jenkins
Branch: master

commit a77d3148b3ed087830ca78b94cf25271fca2de35
Author: Nandini Tata <email address hidden>
Date: Wed Oct 28 21:45:11 2015 +0000

    Create floating IP on a specific subnet ID

    Implemented optional parameter (with dashed arguments only)
    for python-neutronclient to create floating IP on a subnet
    ID. Created corresponding unit test cases.

    Closes-Bug: #1482496
    Change-Id: Iea9175bd534fdfd1bbfa6819f8ef6f45fcbcfa5e

Changed in python-neutronclient:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-manuals (master)

Fix proposed to branch: master
Review: https://review.openstack.org/244303

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

Reviewed: https://review.openstack.org/244303
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=aca63817dd6906d8240ce0a93e7337d69e94f4f1
Submitter: Jenkins
Branch: master

commit aca63817dd6906d8240ce0a93e7337d69e94f4f1
Author: Nandini Tata <email address hidden>
Date: Wed Nov 11 20:40:14 2015 +0000

    Create floating IP on a subnet ID

    Updated Cloud Admin Guide with command and description on how to create
    a floating IP on a specific subnet in the external network.

    Change-Id: Ie5c6b0be4d1e42c71f5eb7ecdd36b82c42190471
    Closes-Bug: #1482496

Changed in openstack-manuals:
status: In Progress → Fix Released
tags: added: doc
Akihiro Motoki (amotoki)
Changed in python-neutronclient:
milestone: none → 4.0.0
Akihiro Motoki (amotoki)
Changed in python-neutronclient:
status: Fix Committed → Fix Released
Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/python-neutronclient 4.0.0

This issue was fixed in the openstack/python-neutronclient 4.0.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-manuals 15.0.0

This issue was fixed in the openstack/openstack-manuals 15.0.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.