[Yahoo-eng-team] [Bug 1499307] [NEW] Firewalls Details pages don't have actions

2015-09-24 Thread Rob Cresswell
Public bug reported:

The Details pages for FWaas items (Rules, Policies, and Firewalls) don't
have the usual actions available.

** Affects: horizon
 Importance: Low
 Assignee: Rob Cresswell (robcresswell)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) => Rob Cresswell (robcresswell)

** Changed in: horizon
   Importance: Undecided => Low

-- 
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/1499307

Title:
  Firewalls Details pages don't have actions

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The Details pages for FWaas items (Rules, Policies, and Firewalls)
  don't have the usual actions available.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1499307/+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 1499325] [NEW] VPNaaS errors are not helpful

2015-09-24 Thread Rob Cresswell
Public bug reported:

The VPNaaS error and success messages often return empty strings if they
do not have a name, like  or 

** Affects: horizon
 Importance: Medium
 Assignee: Rob Cresswell (robcresswell)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) => Rob Cresswell (robcresswell)

** Changed in: horizon
   Importance: Undecided => Medium

-- 
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/1499325

Title:
  VPNaaS errors are not helpful

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The VPNaaS error and success messages often return empty strings if
  they do not have a name, like  or 

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1499325/+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 1499325] Re: VPNaaS errors are not helpful

2015-09-24 Thread Rob Cresswell
** Changed in: horizon
   Status: New => Invalid

** Changed in: horizon
 Assignee: Rob Cresswell (robcresswell) => (unassigned)

-- 
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/1499325

Title:
  VPNaaS errors are not helpful

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  The VPNaaS error and success messages often return empty strings if
  they do not have a name, like  or 

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1499325/+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 1236711] Re: Create volume snapshot action should check quotas

2015-09-30 Thread Rob Cresswell
** 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/1236711

Title:
  Create volume snapshot action should check quotas

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Currently there's no quota check when creating a snapshot from a
  volume. We should do something similar to the CreateVolume action,
  which disables the button if the action is bound to fail due to quota.

  The relevant cinder quotas are:

  snapshots
  gigabytes  (if cinder is configured to include snapshot size in overall 
gigabytes quota)

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1236711/+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 1070272] Re: not provisioning volumes with horizon

2015-09-30 Thread Rob Cresswell
** 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/1070272

Title:
  not provisioning volumes with horizon

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  I have 3 VM's and 1 Physical server,

  db01 = rabbitmq & mysql 192.168.0.10
  cc01 = cloud controller 192.168.0.11
  quantum01 = quantum vm 192.168.0.12

  osvmh01 = physical server. 192.168.0.30

  ---
  repo 
  echo "deb http://ubuntu-cloud.archive.canonical.com/ubuntu 
precise-updates/folsom main" > /etc/apt/sources.list.d/folsom.list
  apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 5EDB1B62EC4926EA
  

  I'm finding when I use a "cinder create --display-name test 10" this
  will create a volume and display it correctly in the "cinder list" I
  can also use a "cinder create --image-id
  2397e88a-4987-46d8-9b84-9255a589af9e --display-name glance-test 50"
  and it seem to create successfully as well.

  However when trying to provision volumes via the dashboard cinder
  doesn't have them available in a "cinder list" command however the
  space has been used on the volume group to create the said volumes.

  I'm also finding I'm unable to create a new virtual machine with the
  dashboard as it creates the vm but the image or the root disk is not
  created.


  --
  nova.conf from cs01
  -
  [DEFAULT]

  # MySQL & RabbitMQ Connections
  sql_connection=mysql://novadbadm:07600de0ba23491b@192.168.0.10/nova
  rabbit_host=192.168.0.10
  rabbit_password=36a62xtz

  # Nova-Scheduler
  scheduler_driver=nova.scheduler.simple.SimpleScheduler

  # Nova-API
  auth_strategy=keystone
  s3_host=192.168.0.11
  ec2_host=192.168.0.11
  nova_url=http://192.168.0.11:8774/v1.1/
  ec2_url=http://192.168.0.11:8773/services/Cloud
  keystone_ec2_url=http://192.168.0.11:5000/v2.0/ec2tokens
  api_paste_config=/etc/nova/api-paste.ini
  allow_admin_api=true
  use_deprecated_auth=false
  ec2_private_dns_show_ip=True
  dmz_cidr=169.254.169.254/32
  ec2_dmz_host=192.168.0.11
  metadata_host=192.168.0.11
  metadata_listen=0.0.0.0
  enabled_apis=ec2,osapi_compute,metadata

  # Networking
  network_api_class=nova.network.quantumv2.api.API
  quantum_url=http://192.168.0.12:9696
  quantum_auth_strategy=keystone
  quantum_admin_tenant_name=service
  quantum_admin_username=quantum
  quantum_admin_password=ax14f4f1q78g057d
  quantum_admin_auth_url=http://192.168.0.11:35357/v2.0
  libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver
  firewall_driver=nova.virt.libvirt.firewall.IptablesFirewallDriver
  linuxnet_interface_driver=nova.network.linux_net.LinuxOVSInterfaceDriver

  # Compute
  connection_type=libvirt
  libvirt_type=kvm
  libvirt_use_virtio_for_bridges=true
  start_guests_on_host_boot=false
  resume_guests_state_on_host_boot=false

  # Cinder
  volume_api_class=nova.volume.cinder.API
  osapi_volume_listen_port=5900
  iscsi_helper=ietadm
  iscsi_ip_address=192.168.0.11

  # Glance
  glance_api_servers=192.168.0.11:9292
  image_service=nova.image.glance.GlanceImageService

  # NoVNC
  novnc_enable=true
  novncproxy_base_url=http://192.168.0.11:6080/vnc_auto.html
  vncserver_proxyclient_address=127.0.0.1
  vncserver_listen=0.0.0.0

  # Misc
  logdir=/var/log/nova
  state_path=/var/lib/nova
  lock_path=/var/lock/nova
  root_helper=sudo nova-rootwrap /etc/nova/rootwrap.conf
  verbose=true

  
  cinder.conf
  

  [DEFAULT]
  rootwrap_config = /etc/cinder/rootwrap.conf
  sql_connection = mysql://cinderdbadm:d10cc83e459c915b@192.168.0.10/cinder
  api_paste_confg = /etc/cinder/api-paste.ini
  iscsi_helper = ietadm
  volume_name_template = volume-%s
  volume_group = cinder-volumes
  # volume_driver=cinder.volume.driver.RBDDriver
  # rbd_pool=volumes
  verbose = True
  rabbit_host = 192.168.0.10
  rabbit_password = 36a62xtz
  auth_strategy = keystone
  glance_host = 192.168.0.11
  glance_api_servers = 192.168.0.11:9292
  logdir = /var/log/cinder
  #osapi_volume_listen_port=5900

  
  nova-compute.conf from osvmh01
  
  [DEFAULT]
  libvirt_type=kvm
  libvirt_ovs_bridge=br-int
  libvirt_vif_type=ethernet
  libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver
  libvirt_use_virtio_for_bridges=True
  --

  nova.conf from osvmh01
  --

  [DEFAULT]

  # MySQL & RabbitMQ Connections
  sql_connection=mysql://novadbadm:07600de0ba23491b@192.168.0.10/nova
  rabbit_host=192.168.0.10
  rabbit_password=36a62xtz

  # Nova-Scheduler
  scheduler_driver=nova.scheduler.simple.SimpleScheduler

  # Nova-API
  auth_strategy=keystone
  s3_host=192.168.0.11
  ec2_host=192.168.0.11
  nova_url=http://192.168.0.11:8774/v1.1/
  ec2_url=http://192.168.0.11:8773/services/Cloud
  keystone_ec2_url=http://192.168.0.11:5000/v2.0/ec2tokens
  api_paste_config=/etc/nova/api-p

[Yahoo-eng-team] [Bug 1223361] Re: unclear error message for quota in horizon (possibly taking wrong one from logs)

2015-09-30 Thread Rob Cresswell
** Changed in: horizon
   Status: Confirmed => 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/1223361

Title:
  unclear error message for quota in horizon (possibly taking wrong one
  from logs)

Status in OpenStack Dashboard (Horizon):
  Invalid
Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  I tried running 100 large instances. 
  horizon shows the flowing error: 

  Error: Quota exceeded for cores,instances,ram: Requested 800, but
  already used 0 of 20 cores (HTTP 413) (Request-ID: req-0c854c89-89d9
  -48ce-96e2-eca07bbbc8f5)

  the first part of the message is fine (Quota exceeded for 
cores,instances,ram) but the second part is a bit unclear... 
  I asked to run 100 instances with the largest flavor (my host cannot support 
that), so the 800 value is not very clear
  also, 'but already used 0 of 20 cores' means none of the cores were used.

  this is the complete log, and I think that we possibly take the wrong
  errors:

  [root@opens-vdsb ~(keystone_admin)]# egrep 
