[Yahoo-eng-team] [Bug 1223360] [NEW] dashbord/horizon create network for vlan without choosing segmentation ID

2013-09-10 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When creating a new network, it's segmentation ID is being choosed by the 
lowest aviable. This could cause problems when creating vlan.
I configurated 2 segmentations for vlans: one internal-237, one external-232 
with GW (gateway). I tried to use the dashbord (horizon) in order to first 
create the internal and afterwards the external, and I reliezied that I don't 
have the oppurtunity to choose the segmentation ID for each of them. In my 
example I had to do first the external because it's number is lower. I think 
that in much complicated example the option to choose the segmentation ID will 
be welcomed.

** Affects: horizon
 Importance: Undecided
 Status: New

-- 
dashbord/horizon create network for vlan without choosing segmentation ID
https://bugs.launchpad.net/bugs/1223360
You received this bug notification because you are a member of Yahoo! 
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

-- 
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 1211591] [NEW] Disable/Gray out fields from network profile edit page

2013-09-10 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:


Now we have below fields in Network profile edit page, some of them
should not be editable

1.Name   - if i change name, new network profile created on VSM, Pls check with 
n1k dev team for dependency, if not supported pls gray out/disable 
2. Segment type - I guess we cant change segment type, Pls gray out
3. Segment Range - We can edit and change Segment range, don't gray out.
4. Physical network - I think this also needs to grayed out, Pls check with n1k 
dev team for dependency.
5. Tenant - Need to have list of tenants to assign to different tenants

** Affects: horizon
 Importance: Low
 Assignee: Abishek Subramanian (absubram)
 Status: Triaged


** Tags: horizon n1k
-- 
Disable/Gray out fields from network profile edit page
https://bugs.launchpad.net/bugs/1211591
You received this bug notification because you are a member of Yahoo! 
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

-- 
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 1131730] Re: Ports remain existing while deleting subnet

2013-09-10 Thread Akihiro Motoki
I believe it is not a bug of neutronclient. Mark as invalid for
neutronclient.

** Changed in: python-neutronclient
   Status: New => Invalid

** No longer affects: python-neutronclient

** Also affects: neutron
   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/1131730

Title:
  Ports remain existing while deleting subnet

Status in OpenStack Dashboard (Horizon):
  Triaged
Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  Steps to reproduce:
  1. Create network and subnet.
  2. Open network overview page.
  3. Delete subnet. Port remains existing.
  4. Click port overview. The folowing error is displayed:

  Traceback:
  File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py" in 
get_response
111. response = callback(request, *callback_args, 
**callback_kwargs)
  File 
"/opt/stack/horizon/openstack_dashboard/wsgi/../../horizon/decorators.py" in dec
38. return view_func(request, *args, **kwargs)
  File 
"/opt/stack/horizon/openstack_dashboard/wsgi/../../horizon/decorators.py" in dec
54. return view_func(request, *args, **kwargs)
  File 
"/opt/stack/horizon/openstack_dashboard/wsgi/../../horizon/decorators.py" in dec
38. return view_func(request, *args, **kwargs)
  File 
"/opt/stack/horizon/openstack_dashboard/wsgi/../../horizon/decorators.py" in dec
86. return view_func(request, *args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py" in 
view
48. return self.dispatch(request, *args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py" in 
dispatch
69. return handler(request, *args, **kwargs)
  File 
"/opt/stack/horizon/openstack_dashboard/wsgi/../../horizon/tabs/views.py" in get
60. context = self.get_context_data(**kwargs)
  File 
"/opt/stack/horizon/openstack_dashboard/wsgi/../../horizon/tabs/views.py" in 
get_context_data
44. exceptions.handle(self.request)
  File 
"/opt/stack/horizon/openstack_dashboard/wsgi/../../horizon/tabs/views.py" in 
get_context_data
42. context["tab_group"].load_tab_data()
  File "/opt/stack/horizon/openstack_dashboard/wsgi/../../horizon/tabs/base.py" 
in load_tab_data
122. exceptions.handle(self.request)
  File "/opt/stack/horizon/openstack_dashboard/wsgi/../../horizon/tabs/base.py" 
in load_tab_data
119. tab._data = tab.get_context_data(self.request)
  File 
"/opt/stack/horizon/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/networks/ports/tabs.py"
 in get_context_data
43. exceptions.handle(request, msg, redirect=redirect)
  File 
"/opt/stack/horizon/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/networks/ports/tabs.py"
 in get_context_data
39. port = api.quantum.port_get(self.request, port_id)
  File 
"/opt/stack/horizon/openstack_dashboard/wsgi/../../openstack_dashboard/api/quantum.py"
 in port_get
352. port = quantumclient(request).show_port(port_id, 
**params).get('port')
  File "/opt/stack/python-quantumclient/quantumclient/v2_0/client.py" in 
with_params
106. ret = self.function(instance, *args, **kwargs)
  File "/opt/stack/python-quantumclient/quantumclient/v2_0/client.py" in 
show_port
252. return self.get(self.port_path % (port), params=_params)
  File "/opt/stack/python-quantumclient/quantumclient/v2_0/client.py" in get
817.   headers=headers, params=params)
  File "/opt/stack/python-quantumclient/quantumclient/v2_0/client.py" in 
retry_request
802.headers=headers, params=params)
  File "/opt/stack/python-quantumclient/quantumclient/v2_0/client.py" in 
do_request
747. self._handle_fault_response(status_code, replybody)
  File "/opt/stack/python-quantumclient/quantumclient/v2_0/client.py" in 
_handle_fault_response
728. exception_handler_v20(status_code, des_error_body)
  File "/opt/stack/python-quantumclient/quantumclient/v2_0/client.py" in 
exception_handler_v20
79. message=error_dict)

  Exception Type: QuantumClientException at 
/project/networks/ports/53366faf-55ef-4a63-91d9-6d3a817d8837/detail
  Exception Value: Port 53366faf-55ef-4a63-91d9-6d3a817d8837 could not be found 
on network None

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