add floating ips when a new process launches

Bug #1473874 reported by takehiro-kaneko
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
RACK
Fix Committed
High
Unassigned

Bug Description

This function allows you to add floating ips to a new process when it launches.
It needs to change the request body of processes API.

POST /v1/processes/xxxx

Request Body
{
  "process": {
    "ppid": "xxxx",
    "name": "xxxx",
    "floating_networks": ["xxxx", "xxxx"] # Add
    ...
  }
}

Tags: in-develop
Changed in python-rack:
importance: Undecided → High
status: New → Confirmed
Changed in python-rack:
assignee: nobody → takehiro-kaneko (takehiro-kaneko)
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on rack (develop)

Change abandoned by takehirokaneko (<email address hidden>) on branch: develop
Review: https://review.openstack.org/203883

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to rack (develop)

Fix proposed to branch: develop
Review: https://review.openstack.org/205362

Changed in python-rack:
assignee: takehiro-kaneko (takehiro-kaneko) → nobody
status: In Progress → Confirmed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on rack (develop)

Change abandoned by takehirokaneko (<email address hidden>) on branch: develop
Review: https://review.openstack.org/205362

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to rack (develop)

Fix proposed to branch: develop
Review: https://review.openstack.org/205363

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on rack (develop)

Change abandoned by takehirokaneko (<email address hidden>) on branch: develop
Review: https://review.openstack.org/205363

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to rack (develop)

Fix proposed to branch: develop
Review: https://review.openstack.org/205364

Changed in python-rack:
status: Confirmed → In Progress
assignee: nobody → takehiro-kaneko (takehiro-kaneko)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to rack (develop)

Reviewed: https://review.openstack.org/205364
Committed: https://git.openstack.org/cgit/stackforge/rack/commit/?id=08a8e86be48e592ce2ce089996ffe9d9dee8c6a0
Submitter: Jenkins
Branch: develop

commit 08a8e86be48e592ce2ce089996ffe9d9dee8c6a0
Author: tktk8924 <email address hidden>
Date: Tue Jul 21 05:15:21 2015 +0000

    Add floating_networks field to processes POST

    Add floating_networks field to the processes POST request json body.
    You can give floatingIPs to a new process when it launches.

    Change-Id: Ica6fc836463e7aa47fdd6821664d091f47cd33c2
    Closes-Bug: #1473874

tags: added: in-develop
Changed in python-rack:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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