[Yahoo-eng-team] [Bug 1537667] Re: Unable to retrive details for network when it has subnets created by admin

2016-02-14 Thread Bao Fangyan
hi,@Itxaka Serrano,I can't reproduce it for now as well,maybe it's my
devstack environment problem,thanks for your comments,I'll change status
to invalid.

** Changed in: horizon
   Status: Incomplete => Invalid

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

Title:
  Unable to retrive details for network when it has subnets created by
  admin

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Unable to retrive details for network or edit network when the network
  has subnets created by admin,but can do this by CLI.

  Steps to reproduce:
  1. demo tenant create a network net1
  2. demo tenant create a subnet sn1 in net1
  3. admin create a subnet sn2 in net1
  4. Go to demo -> Networks
  5. Click on network net1 or click on edit network button for net1. 

  expected: could retrive details for net1 or update net1.
  observed: ERROR message “Error: Unable to retrieve details for network 
"71de5613-1238-4de6-8cbb-063e6f698bd7".” or "Error: Unable to retrieve network 
details."

  However,it can be done by neutron net-show net1 or neutron net-update
  net1

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1537667/+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


[Yahoo-eng-team] [Bug 1537667] [NEW] Unable to retrive details for network when it has subnets created by admin

2016-01-25 Thread Bao Fangyan
Public bug reported:

Unable to retrive details for network or edit network when the network
has subnets created by admin,but can do this by CLI.

Steps to reproduce:
1. demo tenant create a network net1
2. demo tenant create a subnet sn1 in net1
3. admin create a subnet sn2 in net1
4. Go to demo -> Networks
5. Click on network net1 or click on edit network button for net1. 

expected: could retrive details for net1 or update net1.
observed: ERROR message “Error: Unable to retrieve details for network 
"71de5613-1238-4de6-8cbb-063e6f698bd7".” or "Error: Unable to retrieve network 
details."

However,it can be done by neutron net-show net1 or neutron net-update
net1

** Affects: horizon
 Importance: Undecided
 Status: New


** Tags: network

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

Title:
  Unable to retrive details for network when it has subnets created by
  admin

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Unable to retrive details for network or edit network when the network
  has subnets created by admin,but can do this by CLI.

  Steps to reproduce:
  1. demo tenant create a network net1
  2. demo tenant create a subnet sn1 in net1
  3. admin create a subnet sn2 in net1
  4. Go to demo -> Networks
  5. Click on network net1 or click on edit network button for net1. 

  expected: could retrive details for net1 or update net1.
  observed: ERROR message “Error: Unable to retrieve details for network 
"71de5613-1238-4de6-8cbb-063e6f698bd7".” or "Error: Unable to retrieve network 
details."

  However,it can be done by neutron net-show net1 or neutron net-update
  net1

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1537667/+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


[Yahoo-eng-team] [Bug 1513396] [NEW] Incorrect success message of remove routers with firewall in Horizon

2015-11-05 Thread Bao Fangyan
Public bug reported:

Steps to reproduce:
1) Create allow icmp rule
2) Create policy with this rule
3) Create firewall with the policy and associate router1 in Horizon
4) Click remove router,do nothing  or unselect router1 then select it again.

Result:
There's a success message says:"Router(s) was successfully removed from 
firewall fw."

In fact,the unselected router will be remove.

** Affects: horizon
 Importance: Undecided
 Status: New

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

Title:
  Incorrect success message of remove routers with firewall in Horizon

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Steps to reproduce:
  1) Create allow icmp rule
  2) Create policy with this rule
  3) Create firewall with the policy and associate router1 in Horizon
  4) Click remove router,do nothing  or unselect router1 then select it again.

  Result:
  There's a success message says:"Router(s) was successfully removed from 
firewall fw."

  In fact,the unselected router will be remove.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1513396/+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


[Yahoo-eng-team] [Bug 1512619] [NEW] Remove routers associated with firewall doesn't work in Horizon

2015-11-03 Thread Bao Fangyan
Public bug reported:

Steps to reproduce:
1) Create allow icmp rule
2) Create policy with this rule
3) Create firewall with the policy and associate router1 in Horizon
4) Remove router1 from Firewall in Horizon
Result: Message is given as follows:Router(s) was successfully removed from 
firewall fw.
however,the firewall is still associated with router1 as before,both the 
details in Horizon and CLI.