0c854c89-89d9-48ce-96e2-eca07bbbc8f5 /var/log/*/*
  /var/log/horizon/horizon.log:Recoverable error: Quota exceeded for 
cores,instances,ram: Requested 800, but already used 0 of 20 cores (HTTP 413) 
(Request-ID: req-0c854c89-89d9-48ce-96e2-eca07bbbc8f5)
  /var/log/nova/api.log:2013-09-10 16:35:09.049 WARNING nova.compute.api 
[req-0c854c89-89d9-48ce-96e2-eca07bbbc8f5 5f38d619dfe744f0a8e08818033fc37e 
89f7caf549e04aec85c3a8737a43a37c] cores,instances,ram quota exceeded for 
89f7caf549e04aec85c3a8737a43a37c, tried to run 100 instances. Can only run 2 
more instances of this type.
  /var/log/nova/api.log:2013-09-10 16:35:09.049 INFO nova.api.openstack.wsgi 
[req-0c854c89-89d9-48ce-96e2-eca07bbbc8f5 5f38d619dfe744f0a8e08818033fc37e 
89f7caf549e04aec85c3a8737a43a37c] HTTP exception thrown: Quota exceeded for 
cores,instances,ram: Requested 800, but already used 0 of 20 cores
  /var/log/nova/api.log:2013-09-10 16:35:09.050 INFO 
nova.osapi_compute.wsgi.server [req-0c854c89-89d9-48ce-96e2-eca07bbbc8f5 
5f38d619dfe744f0a8e08818033fc37e 89f7caf549e04aec85c3a8737a43a37c] 10.35.101.10 
"POST /v2/89f7caf549e04aec85c3a8737a43a37c/servers HTTP/1.1" status: 413 len: 
373 time: 0.1629190

  
  i think that we should be taking 'tried to run 100 instances. Can only run 2 
more instances of this type.'

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1223361/+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 1131730] Re: Ports remain existing while deleting subnet

2015-09-30 Thread Rob Cresswell
** Changed in: horizon
   Status: In Progress => Invalid

** Changed in: horizon
 Assignee: Nikunj Aggarwal (nikunj2512) => (unassigned)

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

Title:
  Ports remain existing while deleting subnet

Status in OpenStack Dashboard (Horizon):
  Invalid
Status in neutron:
  Invalid

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/ListHelp


[Yahoo-eng-team] [Bug 1419156] Re: Upload Image page is not displayed properly when large_name image is uploaded

2015-09-30 Thread Rob Cresswell
** 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/1419156

Title:
  Upload Image page is not displayed properly when large_name image is
  uploaded

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  1. Login as an admin/tenant user
  2. Upload large name images through image file , preferable the name 
mentioned below:

  
SW_DVD5_Windows_Svr_Std_and_DataCtr_2012_R2_64Bit_English_Core_MLF_X19-05182.iso

  Observe that upload images page is not displayed correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1419156/+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 1378317] Re: allow attaching a volume from the instance view

2015-09-30 Thread Rob Cresswell
** Changed in: horizon
   Status: Confirmed => 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/1378317

Title:
  allow attaching a volume from the instance view

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  to attach a volume we need to go to the volumes tab and select an
  instance in the edit attachment dialogue.

  it would be nice, if we could associate a volume directly to the
  instance from instances panel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1378317/+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 1326411] Re: Improved Security Group and Rule Creation

2015-09-30 Thread Rob Cresswell
This would need to be a blueprint, not a bug.

** 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 Compute (nova).
https://bugs.launchpad.net/bugs/1326411

Title:
  Improved Security Group and Rule Creation

Status in OpenStack Dashboard (Horizon):
  Invalid
Status in OpenStack Compute (nova):
  Invalid

Bug description:
  It would be nice if Horizon gave more flexibility around security
  group and rule creation. Adding them one at a time through the UI can
  be very tedious, and it doesn't seem like there's an easy way to take
  a security group you set up in one instance and use it in a different
  instance of OpenStack, other than manually recreating each piece of
  it. It might be useful to allow importing and exporting rule sets. If
  there are common sets of ports to open, perhaps we could offer
  prebuilt sets that users could then extend if needed or pull into
  existing security groups?

  Just seems like there's more we could do in this area to make it
  easier to get the ports open that you need to, and ensure that those
  settings are portable. If someone has a test environment they're
  playing around with, and they then set up production OpenStack, is
  there a good way for them to pull those security groups they set up
  and tested from test/dev into prod currently?

  I can't speak towards if that's a legitimate use case, but it seems
  reasonable to me.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1326411/+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 1402959] Re: Support Launching an instance with a port with vnic_type=direct

2015-09-30 Thread Rob Cresswell
** 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/1402959

Title:
  Support Launching an instance with a port with vnic_type=direct

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  To support Launching instances with 'SR-IOV' interfaces using the
  dashboard there is a need to:

  1)Adding the ability to specify vnic_type to 'port create' operation
  2)Adding option to create a port as a tenant (Right now only Admin can do 
this)
  3)Adding the ability to launch an instance with a pre configured port

  Duplicate bugs:
  https://bugs.launchpad.net/horizon/+bug/1399252
  https://bugs.launchpad.net/horizon/+bug/1399254

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1402959/+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 1409464] Re: Move Floating IPs tab from Access & Security to Network Category

2015-09-30 Thread Rob Cresswell
** Changed in: horizon
 Assignee: Nikunj Aggarwal (nikunj2512) => (unassigned)

** Changed in: horizon
   Status: In Progress => 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/1409464

Title:
  Move Floating IPs tab from Access & Security to Network Category

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Wish List request:

  It makes the most sense to have the Floating IPs tab listed in the
  Network category rather than in Access and Security.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1409464/+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 1406656] Re: Horizon: Edit Network option disappeared when shared=true

2015-09-30 Thread Rob Cresswell
** 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/1406656

Title:
  Horizon: Edit Network option disappeared when shared=true

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  nova-manage version: 2014.2.2

  Issue: Edit Network option disappeared after setting "shared=true" via
  CLI.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1406656/+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 1367542] Re: OpenStack Dashboard couldn't displayed nested stack very well

2015-10-01 Thread Rob Cresswell
*** This bug is a duplicate of bug 1335032 ***
https://bugs.launchpad.net/bugs/1335032

** This bug has been marked a duplicate of bug 1335032
   Resource Id link on 'Resource Detail' page is broken

-- 
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/1367542

Title:
  OpenStack Dashboard couldn't displayed nested stack very well

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  OpenStack Dashboard couldn't displayed nested stack very well.

  Example,
  Icehouse OpenStack Dasboard:

  In panel "Project" ---> "Orchestration" ---> "Stacks", when clicked tab 
"Resources", the "Stack Resources" could be displayed very well, continued to 
click this column's text of "Stack Resource" which is a link in the tables, the 
tab "Overview" could be displayed very well. Then, clicked this text of 
"Resource ID" which is a link in the tab "Overview", the displayed content in 
the html is: 
  "The page you were looking for doesn't exist

  You may have mistyped the address or the page may have moved."

  
  Root cause:

  In the template
  project/stacks/templates/stacks/_resource_overview.html, the
  "resource_url" need to be used.

  {% trans "Resource ID" %}
  

{{ resource.physical_resource_id }}

  

  the value of resource_url is setted in class "ResourceOverviewTab" in
  project/stacks/tabs.py, please see below code:

  class ResourceOverviewTab(tabs.Tab):
  name = _("Overview")
  slug = "resource_overview"
  template_name = "project/stacks/_resource_overview.html"

  def get_context_data(self, request):
  resource = self.tab_group.kwargs['resource']
  resource_url = mappings.resource_to_url(resource)
  return {
  "resource": resource,
  "resource_url": resource_url,
  "metadata": self.tab_group.kwargs['metadata']}

  
  the 'resource_urls' dictionary in project/stacks/mappings.py is out of date. 
It's not updated in Icehouse version, even earlier. some new concerns like 
Netron couldn't be found these.

  resource_urls = {
  "AWS::EC2::Instance": {
  'link': 'horizon:project:instances:detail'},
  "AWS::EC2::NetworkInterface": {
  'link': 'horizon:project:networks:ports:detail'},
  "AWS::EC2::RouteTable": {
  'link': 'horizon:project:routers:detail'},
  "AWS::EC2::Subnet": {
  'link': 'horizon:project:networks:subnets:detail'},
  "AWS::EC2::Volume": {
  'link': 'horizon:project:volumes:volumes:detail'},
  "AWS::EC2::VPC": {
  'link': 'horizon:project:networks:detail'},
  "AWS::S3::Bucket": {
  'link': 'horizon:project:containers:index'},
  "OS::Quantum::Net": {
  'link': 'horizon:project:networks:detail'},
  "OS::Quantum::Port": {
  'link': 'horizon:project:networks:ports:detail'},
  "OS::Quantum::Router": {
  'link': 'horizon:project:routers:detail'},
  "OS::Quantum::Subnet": {
  'link': 'horizon:project:networks:subnets:detail'},
  "OS::Swift::Container": {
  'link': 'horizon:project:containers:index',
  'format_pattern': '%s' + swift.FOLDER_DELIMITER},
  } 

  Since the "resource_type" could NOT match the type in "resource_urls", the 
value of "resource_url" in the template is "None". So we didn't find the 
correct html template. 
  For example, the URL is like 
"http://10.10.0.3/dashboard/project/stacks/stack/[outer stack 
id]/[resource_name]/None". 
  Note: We can get the resource by "resource_name", and the resource_type in 
the resource is user customized, and is nested stack actually.

  
  What's more,  if we add new resource_type(in fact, it's quite frequent in 
real project), we must update the code for "resource_urls", it's tedious and 
error prone.
  Since the heat template already support define a new resource_type based on 
the customer's requirement, the dashboard should keep consistent with it. 
  It's not a good behavior always to update this dictionary manually. Shall we 
do an enhancement on this point?
  Please help to check it. Thanks very much.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1367542/+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 1340167] Re: VMware: Horizon reports incorrect message for PAUSE instance

2015-10-01 Thread Rob Cresswell
** 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 Compute (nova).
https://bugs.launchpad.net/bugs/1340167

Title:
  VMware: Horizon reports incorrect message for PAUSE instance

Status in OpenStack Dashboard (Horizon):
  Invalid
Status in OpenStack Compute (nova):
  Confirmed

Bug description:
  When I pause an instance hosted on VMware cluster, it shows 
  SUCCESS: Paused Instance: ; 
  in horizon portal and nothing happens (instance does not go to Pause state)

  In nova-compute log it shows: pause not supported for vmwareapi

  2014-07-10 06:53:37.212 ERROR oslo.messaging.rpc.dispatcher 
[req-f8159224-a1e2-4271-84d8-eea2edeaaee1 admin demo] Exception during message 
handling: pause not supported for vmwareapi
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher Traceback (most 
recent call last):
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher   File 
"/usr/local/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py", line 
134, in _dispatch_and_reply
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher 
incoming.message))
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher   File 
"/usr/local/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py", line 
177, in _dispatch
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher return 
self._do_dispatch(endpoint, method, ctxt, args)
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher   File 
"/usr/local/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py", line 
123, in _do_dispatch
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher result = 
getattr(endpoint, method)(ctxt, **new_args)
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher   File 
"/opt/stack/nova/nova/exception.py", line 88, in wrapped
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher payload)
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher   File 
"/opt/stack/nova/nova/openstack/common/excutils.py", line 82, in __exit__
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher 
six.reraise(self.type_, self.value, self.tb)
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher   File 
"/opt/stack/nova/nova/exception.py", line 71, in wrapped
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher return 
f(self, context, *args, **kw)
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher   File 
"/opt/stack/nova/nova/compute/manager.py", line 285, in decorated_function
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher pass
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher   File 
"/opt/stack/nova/nova/openstack/common/excutils.py", line 82, in __exit__
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher 
six.reraise(self.type_, self.value, self.tb)
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher   File 
"/opt/stack/nova/nova/compute/manager.py", line 271, in decorated_function
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher return 
function(self, context, *args, **kwargs)
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher   File 
"/opt/stack/nova/nova/compute/manager.py", line 335, in decorated_function
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher 
function(self, context, *args, **kwargs)
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher   File 
"/opt/stack/nova/nova/compute/manager.py", line 313, in decorated_function
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher 
kwargs['instance'], e, sys.exc_info())
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher   File 
"/opt/stack/nova/nova/openstack/common/excutils.py", line 82, in __exit__
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher 
six.reraise(self.type_, self.value, self.tb)
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher   File 
"/opt/stack/nova/nova/compute/manager.py", line 301, in decorated_function
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher return 
function(self, context, *args, **kwargs)
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher   File 
"/opt/stack/nova/nova/compute/manager.py", line 3680, in pause_instance
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher 
self.driver.pause(instance)
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher   File 
"/opt/stack/nova/nova/virt/vmwareapi/driver.py", line 678, in pause
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher 
_vmops.pause(instance)
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher   File 
"/opt/stack/nova/nova/virt/vmwareapi/vmops.py", line 938, in pause
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher raise 
NotImplementedError(msg)
  2014-07-10 06:53:37.212 TRACE oslo.messaging.rpc.dispatcher

[Yahoo-eng-team] [Bug 1472999] Re: filter doesn't handle unicode charaters

2015-10-08 Thread Rob Cresswell
** Changed in: horizon
   Status: In Progress => Invalid

** Changed in: nova
   Status: In Progress => Fix Committed

** Changed in: python-novaclient
   Status: In Progress => Fix Committed

-- 
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/1472999

Title:
  filter doesn't handle unicode charaters

Status in OpenStack Dashboard (Horizon):
  Invalid
Status in OpenStack Compute (nova):
  Fix Committed
Status in python-glanceclient:
  In Progress
Status in python-novaclient:
  Fix Committed

Bug description:
  1 go to project/instances
  2. insert 'ölk' into filter field
  3. enter filter
  4. 
  UnicodeEncodeError at /project/instances/

  'ascii' codec can't encode character u'\xf6' in position 0: ordinal
  not in range(128)

  Request Method:   GET
  Request URL:  http://localhost:8000/project/instances/
  Django Version:   1.8.2
  Exception Type:   UnicodeEncodeError
  Exception Value:  

  'ascii' codec can't encode character u'\xf6' in position 0: ordinal
  not in range(128)

  Exception Location:   /usr/lib64/python2.7/urllib.py in urlencode, line 1347
  Python Executable:/usr/bin/python
  Python Version:   2.7.10
  Python Path:  

  ['/home/mrunge/work/horizon',
   '/usr/lib64/python27.zip',
   '/usr/lib64/python2.7',
   '/usr/lib64/python2.7/plat-linux2',
   '/usr/lib64/python2.7/lib-tk',
   '/usr/lib64/python2.7/lib-old',
   '/usr/lib64/python2.7/lib-dynload',
   '/usr/lib64/python2.7/site-packages',
   '/usr/lib64/python2.7/site-packages/gtk-2.0',
   '/usr/lib/python2.7/site-packages',
   '/home/mrunge/work/horizon/openstack_dashboard']

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1472999/+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 1156433] Re: network topology can not show up in some version of firefox browser

2015-10-08 Thread Rob Cresswell
** Changed in: horizon
   Status: In Progress => 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/1156433

Title:
  network topology can not show up in some version of firefox browser

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  The network topology can not show up in some version of Firefox brower
  such 17.04, 19.0.2. The canvas is empty. But it looks fine in chrome
  and IE browser.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1156433/+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 1321829] Re: horizon.less hard-coded sizes cleanup

2015-10-08 Thread Rob Cresswell
Marking this as Invalid: it's being done as part of the wider Bootstrap/
SCSS cleanup, and it's more blueprint-scope then bug at this stage.

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

** Changed in: horizon
 Assignee: huyupeng (huyp) => (unassigned)

-- 
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/1321829

Title:
  horizon.less hard-coded sizes cleanup

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Right now, there are a lot of hard-coded pixel sizes.  Bad for hi-def
  screens.

  Related issue: https://bugs.launchpad.net/horizon/+bug/1288402 with
  text overflow with translations.  Since most sizes are hard-coded, it
  makes it difficult to restyle even one element.

  First step:
  We should move to .em units (We have some.  It is currently a mix of px and 
em)

  Any other comments about how to make Horizon layout more dynamic are
  welcome. :)

  Also, we should avoid things like margin-left: -20px; because I don't
  think IE renders it properly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1321829/+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 1229820] Re: Code cleanup/refactoring in "router" dashboard

2015-10-08 Thread Rob Cresswell
** Changed in: horizon
   Status: Confirmed => 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/1229820

Title:
  Code cleanup/refactoring in "router" dashboard

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Based on initial code review comments, there is scope for some code
  cleanup and refactoring of repeated methods in the new "router"
  dashboard. Additionally some redundant template files can be removed
  in this dashboard.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1229820/+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 1312247] Re: not redirected to main page after a session expired

2015-10-08 Thread Rob Cresswell
This isn't specific to the snapshot creation; as far as I'm aware, the
session bugs have been ironed out now. Please feel free to change the
status if the bug is still valid.

** 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/1312247

Title:
  not redirected to main page after a session expired

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  when creating a snapshot for an instance, if the session expires and
  than we press the "instances" link again to refresh the screen, we get
  an error in the webadmin instead of being redirected to the login
  page:

  This is from the log:

  //10.35.160.71:35357/v2.0/tenants/c3178ebef2c24d1b9a045bd67483a83c -H 
"User-Agent: python-keystoneclient" -H "Forwarded: 
for=10.64.245.229;by=python-keystoneclient" -H "X-Auth-Token: 
ff244a6dcae7573250e32652773ffb53"
  2014-04-24 15:20:28,642 2351 INFO openstack_auth.views Logging out user 
"admin".
  2014-04-24 15:20:30,523 2351 ERROR django.request Internal Server Error: 
/dashboard/auth/login/
  Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 
136, in get_response
  response = response.render()
File "/usr/lib/python2.6/site-packages/django/template/response.py", line 
104, in render
  self._set_content(self.rendered_content)
File "/usr/lib/python2.6/site-packages/django/template/response.py", line 
79, in rendered_content
  template = self.resolve_template(self.template_name)
File "/usr/lib/python2.6/site-packages/django/template/response.py", line 
57, in resolve_template
  return loader.get_template(template)
File "/usr/lib/python2.6/site-packages/django/template/loader.py", line 
145, in get_template
File "/usr/lib/python2.6/site-packages/django/template/loader.py", line 
138, in find_template
  TemplateDoesNotExist: auth/login.html
  (END)

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1312247/+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 1276722] Re: Upload horizon to pypi

2015-10-08 Thread Rob Cresswell
** Changed in: horizon
   Status: Triaged => 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/1276722

Title:
  Upload horizon to pypi

Status in OpenStack Dashboard (Horizon):
  Invalid
Status in OpenStack Core Infrastructure:
  Triaged

Bug description:
  Because horizon is not uploaded to pypi, you'll get the following
  error back from tox 1.6+ now:

  Some externally hosted files were ignored (use --allow-external
  horizon to allow).

  The work around is to use the flag, but ideal it should be hosted on
  pypi.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1276722/+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 1194951] Re: Horizon Network Topology doesn't update in IE9

2015-10-08 Thread Rob Cresswell
** Changed in: horizon
   Status: Confirmed => 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/1194951

Title:
  Horizon Network Topology doesn't update in IE9

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Running the Horizon dashboard (v 1:2013.1.1-0ubuntu1~cloud0) on
  Grizzly the Network Topology diagram gets drawn once, and then only
  updates when the cached pages time out in IE.  If I clear the IE cache
  and then go to the network topology for a project, I get the correct
  diagram.  However, if I then go to a different project I get the same
  diagram for it too.

  Logging out and back in to the dashboard doesn't chance which diagram
  I get.  Neither does logging in as a different user, or even rebooting
  the controller.

  The cached pages seem to time out over night and going to the Network
  Topology the next morning gives me a good diagram for the current
  project - but it doesn't automatically get updated again that day.
  Clearing the IE cache (deleting the Temporary Internet files in IE
  Tools->Delete...) gives a single valid updated snapshot of the
  topology.

  Firefox works correctly, automatically updating the topology diagram
  as elements come and go.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1194951/+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 1349609] Re: [Bootstrap] Project > Images fixed filter needs styling

2015-10-08 Thread Rob Cresswell
This no longer occurs in master branch.

** Changed in: horizon
   Status: Confirmed => 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/1349609

Title:
  [Bootstrap] Project > Images fixed filter needs styling

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  https://review.openstack.org/#/c/107042/ Bootstrap 3 has been updated.

  When you first load the page, the fixed filter buttons (Project/shared
  with me/public) all look enabled.  If you click on each of them once,
  they all look disabled instead of only showing the selected one as
  'enabled.'

  see image.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1349609/+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 1337603] Re: css incorrect path to icons glyphicons-halflings.png

2015-10-08 Thread Rob Cresswell
Bootstrap was upgraded a long time back, and we don't use glyphicons so
this should no longer be an issue.

** Changed in: horizon
   Status: Confirmed => 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/1337603

Title:
  css incorrect path to icons glyphicons-halflings.png

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  With the recent merge from LESS to SCSS, it seems that the a url path
  to the glyphicons is broken when I use an icon directly ().

  Not sure if this will be fixed with bootstrap upgrade?

  
https://github.com/openstack/horizon/blob/master/openstack_dashboard/static/bootstrap/scss/bootstrap/_sprites.scss#L23

  background-image: asset-url("glyphicons-halflings.png", image); ==>
  page not found error @

  /static/dashboard/scss/glyphicons-halflings.png. when it should have been:
  /static/bootstrap/img/glyphicons-halflings.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1337603/+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 1175130] Re: Not possible to set a verbose_name for BatchAction

2015-10-08 Thread Rob Cresswell
** Changed in: horizon
   Status: Triaged => 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/1175130

Title:
  Not possible to set a verbose_name for BatchAction

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  At the moment, even if one sets a verbose_name for a BatchAction it
  gets overwritten by the conjugate() logic:

  
https://github.com/openstack/horizon/blob/9cdee05678feb0ad623439a0efe2a43e915cb2b2/horizon/tables/actions.py#L539

  It looks like this may have been added as a special case to handle the
  suspend/pause toggle type of action. Perhaps the toggling logic could
  be handle differently, e.g. via a special type of action?

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1175130/+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 1505975] [NEW] Missing British English l10n

2015-10-14 Thread Rob Cresswell
Public bug reported:

British English localisation was removed during Liberty

** 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/1505975

Title:
  Missing British English l10n

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  British English localisation was removed during Liberty

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1505975/+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 1506036] [NEW] Horizon only supports a 'volumev2' endpoint

2015-10-14 Thread Rob Cresswell
Public bug reported:

Horizon currently searches for a 'volumev2' endpoint for Cinder,
following this patch: https://review.openstack.org/#/c/151081

We may want to use 'volume' too. However, this may cause confusion (is
'volume' v1, or v2?) and needs discussion.

** Affects: horizon
 Importance: High
 Status: New

** Changed in: horizon
   Importance: Undecided => High

-- 
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/1506036

Title:
  Horizon only supports a 'volumev2' endpoint

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Horizon currently searches for a 'volumev2' endpoint for Cinder,
  following this patch: https://review.openstack.org/#/c/151081

  We may want to use 'volume' too. However, this may cause confusion (is
  'volume' v1, or v2?) and needs discussion.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1506036/+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 1506036] Re: Horizon only supports a 'volumev2' endpoint

2015-10-21 Thread Rob Cresswell
** 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/1506036

Title:
  Horizon only supports a 'volumev2' endpoint

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Horizon currently searches for a 'volumev2' endpoint for Cinder,
  following this patch: https://review.openstack.org/#/c/151081

  We may want to use 'volume' too. However, this may cause confusion (is
  'volume' v1, or v2?) and needs discussion.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1506036/+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 1508526] [NEW] Karma test coverage reports are hidden by default

2015-10-21 Thread Rob Cresswell
Public bug reported:

Karma test coverage reports are hidden files by default. There's no
reason for them to be hidden, and they are more accessible as regular
files.

** Affects: horizon
 Importance: Wishlist
 Assignee: Rob Cresswell (robcresswell)
 Status: In Progress

-- 
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/1508526

Title:
  Karma test coverage reports are hidden by default

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Karma test coverage reports are hidden files by default. There's no
  reason for them to be hidden, and they are more accessible as regular
  files.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1508526/+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 1511572] [NEW] Plugin registry is incomplete

2015-10-29 Thread Rob Cresswell
Public bug reported:

There are several plugins missing from the Horizon documentation

** 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/1511572

Title:
  Plugin registry is incomplete

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  There are several plugins missing from the Horizon documentation

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1511572/+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 1514048] [NEW] The Networks tests file is very large/ bloated

2015-11-07 Thread Rob Cresswell
Public bug reported:

The networks tests files in Horizon contain tests for Ports, Subnets and
Agents, although there is barely any interdependency aside from a couple
of shared imports or strings. These resources should have their own
tests files to avoid further bloating the networks file (currently well
over 2000 lines)

** Affects: horizon
 Importance: Undecided
 Assignee: Rob Cresswell (robcresswell)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) => Rob Cresswell (robcresswell)

-- 
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/1514048

Title:
  The Networks tests file is very large/ bloated

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The networks tests files in Horizon contain tests for Ports, Subnets
  and Agents, although there is barely any interdependency aside from a
  couple of shared imports or strings. These resources should have their
  own tests files to avoid further bloating the networks file (currently
  well over 2000 lines)

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1514048/+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 1514869] [NEW] Missing documentation for SCSS code design

2015-11-10 Thread Rob Cresswell
Public bug reported:

There is a patch proposed for deployer documentation[1] around the
styling in Horizon, but still little explaining how developers should
approach the SCSS.

1. https://review.openstack.org/#/c/238723/

** Affects: horizon
 Importance: Undecided
 Assignee: Rob Cresswell (robcresswell)
 Status: New

** Description changed:

- There is a patch proposed for deployer documentation around the styling
- in Horizon, but still little explaining how developers should approach
- the SCSS
+ There is a patch proposed for deployer documentation[1] around the
+ styling in Horizon, but still little explaining how developers should
+ approach the SCSS.
+ 
+ 1. https://review.openstack.org/#/c/238723/

** Changed in: horizon
 Assignee: (unassigned) => Rob Cresswell (robcresswell)

-- 
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/1514869

Title:
  Missing documentation for SCSS code design

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  There is a patch proposed for deployer documentation[1] around the
  styling in Horizon, but still little explaining how developers should
  approach the SCSS.

  1. https://review.openstack.org/#/c/238723/

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1514869/+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 1489439] Re: URL patterns are inconsistent and unreliable

2015-11-11 Thread Rob Cresswell
** 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/1489439

Title:
  URL patterns are inconsistent and unreliable

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Many details pages are displayed at `//detail`. This
  contrasts with normal navigation patterns, where we expect
  / to show the information about a specific object, not a
  404 page.

  The URLS should be changed across Horizon so that / shows the
  details pages.

  Similarly, there are many inconsistencies in the urls; where possible,
  we should stick to the CRUD style: /,
  //create, //update. This contrasts with some
  of the existing styles, like `networks/ports/addport`, which should be
  `networks//ports/create`.

  This is also a precursor to adding reliable breadcrumb navigation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1489439/+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 1515940] [NEW] PhantomJS crashing in npm-run-test

2015-11-13 Thread Rob Cresswell
Public bug reported:

There is an intermittent (but common) failure on the npm-run-test check.
However, when it does fail, the reason is always the same:

2015-11-13 10:12:30.403 | PhantomJS 1.9.8 (Linux): Executed 177 of 
291 SUCCESS (0 secs / 3.004 secs)
2015-11-13 10:12:30.404 | PhantomJS 1.9.8 (Linux): Executed 178 of 
291 SUCCESS (0 secs / 3.014 secs)
2015-11-13 10:12:30.404 | PhantomJS 1.9.8 (Linux): Executed 179 of 
291 SUCCESS (0 secs / 3.014 secs)
2015-11-13 10:12:30.720 | ERROR [launcher]: PhantomJS crashed.
2015-11-13 10:12:30.720 |
2015-11-13 10:12:30.722 | INFO [launcher]: Trying to start PhantomJS 
again (1/2).
2015-11-13 10:12:40.987 | WARN [PhantomJS 1.9.8 (Linux)]: 
Disconnected (1 times), because no message in 1 ms.
2015-11-13 10:12:40.987 | PhantomJS 1.9.8 (Linux): Executed 179 of 
291 DISCONNECTED (13.51 secs / 3.014 secs)
2015-11-13 10:12:40.988 |
2015-11-13 10:12:40.988 |  Coverage / Threshold summary 
=
2015-11-13 10:12:40.989 | Statements   : 100% ( 0/0 ) Threshold : 86%
2015-11-13 10:12:40.989 | Branches : 100% ( 0/0 ) Threshold : 68%
2015-11-13 10:12:40.989 | Functions: 100% ( 0/0 ) Threshold : 87%
2015-11-13 10:12:40.989 | Lines: 100% ( 0/0 ) Threshold : 87%
2015-11-13 10:12:40.989 | 

2015-11-13 10:12:41.131 | Build step 'Execute shell' marked build as failure
2015-11-13 10:12:55.591 | [SCP] Copying console log.
2015-11-13 10:12:56.008 | [SCP] Trying to create 
/srv/static/logs/61/244461/2/gate/gate-horizon-npm-run-test
2015-11-13 10:12:56.047 | [SCP] Trying to create 
/srv/static/logs/61/244461/2/gate/gate-horizon-npm-run-test/cf2dade
2015-11-13 10:12:56.104 | [SCP] Connecting to static.openstack.org
2015-11-13 10:12:58.606 | [SCP] No file(s) found: cover/**
2015-11-13 10:12:59.846 | [SCP] ‘cover/**’ doesn’t match anything, but ‘**’ 
does. Perhaps that’s what you mean?
2015-11-13 10:12:59.888 | [SCP] Connecting to static.openstack.org
2015-11-13 10:13:00.379 | [SCP] No file(s) found: reports/**
2015-11-13 10:13:00.895 | [SCP] ‘reports/**’ doesn’t match anything, but ‘**’ 
does. Perhaps that’s what you mean?
2015-11-13 10:13:00.897 | Finished: FAILURE


The key part is PhantomJS crashing at test 179 and then failing to restart.

** Affects: horizon
 Importance: Critical
 Assignee: Rob Cresswell (robcresswell)
 Status: New

** Description changed:

  There is an intermittent (but common) failure on the npm-run-test check.
  However, when it does fail, the reason is always the same:
  
  2015-11-13 10:12:30.403 | PhantomJS 1.9.8 (Linux): Executed 177 of 
291 SUCCESS (0 secs / 3.004 secs)
  2015-11-13 10:12:30.404 | PhantomJS 1.9.8 (Linux): Executed 178 of 
291 SUCCESS (0 secs / 3.014 secs)
  2015-11-13 10:12:30.404 | PhantomJS 1.9.8 (Linux): Executed 179 of 
291 SUCCESS (0 secs / 3.014 secs)
  2015-11-13 10:12:30.720 | ERROR [launcher]: PhantomJS crashed.
- 2015-11-13 10:12:30.720 | 
+ 2015-11-13 10:12:30.720 |
  2015-11-13 10:12:30.722 | INFO [launcher]: Trying to start 
PhantomJS again (1/2).
  2015-11-13 10:12:40.987 | WARN [PhantomJS 1.9.8 (Linux)]: 
Disconnected (1 times), because no message in 1 ms.
  2015-11-13 10:12:40.987 | PhantomJS 1.9.8 (Linux): Executed 179 of 
291 DISCONNECTED (13.51 secs / 3.014 secs)
- 2015-11-13 10:12:40.988 | 
+ 2015-11-13 10:12:40.988 |
  2015-11-13 10:12:40.988 |  Coverage / Threshold summary 
=
  2015-11-13 10:12:40.989 | Statements   : 100% ( 0/0 ) Threshold : 86%
  2015-11-13 10:12:40.989 | Branches : 100% ( 0/0 ) Threshold : 68%
  2015-11-13 10:12:40.989 | Functions: 100% ( 0/0 ) Threshold : 87%
  2015-11-13 10:12:40.989 | Lines: 100% ( 0/0 ) Threshold : 87%
  2015-11-13 10:12:40.989 | 

  2015-11-13 10:12:41.131 | Build step 'Execute shell' marked build as failure
  2015-11-13 10:12:55.591 | [SCP] Copying console log.
  2015-11-13 10:12:56.008 | [SCP] Trying to create 
/srv/static/logs/61/244461/2/gate/gate-horizon-npm-run-test
  2015-11-13 10:12:56.047 | [SCP] Trying to create 
/srv/static/logs/61/244461/2/gate/gate-horizon-npm-run-test/cf2dade
  2015-11-13 10:12:56.104 | [SCP] Connecting to static.openstack.org
  2015-11-13 10:12:58.606 | [SCP] No file(s) found: cover/**
  2015-11-13 10:12:59.846 | [SCP] ‘cover/**’ doesn’t match anything, but ‘**’ 
does. Perhaps that’s what you mean?
  2015-11-13 10:12:59.888 | [SCP] Connecting to static.openstack.org
  2015-11-13 10:13:00.379 | [SCP] No file(s) found: reports/**
  2015-11-13 10:13:00.895 | [SCP] ‘reports/**’ doesn’t match anything, but ‘**’ 
does. Perhaps 

[Yahoo-eng-team] [Bug 1516021] [NEW] Breadcrumb header styling should be theme-specific

2015-11-13 Thread Rob Cresswell
Public bug reported:

The breadcrumb styling used in the Details page headers should be theme-
specific, so it doesn't interfere with other themes

** Affects: horizon
 Importance: Low
 Assignee: Rob Cresswell (robcresswell)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) => Rob Cresswell (robcresswell)

** Changed in: horizon
   Importance: Undecided => Low

** Changed in: horizon
Milestone: None => mitaka-1

-- 
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/1516021

Title:
  Breadcrumb header styling should be theme-specific

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The breadcrumb styling used in the Details page headers should be
  theme-specific, so it doesn't interfere with other themes

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1516021/+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 1516589] [NEW] Horizon still has legacy models.py files

2015-11-16 Thread Rob Cresswell
Public bug reported:

There a number of models.py files still in the source due to
https://code.djangoproject.com/ticket/7198, which was closed a very long
time ago.

** Affects: horizon
 Importance: Undecided
 Assignee: Rob Cresswell (robcresswell)
 Status: In Progress

** Changed in: horizon
 Assignee: (unassigned) => Rob Cresswell (robcresswell)

-- 
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/1516589

Title:
  Horizon still has legacy models.py files

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  There a number of models.py files still in the source due to
  https://code.djangoproject.com/ticket/7198, which was closed a very
  long time ago.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1516589/+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 1516604] [NEW] Firewalls help text could be improved

2015-11-16 Thread Rob Cresswell
Public bug reported:

The help text (both tooltips, and descriptive text on the right hand
side) for Firewalls forms (Create, Edit etc.) is very sparse, and we
should update it with more information from the VPN docs or API docs.
This is especially apparent on Policies and Rules.

** Affects: horizon
 Importance: Wishlist
 Status: New


** Tags: low-hanging-fruit

-- 
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/1516604

Title:
  Firewalls help text could be improved

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The help text (both tooltips, and descriptive text on the right hand
  side) for Firewalls forms (Create, Edit etc.) is very sparse, and we
  should update it with more information from the VPN docs or API docs.
  This is especially apparent on Policies and Rules.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1516604/+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 1516603] [NEW] VPN forms help text could be improved

2015-11-16 Thread Rob Cresswell
Public bug reported:

The help text (both tooltips, and descriptive text on the right hand
side) for VPN forms (Create, Edit etc.) is very sparse, and we should
update it with more information from the VPN docs or API docs.

** Affects: horizon
 Importance: Wishlist
 Status: New


** Tags: low-hanging-fruit

** Changed in: horizon
   Importance: Undecided => Wishlist

-- 
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/1516603

Title:
  VPN forms help text could be improved

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The help text (both tooltips, and descriptive text on the right hand
  side) for VPN forms (Create, Edit etc.) is very sparse, and we should
  update it with more information from the VPN docs or API docs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1516603/+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 1516986] [NEW] Grammar/ phrasing cleanup on packaging docs

2015-11-17 Thread Rob Cresswell
Public bug reported:

There were a few outstanding nits on the phrasing used in the packaging
doc: doc/source/topics/packaging.rst

There should be addressed with a second pass over the document.

** Affects: horizon
 Importance: Undecided
 Assignee: Rob Cresswell (robcresswell)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) => Rob Cresswell (robcresswell)

-- 
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/1516986

Title:
  Grammar/ phrasing cleanup on packaging docs

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  There were a few outstanding nits on the phrasing used in the
  packaging doc: doc/source/topics/packaging.rst

  There should be addressed with a second pass over the document.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1516986/+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 1517081] [NEW] Angular and Python tables look very different

2015-11-17 Thread Rob Cresswell
Public bug reported:

The new Angular tables look quite different to the Python/ Django ones.
The styles should be as similar as possible.

** Affects: horizon
 Importance: Undecided
 Assignee: Rob Cresswell (robcresswell)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) => Rob Cresswell (robcresswell)

-- 
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/1517081

Title:
  Angular and Python tables look very different

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The new Angular tables look quite different to the Python/ Django
  ones. The styles should be as similar as possible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1517081/+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 1461018] Re: description column is missing in vpn tables

2015-11-18 Thread Rob Cresswell
** Changed in: horizon
   Status: In Progress => Fix Released

** Changed in: horizon
   Importance: Undecided => Low

-- 
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/1461018

Title:
  description column is missing in vpn tables

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  description column is not present in vpn tables.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1461018/+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 1517704] Re: Test still passes even with tests failure

2015-11-24 Thread Rob Cresswell
@Lin: Going to close this, as we don't need a bug to track other bugs
IMO.

** 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/1517704

Title:
  Test still passes even with tests failure

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Tests seems still to pass even with test failures.

  There are two tests failure on the code, and test run still report it
  passes:

  https://bugs.launchpad.net/horizon/+bug/1517670
  https://bugs.launchpad.net/horizon/+bug/1517653

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1517704/+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 1517704] Re: Test still passes even with tests failure

2015-11-24 Thread Rob Cresswell
** Changed in: horizon
   Status: Invalid => 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/1517704

Title:
  Test still passes even with tests failure

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Tests seems still to pass even with test failures.

  There are two tests failure on the code, and test run still report it
  passes:

  https://bugs.launchpad.net/horizon/+bug/1517670
  https://bugs.launchpad.net/horizon/+bug/1517653

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1517704/+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 1238005] Re: breadcrumbs not fully implemented

2015-11-24 Thread Rob Cresswell
Mainly addressed by https://bugs.launchpad.net/horizon/+bug/1413823 and
https://bugs.launchpad.net/horizon/+bug/1100318

** Changed in: horizon
   Status: Confirmed => Fix Committed

** Changed in: horizon
   Status: Fix Committed => 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/1238005

Title:
  breadcrumbs not fully implemented

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Space for breadcrumbs is provisioned in UI, but the breadcrumbs are
  not implemented. This leaves a big chunk of white space in the
  container resource browser.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1238005/+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 1511009] Re: "Please enter a number" message not translated

2015-11-24 Thread Rob Cresswell
** Changed in: horizon
   Status: In Progress => 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/1511009

Title:
  "Please enter a number" message not translated

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  I'm running stable/liberty with a pseudo translation as described at
  http://docs.openstack.org/developer/horizon/contributing.html#running-
  the-pseudo-translation-tool.

  Under Projects->Compute->Instances->Launch Instance, on the DSetails
  tab, when alpha characters are input in a numeric field, the message
  "Please enter a number" is not translated, screen shot attached.

  Although this is the same message as reported in
  https://bugs.launchpad.net/horizon/+bug/1510286, this may be a
  different bug since it is coming from a different page. If it turns
  out to be the same root cause, we can dup this bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1511009/+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 1510690] Re: "Please enter a number" message not translated

2015-11-24 Thread Rob Cresswell
** Changed in: horizon
   Status: In Progress => 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/1510690

Title:
  "Please enter a number" message not translated

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  I'm running stable/liberty with a pseudo translation as described at
  http://docs.openstack.org/developer/horizon/contributing.html#running-
  the-pseudo-translation-tool.

  Under Identity->Projects->Manage Members, on the Quota tab, when alpha
  characters are input in a numeric field, the message "Please enter a
  number" is not translated, screen shot attached.

  Although this is the same message as reported in
  https://bugs.launchpad.net/horizon/+bug/1510286, this may be a
  different bug since it is coming from a different page.  If it turns
  out to be the same root cause, we can dup this bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1510690/+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 1510286] Re: "Please enter a number" message not translated

2015-11-24 Thread Rob Cresswell
** Changed in: horizon
   Status: In Progress => 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/1510286

Title:
  "Please enter a number" message not translated

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  I'm running stable/liberty with a pseudo translation as described at
  http://docs.openstack.org/developer/horizon/contributing.html#running-
  the-pseudo-translation-tool.

  Under Admin->System->Defaults, on the Update Default Quotas page, when
  alpha characters are input in a numeric field, the message "Please
  enter a number" is not translated, screen shot attached.bb

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1510286/+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 1250740] Re: Horizon doesn't support filtering images on Admin Panel

2015-11-24 Thread Rob Cresswell
** Changed in: horizon
   Status: In Progress => Fix Released

** Changed in: horizon
 Assignee: LIU Yulong (dragon889) => (unassigned)

** Changed in: horizon
Milestone: next => None

-- 
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/1250740

Title:
  Horizon doesn't support filtering images on Admin Panel

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  We should support Filtering Admin images table like Project images.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1250740/+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 1275935] Re: update Volume Snapshot description

2015-11-24 Thread Rob Cresswell
*** This bug is a duplicate of bug 1282172 ***
https://bugs.launchpad.net/bugs/1282172

** This bug has been marked a duplicate of bug 1282172
   "Create Volume Snapshot" window shows "Number of Volumes"

-- 
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/1275935

Title:
  update Volume Snapshot description

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  On the 'Create Snapshot' popup for Project > Volume table, the Description 
portion on the right hand side should be updated to reflect the action.
   
  Right now, it is the same as 'Create Volume' description.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1275935/+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 1507816] Re: Fix method name in Intergration tests for Instance tests

2015-11-24 Thread Rob Cresswell
** Changed in: horizon
   Status: Fix Committed => Fix Released

** Changed in: horizon
Milestone: mitaka-1 => None

-- 
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/1507816

Title:
  Fix method name in Intergration tests for Instance tests

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  self._wait_till_spinner_disappears() is changed to
  self.wait_till_popups_disappear().

  This needs to be changed for instance tests: in instancespage.py

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1507816/+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 1260932] Re: add all networks to a project instance

2015-11-24 Thread Rob Cresswell
** 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/1260932

Title:
  add all networks to a project instance

Status in OpenStack Dashboard (Horizon):
  Invalid
Status in openstack-dashboard package in Ubuntu:
  New

Bug description:
  My openstack version is havana.
  I create multi nova network in my cloud.
  Then I create instance in a project from dashboard .
  I found the instance will add all network to my instance, even the network do 
not belong the project.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1260932/+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 1359999] Re: Identity panels show loading icon when click on it

2015-11-24 Thread Rob Cresswell
** Changed in: horizon
   Status: In Progress => 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/135

Title:
  Identity panels show loading icon when click on it

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  When I click on "Identity" in the right navigation, and then click on
  either Project or User, I get a brief grey backdrop+loading icon
  before the table shows up.  Clicking on any of the other panels
  doesn't show this.  We should be consistent.

  I've only see the brief grey backdrop+loading icon when pulling up a
  modal.

  Please see attached image.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/135/+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 1351096] Re: Database Instance Details Page shows multiple Connection Info

2015-11-24 Thread Rob Cresswell
** Changed in: horizon
   Status: In Progress => 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/1351096

Title:
  Database Instance Details Page shows multiple Connection Info

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  https://review.openstack.org/#/c/107042/

  This was merged and not entirely rebased.

  For example:
  
https://review.openstack.org/#/c/107042/11/openstack_dashboard/dashboards/project/databases/templates/databases/_detail_overview.html

  Should not have anything after connection_info block.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1351096/+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 1402917] Re: Error: You are not allowed to delete volume

2015-11-24 Thread Rob Cresswell
** 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/1402917

Title:
  Error: You are not allowed to delete volume

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Version: stable/juno

  Proposal:
  It should be allowed to delete the volume which is attached to an 
already-deleted VM.

  This scenario can occur when the associated VM is deleted but the
  auto-triggered volume-detaching process is failed accidentally. If so,
  it results in the case where the volume is attached to an already-
  deleted VM

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1402917/+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 1399580] Re: Add ability to set settings from a directory

2015-11-24 Thread Rob Cresswell
This should be addressed by
https://blueprints.launchpad.net/horizon/+spec/local-settings-override-
mechanism

** Changed in: horizon
   Status: In Progress => 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/1399580

Title:
  Add ability to set settings from a directory

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  As a company, we want to set some common settings for our horizon without 
having to diverg from upstream in default "settings.py".
  We also want to let developers being able to use local_settings.py for local 
dev.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1399580/+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 1394800] Re: Potential undefined object issue in angular horizon.js

2015-11-24 Thread Rob Cresswell
** 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/1394800

Title:
  Potential undefined object issue in angular horizon.js

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  If you look at the horizon.js
  
(https://github.com/openstack/horizon/blob/master/horizon/static/horizon/js/angular/horizon.js),
  you will notice that horizon.conf is being assigned by hzConfig during
  the run function.

  I was trying to add a provider which also rely on hzConfig and the provider 
is created under the same hz module. 
  (https://gist.github.com/kahou82/86578bcc64cdf5919ec3#file-horizon-js-L8). 

  Since the horizon.conf is being assigned AFTER the provider is create,
  my provider will have undefined object error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1394800/+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 1405063] Re: Flavor overview page does not exists

2015-11-24 Thread Rob Cresswell
** Changed in: horizon
 Assignee: Kamil Rykowski (kamil-rykowski) => (unassigned)

** Changed in: horizon
   Status: In Progress => Invalid

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

** Changed in: horizon
   Importance: Undecided => Wishlist

-- 
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/1405063

Title:
  Flavor overview page does not exists

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Horizon dashboard does not contain over view page for each flavor .
  While CLI having support for flavor details by the command nova
  flavor-show {id}, I guess dashboard should also contain an option to
  view the flavor details .

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1405063/+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 1511013] Re: Browse button and "No file selected" not translated

2015-11-24 Thread Rob Cresswell
** Changed in: horizon
   Status: In Progress => 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/1511013

Title:
  Browse button and "No file selected" not translated

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  I'm running stable/liberty with a pseudo translation as described at
  http://docs.openstack.org/developer/horizon/contributing.html#running-
  the-pseudo-translation-tool.

  Under Projects->Compute->Instances->Launch Instance, on the Post
  creation tab, when the File drop down is selected from the
  customization script source, the Browse button and message "No file
  selected" are not translated, screen shot attached.

  Same issue on the Create Image page.

  Same issue on Orchestration->Stacks-Launch Stacks (twice).

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1511013/+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 1334382] Re: API endpoint service names are not translated

2015-11-24 Thread Rob Cresswell
** Changed in: horizon
   Status: Confirmed => 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/1334382

Title:
  API endpoint service names are not translated

Status in OpenStack Dashboard (Horizon):
  Invalid
Status in python-keystoneclient:
  Invalid

Bug description:
  On the Project->Compute->Access & Security->API Access tab the Service
  column data is not translated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1334382/+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 1410674] Re: Change Color of Navigation Bottom Border

2015-11-24 Thread Rob Cresswell
** Changed in: horizon
   Status: In Progress => 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/1410674

Title:
  Change Color of Navigation Bottom Border

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Objective:

  To change the color of the bottom border of the root expanded category
  in the left navigation bar in Horizon. The proposed color change is
  from grey to red for the purpose of having a clearer visual
  distinction. See screenshot

  Current Color Code: #c0c1c2
  Proposed  New Color Code: #CC3D2A

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1410674/+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 1413501] Re: testtools installed failed due to unittest2

2015-11-24 Thread Rob Cresswell
** Changed in: horizon
   Status: In Progress => 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/1413501

Title:
  testtools installed failed due to unittest2

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  pip install -r requirements.txt
  failed due to:
  1. testtools need unittest2
  2. unittest2 not before testtools in requirements.txt

Downloading/unpacking testtools>=0.9.36,!=1.2.0 (from -r 
test-requirements.txt (line 25))
  Downloading testtools-1.5.0.tar.gz (205kB): 205kB downloaded
  Running setup.py egg_info for package testtools
Traceback (most recent call last):
  File "", line 16, in 
  File "/private/tmp/pip_build_root/testtools/setup.py", line 10, 
in 
import testtools
  File "testtools/__init__.py", line 69, in 
from testtools.testcase import (
  File "testtools/testcase.py", line 28, in 
import unittest2 as unittest
ImportError: No module named unittest2
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

  File "", line 16, in 

  File "/private/tmp/pip_build_root/testtools/setup.py", line 10, in 


import testtools

  File "testtools/__init__.py", line 69, in 

from testtools.testcase import (

  File "testtools/testcase.py", line 28, in 

import unittest2 as unittest

ImportError: No module named unittest2


Cleaning up...
Command python setup.py egg_info failed with error code 1 in 
/private/tmp/pip_build_root/testtools
Storing complete log in /Users/wuwenxiang/Library/Logs/pip.log

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1413501/+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 1419225] Re: horizon unit tests report acturally does not generate like others , such as nova, ceilometer...

2015-11-24 Thread Rob Cresswell
** 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/1419225

Title:
  horizon unit tests report acturally does not generate like others
  ,such as nova,ceilometer...

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  horizon unit tests report acturally does not generate like others ,such as 
nova,ceilometer..
  in nova ,ceilometer,when run the unit tests, it will generate a folder 
.testrepository ; in the folder, I can find the steam messages, the latest 
unittest report can be find in it ;but, when I run horizon unit test, it 
acturally does not  generate a folder .testrepository ;
  so anyone can tell me how to generate the report ,thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1419225/+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 1413805] Re: capture text logged in integration tests to a file

2015-11-24 Thread Rob Cresswell
** 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/1413805

Title:
  capture text logged  in integration tests to a file

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
   the unittest2 runner replaces sys.stdout/sys.stderr before the
  testing starts, and the StreamHandler is still writing to the original
  sys.stdout.

  To assign the 'current' sys.stdout to the handler

  
  import sys
  import unittest
  import logging

  logger = logging.getLogger()
  logger.level = logging.DEBUG

  class TestCase(unittest.TestCase):
  def Setup(self):
  //stream_handler = logging.StreamHandler(sys.stdout)
  self.handler =  logging.StreamHandler(sys.stdout)
  logger.addHandler(stream_handler)
  
def Teardown()
  logger.removeHandler(stream_handler)

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1413805/+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 1434208] Re: Launch Instance Port Profile Selection Missing

2015-11-24 Thread Rob Cresswell
IIRC, this was all cisco specific code so we dont need to worry about
it.

** Changed in: horizon
   Status: In Progress => 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/1434208

Title:
  Launch Instance Port Profile Selection Missing

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  To support the feature parity with the existing launch instance workflow, the 
new angular workflow needs some additional information from Neutron.
   
  This requires the following API calls:

   -is_port_profiles_supported():
-port_create
-port_delete
-profile_list(request, type_p)

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1434208/+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 1350953] Re: Unaligned form confirm/cancel buttons

2015-11-24 Thread Rob Cresswell
** Changed in: horizon
   Status: In Progress => 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/1350953

Title:
  Unaligned form confirm/cancel buttons

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Modal form confirm/cancel buttons are no longer aligned.
  Look at screenshot below.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1350953/+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 1437989] Re: change body scroll to main_content scroll

2015-11-24 Thread Rob Cresswell
** Changed in: horizon
   Status: In Progress => Opinion

** Changed in: horizon
 Assignee: tinytmy (tangmeiyan77) => (unassigned)

-- 
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/1437989

Title:
  change body scroll to main_content scroll

Status in OpenStack Dashboard (Horizon):
  Opinion

Bug description:
  When content is overflow, now it is body scroll, we can fixed the header,
  just scroll the main_content

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1437989/+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 1475402] Re: Magic Search needs to be updated to 0.2.5

2015-11-24 Thread Rob Cresswell
** Changed in: horizon
   Status: In Progress => 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/1475402

Title:
  Magic Search needs to be updated to 0.2.5

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Update Magic Search to pick up fix to allow for multiple Magic Search
  widget on same page.  This is needed for ng Launch Instance wizard.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1475402/+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 1437254] Re: post-creation option not working in icehouse

2015-11-24 Thread Rob Cresswell
** Changed in: horizon
   Status: New => Won't Fix

-- 
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/1437254

Title:
  post-creation option not working in icehouse

Status in OpenStack Dashboard (Horizon):
  Won't Fix

Bug description:
  I am trying to run a simple bash script using the post creation option
  while deploying an instance in openstack icehouse dashboard. using
  RHEL image and the instance gets deployed fine and is up and running.
  But the mentioned script is not reflected in the instance at all.

  The script is below

  #!/bin/bash
  mkdir /root/sampledir


  Colud you kindly asssist to solve this issue.. i verified all the logs
  but could not trace out.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1437254/+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 1403216] Re: Router popover in network topology not next to router box

2015-11-24 Thread Rob Cresswell
** 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/1403216

Title:
  Router popover in network topology not next to router box

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  In Firefox and IE9, the popover for the router appears to the far
  right and not next to the router representation in the topology. Seems
  to work correctly in Safari.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1403216/+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 1480006] Re: Missing spec for app.module.js

2015-11-25 Thread Rob Cresswell
** 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/1480006

Title:
  Missing spec for app.module.js

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  We shuld have a spec file for app.module.js.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1480006/+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 1462626] Re: gate-horizon-npm-run-test fails with "ReferenceError: Can't find variable: angular"

2015-11-25 Thread Rob Cresswell
** 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/1462626

Title:
  gate-horizon-npm-run-test fails with "ReferenceError: Can't find
  variable: angular"

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  http://logs.openstack.org/98/188198/2/gate/gate-horizon-npm-run-
  test/ebd8ec3/console.html#_2015-06-05_23_49_53_843

  2015-06-05 23:49:52.295 | INFO [karma]: Karma v0.12.31 server 
started at http://localhost:9876/
  2015-06-05 23:49:52.298 | INFO [launcher]: Starting browser 
PhantomJS
  2015-06-05 23:49:52.348 | WARN [watcher]: Pattern 
"/home/jenkins/workspace/gate-horizon-npm-run-test/.venv/lib/python2.7/site-packages/xstatic/pkg/jquery/data/jquery.js"
 does not match any file.
  2015-06-05 23:49:52.348 | WARN [watcher]: Pattern 
"/home/jenkins/workspace/gate-horizon-npm-run-test/.venv/lib/python2.7/site-packages/xstatic/pkg/angular/data/angular.js"
 does not match any file.
  2015-06-05 23:49:52.348 | WARN [watcher]: Pattern 
"/home/jenkins/workspace/gate-horizon-npm-run-test/.venv/lib/python2.7/site-packages/xstatic/pkg/angular/data/angular-mocks.js"
 does not match any file.
  2015-06-05 23:49:52.349 | WARN [watcher]: Pattern 
"/home/jenkins/workspace/gate-horizon-npm-run-test/.venv/lib/python2.7/site-packages/xstatic/pkg/angular/data/angular-cookies.js"
 does not match any file.
  2015-06-05 23:49:52.349 | WARN [watcher]: Pattern 
"/home/jenkins/workspace/gate-horizon-npm-run-test/.venv/lib/python2.7/site-packages/xstatic/pkg/angular_bootstrap/data/angular-bootstrap.js"
 does not match any file.
  2015-06-05 23:49:52.349 | WARN [watcher]: Pattern 
"/home/jenkins/workspace/gate-horizon-npm-run-test/.venv/lib/python2.7/site-packages/xstatic/pkg/angular/data/angular-sanitize.js"
 does not match any file.
  2015-06-05 23:49:52.349 | WARN [watcher]: Pattern 
"/home/jenkins/workspace/gate-horizon-npm-run-test/.venv/lib/python2.7/site-packages/xstatic/pkg/d3/data/d3.js"
 does not match any file.
  2015-06-05 23:49:52.349 | WARN [watcher]: Pattern 
"/home/jenkins/workspace/gate-horizon-npm-run-test/.venv/lib/python2.7/site-packages/xstatic/pkg/rickshaw/data/rickshaw.js"
 does not match any file.
  2015-06-05 23:49:52.350 | WARN [watcher]: Pattern 
"/home/jenkins/workspace/gate-horizon-npm-run-test/.venv/lib/python2.7/site-packages/xstatic/pkg/angular_smart_table/data/smart-table.js"
 does not match any file.
  2015-06-05 23:49:52.350 | WARN [watcher]: Pattern 
"/home/jenkins/workspace/gate-horizon-npm-run-test/.venv/lib/python2.7/site-packages/xstatic/pkg/angular_lrdragndrop/data/lrdragndrop.js"
 does not match any file.
  2015-06-05 23:49:52.389 | WARN [watcher]: Pattern 
"/home/jenkins/workspace/gate-horizon-npm-run-test/.venv/lib/python2.7/site-packages/xstatic/pkg/spin/data/spin.js"
 does not match any file.
  2015-06-05 23:49:52.389 | WARN [watcher]: Pattern 
"/home/jenkins/workspace/gate-horizon-npm-run-test/.venv/lib/python2.7/site-packages/xstatic/pkg/spin/data/spin.jquery.js"
 does not match any file.
  2015-06-05 23:49:52.390 | WARN [watcher]: Pattern 
"/home/jenkins/workspace/gate-horizon-npm-run-test/.venv/lib/python2.7/site-packages/xstatic/pkg/magic_search/data/magic_search.js"
 does not match any file.
  2015-06-05 23:49:53.800 | INFO [PhantomJS 1.9.8 (Linux)]: Connected 
on socket 119s_1rw1RY8sCw6IXoD with id 62577860
  2015-06-05 23:49:53.843 | PhantomJS 1.9.8 (Linux) ERROR
  2015-06-05 23:49:53.843 |   ReferenceError: Can't find variable: angular
  2015-06-05 23:49:53.843 |   at 
/home/jenkins/workspace/gate-horizon-npm-run-test/horizon/static/horizon/js/angular/hz.api.module.js:9
  2015-06-05 23:49:53.844 | 
  2015-06-05 23:49:53.844 | 
  2015-06-05 23:49:53.861 | npm ERR! weird error 1
  2015-06-05 23:49:53.861 | npm WARN This failure might be due to the use of 
legacy binary "node"
  2015-06-05 23:49:53.861 | npm WARN For further explanations, please read
  2015-06-05 23:49:53.862 | /usr/share/doc/nodejs/README.Debian
  2015-06-05 23:49:53.862 |  
  2015-06-05 23:49:53.862 | npm ERR! not ok code 0
  2015-06-05 23:49:53.986 | Build step 'Execute shell' marked build as failure

  
  
http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiUmVmZXJlbmNlRXJyb3I6IENhbid0IGZpbmQgdmFyaWFibGU6IGFuZ3VsYXJcIiBBTkQgYnVpbGRfbmFtZTpcImdhdGUtaG9yaXpvbi1ucG0tcnVuLXRlc3RcIiBBTkQgdGFnczpcImNvbnNvbGVcIiIsImZpZWxkcyI6W10sIm9mZnNldCI6MCwidGltZWZyYW1lIjoiNjA0ODAwIiwiZ3JhcGhtb2RlIjoiY291bnQiLCJ0aW1lIjp7InVzZXJfaW50ZXJ2YWwiOjB9LCJzdGFtcCI6MTQzMzU5NTYwMzU4MiwibW9kZSI6IiIsImFuYWx5emVfZmllbGQiOiIifQ==

  102 hits since 6/4. Might be fixed already.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/146262

[Yahoo-eng-team] [Bug 1463162] Re: tabs in Launch instance form page does not work.

2015-11-25 Thread Rob Cresswell
** 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/1463162

Title:
  tabs in Launch instance form page does not work.

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Build the latest devstack
  login to horizon, and click on launch instance.

  observe that the launch instance page does not look good.

  All the fields are displayed on the details tab: and other tabs does
  not work.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1463162/+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 1275950] Re: Missing Cancel button on some Create/Edit screens

2015-11-25 Thread Rob Cresswell
Checked several of these and they seem to have been fixed.

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

** Changed in: horizon
 Assignee: Vahid Hashemian (vahidhashemian) => (unassigned)

** Changed in: horizon
   Importance: Low => Undecided

-- 
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/1275950

Title:
  Missing Cancel button on some Create/Edit screens

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  The Cancel button is missing on these dialog boxes:
  - Project -> Instances -> +Launch Instance / Edit Instance / Edit Security 
Group / Resize Instance
  - Admin -> Instances -> Edit Instance
  - Admin -> Flavors -> +Create Flavor / Edit Flavor / Modify Access
  - Admin -> Defaults -> Update Defaults
  - Admin -> Projects -> +Create Project / Modify Users / Edit Project / Modify 
Quota

  Adding it on these forms would improve usability and consistency with
  other screens that already have the Cancel button.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1275950/+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 1523849] [NEW] Incorrect ID for theme preview navigation

2015-12-08 Thread Rob Cresswell
Public bug reported:

The "Dialogs" section has an ID of 'dialos', meaning the nav doesn't
work correctly for that section.

** Affects: horizon
 Importance: Low
     Assignee: Rob Cresswell (robcresswell)
 Status: In Progress

** Changed in: horizon
 Assignee: (unassigned) => Rob Cresswell (robcresswell)

** Changed in: horizon
Milestone: None => mitaka-2

** Changed in: horizon
   Importance: Undecided => Low

-- 
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/1523849

Title:
  Incorrect ID for theme preview navigation

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  The "Dialogs" section has an ID of 'dialos', meaning the nav doesn't
  work correctly for that section.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1523849/+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 1717342] Re: [RFE] View and modify cinder volume type quotas in horizon

2017-09-25 Thread Rob Cresswell
Horizon doesn't use RFEs, and we don't have the development scope right
now to pick up general feature requests. If you have some time /
resources to work on this feature, please propose a blueprint using the
template here: https://blueprints.launchpad.net/horizon/+spec/template

** 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/1717342

Title:
  [RFE] View and modify cinder volume type quotas  in horizon

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Description of problem:
  cinder volume types are governed by their own quotas. Currently, horizon can 
neither display nor modify those quotas.

  
https://docs.openstack.org/python-openstackclient/latest/cli/command-objects/volume-type.html
  https://docs.openstack.org/horizon/latest/admin/manage-volumes.html

  Looking at the quotas:
  ~~~
  [stack@undercloud-1 ~]$ cinder quota-show db2b3d12c0c644a19780132399321045
  +--+---+
  | Property | Value |
  +--+---+
  | backup_gigabytes | 1000  |
  | backups  | 10|
  | gigabytes| 1000  |
  | gigabytes_low-iops   | -1|
  | per_volume_gigabytes | -1|
  | snapshots| 10|
  | snapshots_low-iops   | -1|
  | volumes  | 10|
  | volumes_low-iops | -1|
  +--+---+
  ~~~

  ~~~
  [stack@undercloud-1 ~]$ cinder quota-usage db2b3d12c0c644a19780132399321045
  +--++--+---+
  | Type | In_use | Reserved | Limit |
  +--++--+---+
  | backup_gigabytes | 0  | 0| 1000  |
  | backups  | 0  | 0| 10|
  | gigabytes| 8  | 0| 1000  |
  | gigabytes_low-iops   | 4  | 0| -1|
  | per_volume_gigabytes | 0  | 0| -1|
  | snapshots| 0  | 0| 10|
  | snapshots_low-iops   | 0  | 0| -1|
  | volumes  | 2  | 0| 10|
  | volumes_low-iops | 1  | 0| -1|
  +--++--+---+
  ~~~

  The only places I found for quotas or for volume types where this
  could possibly be are:

  Which is this URL (with different IP/hostname of course):
  http://10.0.0.6/dashboard/admin/defaults/

  Next, there's obviously
  http://10.0.0.6/dashboard/project/

  None provides a way to set the per volume type quotas.

  Another place where this could be possible is:
  http://10.0.0.6/dashboard/admin/volumes/  and then under the Volume Types tab.

  None of the above provides a way to see or edit the quotas for the new
  volume types.

  Obviously, this would lead to completely invalid quota display in
  horizon if the default volume type is set to anything other than
  , in which case the display will likely still show the global
  default.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1717342/+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 1722499] Re: error neutron_lbaas_dashboard "Unable to retrieve load balancers."

2017-10-11 Thread Rob Cresswell
You've updated Horizon but not updated your plugin. If you look at the
Neutron LBaaS plugin code, stable/ocata branch has the offending line
but stable/pike does not. Please use Pike plugins with Pike Horizon.

** 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/1722499

Title:
  error neutron_lbaas_dashboard "Unable to retrieve load balancers."

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  After update ocata to pike.

  [root@mgmt2 ~]# rpm -qa | grep openstack-neutron-lbaas
  openstack-neutron-lbaas-11.0.1-1.el7.noarch
  [root@mgmt2 ~]# rpm -qa | grep openstack-dashboard
  openstack-dashboard-12.0.0-2.el7.noarch

  
  When accessing "Load Balancers" Tab in Horizon UI a following error occured: 
Unable to retrieve load balancers.

  
  horizon error log

  [Tue Oct 10 11:45:05.726886 2017] [:error] [pid 10723] error invoking 
apiclient
  [Tue Oct 10 11:45:05.726903 2017] [:error] [pid 10723] Traceback (most recent 
call last):
  [Tue Oct 10 11:45:05.726906 2017] [:error] [pid 10723]   File 
"/usr/share/openstack-dashboard/openstack_dashboard/api/rest/utils.py", line 
128, in _wrapped
  [Tue Oct 10 11:45:05.726908 2017] [:error] [pid 10723] data = 
function(self, request, *args, **kw)
  [Tue Oct 10 11:45:05.726910 2017] [:error] [pid 10723]   File 
"/usr/lib/python2.7/site-packages/neutron_lbaas_dashboard/api/rest/lbaasv2.py", 
line 418, in get
  [Tue Oct 10 11:45:05.726926 2017] [:error] [pid 10723] if 
request.GET.get('full') and network.floating_ip_supported(request):
  [Tue Oct 10 11:45:05.726928 2017] [:error] [pid 10723] AttributeError: 
'module' object has no attribute 'floating_ip_supported'

  old version dashboard "loating_ip_supported" in the /usr/share
  /openstack-dashboard/openstack_dashboard/api/network.py

  def floating_ip_supported(request):
  nwc = NetworkClient(request)
  return nwc.enabled and nwc.floating_ips.is_supported()

  This problem was solved only by copying the old file
  openstack_dashboard/api/network.py in the new dashboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1722499/+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 1628892] Re: Admin network panel throws something went wrong page

2016-10-07 Thread Rob Cresswell
This was fixed in Newton by https://review.openstack.org/#/c/325670, so
you can just backport it cleanly.

** Changed in: horizon
Milestone: next => None

** Changed in: horizon
   Status: New => Fix Released

** Tags added: mitaka-backport-potential

-- 
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/1628892

Title:
  Admin network panel throws something went wrong page

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  When neutron service is down, if user tries to visit the networks
  panel in the admin dashboard it will give some thing went wrong page.

  How ever the network panel in project view will throw a pop-up saying
  unable to retrieve networks but still shows the page with out giving
  some thing went wrong page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1628892/+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 1584917] Re: [ng launch instance] Delete Vol on Instance Delete toggle shows up twice

2016-10-26 Thread Rob Cresswell
** Changed in: horizon
   Status: In Progress => Invalid

** Changed in: horizon
 Assignee: Cindy Lu (clu-m) => (unassigned)

** Tags removed: newton-backport-potential

** Changed in: horizon
Milestone: ocata-1 => None

-- 
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/1584917

Title:
  [ng launch instance] Delete Vol on Instance Delete toggle shows up
  twice

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  ng launch instance wizard
  source step
  if you change boot source to Volume or Volume Snapshot, it causes two 'Delete 
Volume on Instance Delete' toggle controls to show up. One should be removed.

  1)
  
https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/static/dashboard/project/workflow
  /launch-instance/source/source.html#L44

  2)
  
https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/static/dashboard/project/workflow
  /launch-instance/source/source.html#L83

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1584917/+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 1638051] [NEW] Horizon's example local_conf is outdated

2016-10-31 Thread Rob Cresswell
Public bug reported:

The example local.conf provided by Horizon is out of date, referencing
things like enabling neutron when it is on by default.

** Affects: horizon
 Importance: Wishlist
 Assignee: Rob Cresswell (robcresswell)
 Status: New


** Tags: documentation

** Changed in: horizon
Milestone: None => ocata-1

** Changed in: horizon
 Assignee: (unassigned) => Rob Cresswell (robcresswell)

** Changed in: horizon
   Importance: Undecided => Wishlist

** Tags added: documentation

-- 
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/1638051

Title:
  Horizon's example local_conf is outdated

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The example local.conf provided by Horizon is out of date, referencing
  things like enabling neutron when it is on by default.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1638051/+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 1638240] [NEW] manage.py compilemessages fails

2016-11-01 Thread Rob Cresswell
Public bug reported:

Some of the manage.py commands fail with the following error:

CommandError: This script should be run from the Django Git checkout or
your project or app tree, or with the settings module specified.

This is due to LOCALE_PATHS missing from our settings.

** Affects: horizon
 Importance: High
 Assignee: Rob Cresswell (robcresswell)
 Status: New


** Tags: newton-backport-potential

** Changed in: horizon
   Importance: Undecided => High

** Changed in: horizon
Milestone: None => ocata-1

** Changed in: horizon
 Assignee: (unassigned) => Rob Cresswell (robcresswell)

** Tags added: newton-backport-potential

-- 
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/1638240

Title:
  manage.py compilemessages fails

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Some of the manage.py commands fail with the following error:

  CommandError: This script should be run from the Django Git checkout
  or your project or app tree, or with the settings module specified.

  This is due to LOCALE_PATHS missing from our settings.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1638240/+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 1638239] [NEW] manage.py compilemessages fails

2016-11-01 Thread Rob Cresswell
Public bug reported:

Some of the manage.py commands fail with the following error:

CommandError: This script should be run from the Django Git checkout or
your project or app tree, or with the settings module specified.

This is due to LOCALE_PATHS missing from our settings.

** 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/1638239

Title:
  manage.py compilemessages fails

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Some of the manage.py commands fail with the following error:

  CommandError: This script should be run from the Django Git checkout
  or your project or app tree, or with the settings module specified.

  This is due to LOCALE_PATHS missing from our settings.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1638239/+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 1636671] Re: log.error use _LE of i18n

2016-11-01 Thread Rob Cresswell
My understanding is that log messages should never be translated, so
they can be googled. Otherwise it is problematic to search for similar
answers.

** Changed in: horizon
   Status: New => Won't Fix

-- 
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/1636671

Title:
  log.error use _LE of i18n

Status in OpenStack Dashboard (Horizon):
  Won't Fix

Bug description:
  The code should use the right marker function, to ensure that strings
  the user sees will be translated and to help the translation team
  manage their work load.

  eg: log.error should use _LE.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1636671/+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 1636607] Re: Authenticating with user 'admin' from the UI fails - Error in keystone.log

2016-11-01 Thread Rob Cresswell
What cache do you have set up? Specifically the value for `CACHES` in
openstack_dashboard/local/local_settings.py

** Also affects: keystone
   Importance: Undecided
   Status: New

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

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

Title:
  Authenticating with user 'admin' from the UI fails  - Error in
  keystone.log

Status in OpenStack Dashboard (Horizon):
  Incomplete
Status in OpenStack Identity (keystone):
  New

Bug description:
  I am setting up OpenStack Mitaka on Ubuntu 14.04 server by following :
  http://docs.openstack.org/mitaka/install-guide-ubuntu/

  Once I install the dashboard, when I try to login using the 'admin'
  account, it gives me the following error on the UI 'An error occurred
  authenticating. Please try again later.'

  On further investigation, I see the following error in
  /var/log/apache2/keystone.log

  If you notice the last line, it is referring to 'build_auth_contet' in
  keystone-paste.ini which might be a typo for build_auth_context

  

  2016-10-25 12:11:24.768822 2016-10-25 12:11:24.768 30696 WARNING 
keystone.assignment.core [-] Deprecated: Use of the identity driver config to 
automatically configure the same assignment driver has been deprecated, in the 
"O" release, the assignment driver will need to be expicitly configured if 
different than the default (SQL).
  2016-10-25 12:11:24.887918 mod_wsgi (pid=30696): Target WSGI script 
'/usr/bin/keystone-wsgi-public' cannot be loaded as Python module.
  2016-10-25 12:11:24.887945 mod_wsgi (pid=30696): Exception occurred 
processing WSGI script '/usr/bin/keystone-wsgi-public'.
  2016-10-25 12:11:24.887979 Traceback (most recent call last):
  2016-10-25 12:11:24.887995   File "/usr/bin/keystone-wsgi-public", line 36, 
in 
  2016-10-25 12:11:24.888020 application = initialize_public_application()
  2016-10-25 12:11:24.888033   File 
"/usr/lib/python2.7/dist-packages/keystone/server/wsgi.py", line 62, in 
initialize_public_application
  2016-10-25 12:11:24.888062 return initialize_application('main')
  2016-10-25 12:11:24.888071   File 
"/usr/lib/python2.7/dist-packages/keystone/server/wsgi.py", line 53, in 
initialize_application
  2016-10-25 12:11:24.888083 startup_application_fn=loadapp)
  2016-10-25 12:11:24.888092   File 
"/usr/lib/python2.7/dist-packages/keystone/server/common.py", line 51, in 
setup_backends
  2016-10-25 12:11:24.888118 res = startup_application_fn()
  2016-10-25 12:11:24.888126   File 
"/usr/lib/python2.7/dist-packages/keystone/server/wsgi.py", line 50, in loadapp
  2016-10-25 12:11:24.888139 'config:%s' % config.find_paste_config(), name)
  2016-10-25 12:11:24.888147   File 
"/usr/lib/python2.7/dist-packages/keystone/version/service.py", line 53, in 
loadapp
  2016-10-25 12:11:24.888252 controllers.latest_app = deploy.loadapp(conf, 
name=name)
  2016-10-25 12:11:24.888267   File 
"/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 247, in 
loadapp
  2016-10-25 12:11:24.888448 return loadobj(APP, uri, name=name, **kw)
  2016-10-25 12:11:24.888461   File 
"/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 272, in 
loadobj
  2016-10-25 12:11:24.888475 return context.create()
  2016-10-25 12:11:24.888484   File 
"/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 710, in create
  2016-10-25 12:11:24.888498 return self.object_type.invoke(self)
  2016-10-25 12:11:24.888508   File 
"/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 144, in invoke
  2016-10-25 12:11:24.888534 **context.local_conf)
  2016-10-25 12:11:24.888544   File 
"/usr/lib/python2.7/dist-packages/paste/deploy/util.py", line 55, in fix_call
  2016-10-25 12:11:24.888593 val = callable(*args, **kw)
  2016-10-25 12:11:24.888605   File 
"/usr/lib/python2.7/dist-packages/paste/urlmap.py", line 28, in urlmap_factory
  2016-10-25 12:11:24.888685 app = loader.get_app(app_name, 
global_conf=global_conf)
  2016-10-25 12:11:24.888710   File 
"/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 350, in 
get_app
  2016-10-25 12:11:24.888726 name=name, global_conf=global_conf).create()
  2016-10-25 12:11:24.888738   File 
"/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 362, in 
app_context
  2016-10-25 12:11:24.888765 APP, name=name, global_conf=global_conf)
  2016-10-25 12:11:24.888774   File 
"/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 450, in 
get_context
  2016-10-25 12:11:24.888788 global_additions=global_additions)
  2016-10-25 12:11:24.888797   File 
"/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 562, in 
_pipeline_app_context
  2016-10-25 12:11:24.10 for name in pipeline[:-1]]
  2

[Yahoo-eng-team] [Bug 1636878] Re: scrolling and overflow of fip assignment or left hand nav is broken

2016-11-01 Thread Rob Cresswell
*** This bug is a duplicate of bug 1628274 ***
https://bugs.launchpad.net/bugs/1628274

Duplicate of https://bugs.launchpad.net/horizon/+bug/1628274 and
https://bugs.launchpad.net/horizon/+bug/1603496

Will track those instead as they already have assignees and patches in
the works.

** This bug has been marked a duplicate of bug 1628274
   No vertical scroll bar when panel list extends past window bottom

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

** Changed in: horizon
Milestone: ocata-1 => None

** Changed in: horizon
 Assignee: Rob Cresswell (robcresswell) => (unassigned)

** Tags removed: low-hanging-fruit newton-backport-potential

-- 
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/1636878

Title:
  scrolling and overflow of fip assignment or left hand nav is broken

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  When adding a fip to an instance, the drop down select / combo boxes
  overflow in wrong /weird ways.

  Also, if your left hand nav is very long, the scrolling does not work
  here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1636878/+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 1534555] Re: [Django 1.9] django.forms.util renamed with an s

2016-11-01 Thread Rob Cresswell
** No longer affects: horizon/liberty

-- 
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/1534555

Title:
  [Django 1.9] django.forms.util renamed with an s

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  The class django.forms.util was renamed django.forms.utils (note the
  added s) in Django 1.9. Horizon must follow.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1534555/+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 1505976] Re: containers loading image location hardcoded

2016-11-01 Thread Rob Cresswell
** No longer affects: horizon/kilo

-- 
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/1505976

Title:
  containers loading image location hardcoded

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  
https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/containers/tables.py#L36

  loading gif location hardcoded, and does not respect webroot setting

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1505976/+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 1513179] Re: create volume workflow does not compute quota usage correctly

2016-11-01 Thread Rob Cresswell
** No longer affects: horizon/kilo

-- 
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/1513179

Title:
  create volume workflow does not compute quota usage correctly

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  The cinder quota on gigabytes is the sum of both volumes and
  snapshots. This is not correctly reflected in the create volume
  dialog, which allows the user to attempt to create volumes when there
  is not enough quota available, which results in a useless error
  message.

  To recreate the problem:
  1) on Project->Compute->Volumes create a 1G empty volume
  2) on the same panel create a snapshot of the new volume
  3) on Identity->Projects->[your project] choose Modify Quota and set the 
quota for "Total Size of Volumes and Snapshots (GB) " to 3G.
  4) Note that the quota usage (2 of 3) is correctly reflected on 
Project->Compute-Overview
  5) on Project->Compute->Volumes click Create Volume
  *Note the the quota is not accurately reflected
  6) Attempt to create a new volume of size 2G.
  *Note the obscure failure message "Error: Unable to create volume."

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1513179/+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 1480563] Re: weird sort for hypervisor_hostname

2016-11-01 Thread Rob Cresswell
** No longer affects: horizon/kilo

-- 
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/1480563

Title:
  weird sort for hypervisor_hostname

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  weird sort for hypervisor_hostname

  For example, there are 4 hypervisors and this is the usually ordered
  list:

east-01, east-02, west-01, west-02

  However when we do sort by hypervisor_hostname in the hypervisors table
  on the admin view, this is a possible result:

east-01, west-01, east-02, west-02

  This is caused by the fact that a javascript sort function (naturalSort)
  sees only a number in a text and ignores its prefix for ordering.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1480563/+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 1476439] Re: update_metadata for flavors and images shows blank. static basePath not set correctly.

2016-11-01 Thread Rob Cresswell
** No longer affects: horizon/kilo

-- 
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/1476439

Title:
  update_metadata for flavors and images  shows blank.  static basePath
  not set correctly.

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Currently using OpenStack Kilo on CentOS 7. Issue is with:

  openstack-dashboard-2015.1.0-7.el7.noarch
  /usr/share/openstack-dashboard/static/angular/widget.module.js

  When using the update_metadata feature in horizon in the flavors and
  images section, the meta data table is not displayed. Have also seen
  this cause problems when using heat.

  The basePath in the javascript is not being set correctly and
  resulting in a redirect loop:

  [Tue Jul 21 00:14:22.097739 2015] [core:error] [pid 14453] (36)File
  name too long: [client ] AH00036: access to
  
/dashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboardauth/login/
  failed (filesystem path
  
'/var/www/html/dashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboarddashboardauth')

  I was able to fix by modifying the widget.module.js file

  $ diff -u /usr/share/openstack-dashboard/static/angular/widget.module.js.orig 
/usr/share/openstack-dashboard/static/angular/widget.module.js
  --- /usr/share/openstack-dashboard/static/angular/widget.module.js.orig   
2015-07-21 00:55:07.641502063 +
  +++ /usr/share/openstack-dashboard/static/angular/widget.module.js  
2015-07-21 00:41:37.476953146 +
  @@ -17,6 +17,6 @@
   'hz.widget.metadata-display',
   'hz.framework.validators'
 ])
  -.constant('basePath', '/static/angular/');
  +.constant('basePath', '/dashboard/static/angular/');
   
   })();

  Ideally this file should not need to be modified and should be
  generated using WEBROOT in local_settings, alternatively documentation
  should be updated if this file must be modified by hand.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1476439/+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 1475190] Re: Network Profile is not supported in Kilo

2016-11-01 Thread Rob Cresswell
** Changed in: horizon/kilo
   Status: Fix Committed => Fix Released

-- 
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/1475190

Title:
  Network Profile is not supported in Kilo

Status in OpenStack Dashboard (Horizon):
  Invalid
Status in OpenStack Dashboard (Horizon) kilo series:
  Fix Released

Bug description:
  Cisco N1kv ML2 driver does not support network profiles extension in
  kilo. The network profile support in horizon needs to be removed for
  stable/kilo.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1475190/+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 1469589] Re: network_topology page not working

2016-11-01 Thread Rob Cresswell
** No longer affects: horizon/kilo

-- 
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/1469589

Title:
  network_topology page not working

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Latest branch of horizon, when viewing project/network_topology/,
  error occurs:

  2015-06-29 03:44:23.857338 Internal Server Error: /project/network_topology/
  2015-06-29 03:44:23.857371 Traceback (most recent call last):
  2015-06-29 03:44:23.857377   File 
"/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 
112, in get_response
  2015-06-29 03:44:23.857382 response = wrapped_callback(request, 
*callback_args, **callback_kwargs)
  2015-06-29 03:44:23.857387   File 
"/data/stack/horizon/openstack_dashboard/wsgi/../../horizon/decorators.py", 
line 36, in dec
  2015-06-29 03:44:23.857393 return view_func(request, *args, **kwargs)
  2015-06-29 03:44:23.857398   File 
"/data/stack/horizon/openstack_dashboard/wsgi/../../horizon/decorators.py", 
line 52, in dec
  2015-06-29 03:44:23.857402 return view_func(request, *args, **kwargs)
  2015-06-29 03:44:23.857407   File 
"/data/stack/horizon/openstack_dashboard/wsgi/../../horizon/decorators.py", 
line 36, in dec
  2015-06-29 03:44:23.857412 return view_func(request, *args, **kwargs)
  2015-06-29 03:44:23.857416   File 
"/data/stack/horizon/openstack_dashboard/wsgi/../../horizon/decorators.py", 
line 84, in dec
  2015-06-29 03:44:23.857421 return view_func(request, *args, **kwargs)
  2015-06-29 03:44:23.857426   File 
"/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py", line 69, 
in view
  2015-06-29 03:44:23.857430 return self.dispatch(request, *args, **kwargs)
  2015-06-29 03:44:23.857435   File 
"/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py", line 87, 
in dispatch
  2015-06-29 03:44:23.857440 return handler(request, *args, **kwargs)
  2015-06-29 03:44:23.857444   File 
"/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py", line 
154, in get
  2015-06-29 03:44:23.857449 context = self.get_context_data(**kwargs)
  2015-06-29 03:44:23.857454   File 
"/data/stack/horizon/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/network_topology/views.py",
 line 123, in get_context_data
  2015-06-29 03:44:23.857459 context['instance_quota_exceeded'] = 
self._quota_exceeded('instances')
  2015-06-29 03:44:23.857464   File 
"/data/stack/horizon/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/network_topology/views.py",
 line 113, in _quota_exceeded
  2015-06-29 03:44:23.857469 usages = 
quotas.tenant_quota_usages(self.request)
  2015-06-29 03:44:23.857474   File 
"/data/stack/horizon/openstack_dashboard/wsgi/../../horizon/utils/memoized.py", 
line 90, in wrapped
  2015-06-29 03:44:23.857478 value = cache[key] = func(*args, **kwargs)
  2015-06-29 03:44:23.857483   File 
"/data/stack/horizon/openstack_dashboard/wsgi/../../openstack_dashboard/usage/quotas.py",
 line 362, in tenant_quota_usages
  2015-06-29 03:44:23.857501 _get_tenant_volume_usages(request, usages, 
disabled_quotas, tenant_id)
  2015-06-29 03:44:23.857506   File 
"/data/stack/horizon/openstack_dashboard/wsgi/../../openstack_dashboard/usage/quotas.py",
 line 333, in _get_tenant_volume_usages
  2015-06-29 03:44:23.857511 snapshots = 
cinder.volume_snapshot_list(request, opts)
  2015-06-29 03:44:23.857516   File 
"/data/stack/horizon/openstack_dashboard/wsgi/../../openstack_dashboard/api/cinder.py",
 line 311, in volume_snapshot_list
  2015-06-29 03:44:23.857520 search_opts=search_opts)]
  2015-06-29 03:44:23.857525   File 
"/usr/local/lib/python2.7/dist-packages/cinderclient/v2/volume_snapshots.py", 
line 132, in list
  2015-06-29 03:44:23.857530 "snapshots")
  2015-06-29 03:44:23.857534   File 
"/usr/local/lib/python2.7/dist-packages/cinderclient/base.py", line 65, in _list
  2015-06-29 03:44:23.857539 resp, body = self.api.client.get(url)
  2015-06-29 03:44:23.857543   File 
"/usr/local/lib/python2.7/dist-packages/cinderclient/client.py", line 326, in 
get
  2015-06-29 03:44:23.857548 return self._cs_request(url, 'GET', **kwargs)
  2015-06-29 03:44:23.857553   File 
"/usr/local/lib/python2.7/dist-packages/cinderclient/client.py", line 289, in 
_cs_request
  2015-06-29 03:44:23.857557 **kwargs)
  2015-06-29 03:44:23.857562   File 
"/usr/local/lib/python2.7/dist-packages/cinderclient/client.py", line 272, in 
request
  2015-06-29 03:44:23.857566 raise exceptions.from_response(resp, body)
  2015-06-29 03:44:23.857571 ClientException: The server has either erred or is 
incapable of performing the requested operation. (HTTP 500) (Request-ID: 
req-9b76a8d0-a4e4-422e-bbf6-07cdfaf1062d)

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1469589/+subsc

[Yahoo-eng-team] [Bug 1451681] Re: [launch instance] new launch instance doesn't honor webroot setting

2016-11-01 Thread Rob Cresswell
** No longer affects: horizon/kilo

-- 
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/1451681

Title:
  [launch instance] new launch instance doesn't honor webroot setting

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  I moved my dashboard to /dashboard (webroot setting in local_settings)

  With new launch instance: hitting "launch instance", screen stays white,
  firebug reports:
  "NetworkError: 404 Not Found - http:///static/angular/wizard/wizard.html";

  Note there is "/dashboard" in front of "/static" missing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1451681/+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 1444421] Re: Launch instance fails with nova network

2016-11-01 Thread Rob Cresswell
** No longer affects: horizon/kilo

-- 
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/121

Title:
  Launch instance fails with nova network

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Current Launch Instance (not angular launch instance)

  git checkout from kilo rc1:

  I have deployed as system with nova network instead of neutron.

  While trying to launch an instance, I'm getting:
  Internal Server Error: /project/instances/launch
  Traceback (most recent call last):
    File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 
164, in get_response
  response = response.render()
    File "/usr/lib/python2.7/site-packages/django/template/response.py", line 
158, in render
  self.content = self.rendered_content
    File "/usr/lib/python2.7/site-packages/django/template/response.py", line 
135, in rendered_content
  content = template.render(context, self._request)
    File "/usr/lib/python2.7/site-packages/django/template/backends/django.py", 
line 74, in render
  return self.template.render(context)
    File "/usr/lib/python2.7/site-packages/django/template/base.py", line 209, 
in render
  return self._render(context)
    File "/usr/lib/python2.7/site-packages/django/template/base.py", line 201, 
in _render
  return self.nodelist.render(context)
    File "/usr/lib/python2.7/site-packages/django/template/base.py", line 903, 
in render
  bit = self.render_node(node, context)
    File "/usr/lib/python2.7/site-packages/django/template/debug.py", line 79, 
in render_node
  return node.render(context)
    File "/usr/lib/python2.7/site-packages/django/template/defaulttags.py", 
line 576, in render
  return self.nodelist.render(context)
    File "/usr/lib/python2.7/site-packages/django/template/base.py", line 903, 
in render
  bit = self.render_node(node, context)
    File "/usr/lib/python2.7/site-packages/django/template/debug.py", line 79, 
in render_node
  return node.render(context)
    File "/usr/lib/python2.7/site-packages/django/template/loader_tags.py", 
line 56, in render
  result = self.nodelist.render(context)
    File "/usr/lib/python2.7/site-packages/django/template/base.py", line 903, 
in render
  bit = self.render_node(node, context)
    File "/usr/lib/python2.7/site-packages/django/template/debug.py", line 79, 
in render_node
  return node.render(context)
    File "/usr/lib/python2.7/site-packages/django/template/defaulttags.py", 
line 217, in render
  nodelist.append(node.render(context))
    File "/usr/lib/python2.7/site-packages/django/template/defaulttags.py", 
line 322, in render
  match = condition.eval(context)
    File "/usr/lib/python2.7/site-packages/django/template/defaulttags.py", 
line 933, in eval
  return self.value.resolve(context, ignore_failures=True)
    File "/usr/lib/python2.7/site-packages/django/template/base.py", line 647, 
in resolve
  obj = self.var.resolve(context)
    File "/usr/lib/python2.7/site-packages/django/template/base.py", line 787, 
in resolve
  value = self._resolve_lookup(context)
    File "/usr/lib/python2.7/site-packages/django/template/base.py", line 847, 
in _resolve_lookup
  current = current()
    File "/home/mrunge/work/horizon/horizon/workflows/base.py", line 439, in 
has_required_fields
  return any(field.required for field in self.action.fields.values())
    File "/home/mrunge/work/horizon/horizon/workflows/base.py", line 368, in 
action
  context)
    File 
"/home/mrunge/work/horizon/openstack_dashboard/dashboards/project/instances/workflows/create_instance.py",
 line 707, in __init__
  super(SetNetworkAction, self).__init__(request, *args, **kwargs)
    File "/home/mrunge/work/horizon/horizon/workflows/base.py", line 138, in 
__init__
  self._populate_choices(request, context)
    File "/home/mrunge/work/horizon/horizon/workflows/base.py", line 151, in 
_populate_choices
  bound_field.choices = meth(request, context)
    File 
"/home/mrunge/work/horizon/openstack_dashboard/dashboards/project/instances/workflows/create_instance.py",
 line 721, in populate_network_choices
  return instance_utils.network_field_data(request)
    File 
"/home/mrunge/work/horizon/openstack_dashboard/dashboards/project/instances/utils.py",
 line 97, in network_field_data
  if not networks:
  UnboundLocalError: local variable 'networks' referenced before assignment

  Fun fact is, this only occurs, when using admin credentials. with
  user, this doesn't happen.

  The error message shown in horizon is: Error: Invalid service catalog
  service: network

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

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

[Yahoo-eng-team] [Bug 1465440] Re: Firewall attribute "Shared" is set to None by default instead of 'False'

2016-11-01 Thread Rob Cresswell
** No longer affects: horizon/kilo

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

Title:
  Firewall attribute "Shared" is set to None by default instead of
  'False'

Status in OpenStack Dashboard (Horizon):
  Fix Released
Status in neutron:
  Won't Fix
Status in python-neutronclient:
  Fix Released

Bug description:
  In the current implementation, when a firewall is created, the default
  value of the attribute 'Shared' is set to 'None' instead of 'False'.
  When Firewall attributes are seen from Horizon, the display value is
  shown as 'Maybe' instead of 'No' due to value being 'None'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1465440/+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 1511109] Re: Python Tests are failing on Horizon because of incomplete mocking

2016-11-01 Thread Rob Cresswell
** Changed in: horizon/liberty
   Status: Fix Committed => Fix Released

-- 
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/1511109

Title:
  Python Tests are failing on Horizon because of incomplete mocking

Status in OpenStack Dashboard (Horizon):
  Fix Released
Status in OpenStack Dashboard (Horizon) liberty series:
  Fix Released

Bug description:
  openstack_dashboard.dashboards.project.instances.tests.InstanceTests
  are failing as the calls to flavor_list are not mocked on Nova.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1511109/+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 1402915] Re: Error: Unable to retrieve attachment information

2016-11-01 Thread Rob Cresswell
** Changed in: horizon
 Assignee: Trung Trinh (trung-t-trinh) => (unassigned)

** Changed in: horizon
   Status: In Progress => 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/1402915

Title:
  Error: Unable to retrieve attachment information

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Version: stable/juno

  Bug description:
  In the view of "Volumes", provided that some volume whose status is "in-use" 
or it is being attached to a VM. If the associated VM is deleted, this will 
trigger the detaching of the volume. If the volume detaching process is failed 
by whatever reason, then the volume becomes attached to an already-deleted VM. 
  If now, we try retrieving the volume info with Horizon dashboard then we will 
get the error of "Unable to retrieve attachment information".

  Proposal:
  Such an error has to be disabled and the info of the field "Attached To" 
should be set to None or left blank as if the volume were not attached to the 
VM.  Furthermore, the field "Status" should be set back to blank

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1402915/+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 1638672] [NEW] No neat way to extend existing .po files for downstream customisations

2016-11-02 Thread Rob Cresswell
Public bug reported:

Previously, downstream customisations could add translations by using
`manage.py makemessages` and simply filling in the blanks in the
generated .po files. Since the move to babel and .pot files, downstream
now has to manually merge the .pot file into the .po files.

We should add some helpers to cleanly update all the .po files with new
strings.

** Affects: horizon
 Importance: Wishlist
 Assignee: Rob Cresswell (robcresswell)
 Status: In Progress

** Changed in: horizon
   Importance: Undecided => Wishlist

** Changed in: horizon
 Assignee: (unassigned) => Rob Cresswell (robcresswell)

** Changed in: horizon
Milestone: None => ocata-1

-- 
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/1638672

Title:
  No neat way to extend existing .po files for downstream customisations

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Previously, downstream customisations could add translations by using
  `manage.py makemessages` and simply filling in the blanks in the
  generated .po files. Since the move to babel and .pot files,
  downstream now has to manually merge the .pot file into the .po files.

  We should add some helpers to cleanly update all the .po files with
  new strings.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1638672/+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 1639876] [NEW] OpenStack Dashboard test settings should not import local enabled files

2016-11-07 Thread Rob Cresswell
Public bug reported:

openstack_dashboard/test/settings.py is importing from local/enabled/,
which it shouldnt do. Plugins should be tested in their own
infrastructure.

** Affects: horizon
 Importance: High
 Assignee: Rob Cresswell (robcresswell)
 Status: New


** Tags: newton-backport-potential

** Changed in: horizon
Milestone: None => ocata-1

-- 
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/1639876

Title:
  OpenStack Dashboard test settings should not import local enabled
  files

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  openstack_dashboard/test/settings.py is importing from local/enabled/,
  which it shouldnt do. Plugins should be tested in their own
  infrastructure.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1639876/+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 1319387] Re: Availability zones should be moved to system info

2016-11-16 Thread Rob Cresswell
I disagree with this. AZs and aggregates are inherently linked, so the
current layout seems fine; certainly more sensible than sys info, which
is unrelated.

** Changed in: horizon
   Status: In Progress => Opinion

-- 
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/1319387

Title:
  Availability zones should be moved to system info

Status in OpenStack Dashboard (Horizon):
  Opinion

Bug description:
  Availability zones are listed in the host aggregates panel but they
  should be moved to system info as that table is only showing
  information about the zones and there are no actions available.
  Moreover the it's confusing to show availability zones in a host
  aggregate panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1319387/+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 1642969] [NEW] npm tests failing upstream

2016-11-18 Thread Rob Cresswell
Public bug reported:

horizon.framework.util.filters simpleDate returns the expected time FAILED
Expected '24/06/2016, 05:19:07' to be '6/24/2016, 4:19:07 AM'.
at Object. (framework/util/filters/filters.spec.js:52:57)

** Affects: horizon
 Importance: High
 Assignee: Rob Cresswell (robcresswell)
 Status: New

** Changed in: horizon
Milestone: None => ocata-1

** Changed in: horizon
 Assignee: (unassigned) => Rob Cresswell (robcresswell)

** Changed in: horizon
   Importance: Undecided => High

-- 
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/1642969

Title:
  npm tests failing upstream

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  horizon.framework.util.filters simpleDate returns the expected time FAILED
Expected '24/06/2016, 05:19:07' to be '6/24/2016, 4:19:07 AM'.
at Object. (framework/util/filters/filters.spec.js:52:57)

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


  1   2   3   4   5   6   >