The return code is 202 and is returned before its known if the operation
has succeeded or not.

Defintion for 202 is " The request has been accepted for processing, but
the processing has not been completed. The request may or may not
eventually be acted upon, as it may be disallowed when processing
actually takes place. there is no facility for status returns from
asynchronous operations such as this. "


** Changed in: nova
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1188944

Title:
  Single fixed_ip allocated to an instance can be deleted and not
  assigned again on request

Status in OpenStack Compute (Nova):
  Invalid

Bug description:
  Hi
  I am using devstack (current master branch, may be of havana release) and 
launched an instance from "cirros" image as following:-

  
+--------------------------------------+----------+--------+------------+-------------+--------------------------------+
  | ID                                   | Name     | Status | Task State | 
Power State | Networks                       |
  
+--------------------------------------+----------+--------+------------+-------------+--------------------------------+
  | eb251761-50f0-4a00-9062-a572ff7af834 | CIRROS-1 | ACTIVE | None       | 
Running     |       private=10.0.0.2      |

  Now I deleted the fixed ip using below CLI:-

  $$ nova remove-fixed-ip CIRROS-1 10.0.0.2

  And it removed fixed ip successfully:-
  
+--------------------------------------+----------+--------+------------+-------------+--------------------------------+
  | ID                                   | Name     | Status | Task State | 
Power State | Networks                       |
  
+--------------------------------------+----------+--------+------------+-------------+--------------------------------+
  | eb251761-50f0-4a00-9062-a572ff7af834 | CIRROS-1 | ACTIVE | None       | 
Running     |                                        |

  Now I again want to add fixed_ip and tried many times using below CLIs:-
  $$nova  add-fixed-ip CIRROS-1 10.0.0.4
  $$nova  add-fixed-ip CIRROS-1 10.0.0.2

  But above CLIs neither give error nor allocate fixed_ip to instance.

  I tried it with both user i.e. demo and admin, and also try to ping
  that IPs but not working.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1188944/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to