#neutron firewall-show fw
++--+
| Field  | Value|
++--+
| admin_state_up | True |
| description|  |
| firewall_policy_id | ca53e21f-6473-47a7-be58-ec1b17ca1280 |
| id | 9cad5779-eec5-4e8d-9619-6443b2829fe2 |
| name   | fw   |
| router_ids | ee16a011-ec30-4f4c-b827-21c2160e118e |
| status | ACTIVE   |
| tenant_id  | c8eca564147d499aa15f6752d9a746f6 |
++--+

Notice that if there are  two routers ,it works if remove one of 
them.However,cannot remove all routers associated with firewall.
It happens both on Kilo and  the master branch.

** Affects: horizon
 Importance: Undecided
 Assignee: Bao Fangyan (baofangyan)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) => Bao Fangyan (baofangyan)

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

Title:
  Remove routers associated with firewall doesn't work in Horizon

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Steps to reproduce:
  1) Create allow icmp rule
  2) Create policy with this rule
  3) Create firewall with the policy and associate router1 in Horizon
  4) Remove router1 from Firewall in Horizon
  Result: Message is given as follows:Router(s) was successfully removed from 
firewall fw.
  however,the firewall is still associated with router1 as before,both the 
details in Horizon and CLI.

  #neutron firewall-show fw
  ++--+
  | Field  | Value|
  ++--+
  | admin_state_up | True |
  | description|  |
  | firewall_policy_id | ca53e21f-6473-47a7-be58-ec1b17ca1280 |
  | id | 9cad5779-eec5-4e8d-9619-6443b2829fe2 |
  | name   | fw   |
  | router_ids | ee16a011-ec30-4f4c-b827-21c2160e118e |
  | status | ACTIVE   |
  | tenant_id  | c8eca564147d499aa15f6752d9a746f6 |
  ++--+

  Notice that if there are  two routers ,it works if remove one of 
them.However,cannot remove all routers associated with firewall.
  It happens both on Kilo and  the master branch.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1512619/+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


[Yahoo-eng-team] [Bug 1512619] Re: Remove routers associated with firewall doesn't work in Horizon

2015-11-03 Thread Bao Fangyan
** Changed in: horizon
 Assignee: Bao Fangyan (baofangyan) => (unassigned)

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

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

Title:
  Remove routers associated with firewall doesn't work in Horizon

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Steps to reproduce:
  1) Create allow icmp rule
  2) Create policy with this rule
  3) Create firewall with the policy and associate router1 in Horizon
  4) Remove router1 from Firewall in Horizon
  Result: Message is given as follows:Router(s) was successfully removed from 
firewall fw.
  however,the firewall is still associated with router1 as before,both the 
details in Horizon and CLI.

  #neutron firewall-show fw
  ++--+
  | Field  | Value|
  ++--+
  | admin_state_up | True |
  | description|  |
  | firewall_policy_id | ca53e21f-6473-47a7-be58-ec1b17ca1280 |
  | id | 9cad5779-eec5-4e8d-9619-6443b2829fe2 |
  | name   | fw   |
  | router_ids | ee16a011-ec30-4f4c-b827-21c2160e118e |
  | status | ACTIVE   |
  | tenant_id  | c8eca564147d499aa15f6752d9a746f6 |
  ++--+

  Notice that if there are  two routers ,it works if remove one of 
them.However,cannot remove all routers associated with firewall.
  It happens both on Kilo and  the master branch.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1512619/+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


[Yahoo-eng-team] [Bug 1492547] Re: ICMP codes can't be set in range [0, 255] when set firewall rules

2015-09-16 Thread Bao Fangyan
** Changed in: neutron
   Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1492547

Title:
  ICMP codes can't be set  in range [0,255] when set firewall rules

Status in neutron:
  Invalid

Bug description:
   when setting firewall rules, I  select imcp protocol and set  port/port 
range.
  but get error report "Source, destination ports are not allowed when protocol 
 is set to ICMP."

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1492547/+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


[Yahoo-eng-team] [Bug 1492547] Re: ICMP codes can't be set in range [0, 255] when set firewall rules

2015-09-16 Thread Bao Fangyan
** Changed in: neutron
   Status: Invalid => In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1492547

Title:
  ICMP codes can't be set  in range [0,255] when set firewall rules

Status in neutron:
  In Progress

Bug description:
   when setting firewall rules, I  select imcp protocol and set  port/port 
range.
  but get error report "Source, destination ports are not allowed when protocol 
 is set to ICMP."

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1492547/+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