[Yahoo-eng-team] [Bug 1456657] [NEW] Creating a keypair is missing a validation stage

2015-05-19 Thread George Peristerakis
Public bug reported:

From the access and security page, the keypair tab. When one tries to
create a keypair with a name that already exist, Horizon closes the
modal and returns a error.

What should happen, is to display an error in the form if the keypair
name already exists.

** Affects: horizon
 Importance: Undecided
 Assignee: George Peristerakis (george-peristerakis)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = George Peristerakis (george-peristerakis)

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

Title:
  Creating a keypair is missing a validation stage

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  From the access and security page, the keypair tab. When one tries to
  create a keypair with a name that already exist, Horizon closes the
  modal and returns a error.

  What should happen, is to display an error in the form if the keypair
  name already exists.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1456657/+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 1431367] [NEW] Inefficient validation functions

2015-03-12 Thread George Peristerakis
Public bug reported:

In the functions validate_port_range and validate_ip_protocol are very
inefficient. For the a valid value, the function does a comparison of
the entire range in a list of possible valid integers.

x in range(-1, 65536)  should be replaced with -1 = x   65536

** Affects: horizon
 Importance: Undecided
 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/1431367

Title:
  Inefficient validation functions

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  In the functions validate_port_range and validate_ip_protocol are very
  inefficient. For the a valid value, the function does a comparison of
  the entire range in a list of possible valid integers.

  x in range(-1, 65536)  should be replaced with -1 = x   65536

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1431367/+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 1355405] [NEW] Exception handling when deleting a non-empty container causes Horizon to crash.

2014-08-11 Thread George Peristerakis
Public bug reported:

When using Horizon in French, deleting a non-empty object container.
Causes Horizon to crash in production.

** Affects: horizon
 Importance: Undecided
 Assignee: George Peristerakis (george-peristerakis)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = George Peristerakis (george-peristerakis)

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

Title:
  Exception handling when deleting a non-empty container causes Horizon
  to crash.

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  When using Horizon in French, deleting a non-empty object container.
  Causes Horizon to crash in production.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1355405/+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 1352404] [NEW] Need to disable IPv6 in forms

2014-08-04 Thread George Peristerakis
Public bug reported:

In some openstack settings, you could have a network with no IPv6
capabilities. This become misleading to users when they see in the forms
IPv6 fields. Also in most cases the network API will raise an exception.

We need a way to disable IPv6 fields.

** Affects: horizon
 Importance: Undecided
 Assignee: George Peristerakis (george-peristerakis)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = George Peristerakis (george-peristerakis)

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

Title:
  Need to disable IPv6 in forms

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  In some openstack settings, you could have a network with no IPv6
  capabilities. This become misleading to users when they see in the
  forms IPv6 fields. Also in most cases the network API will raise an
  exception.

  We need a way to disable IPv6 fields.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1352404/+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 1347734] [NEW] The container dashboard does not handle unicode url correctly

2014-07-23 Thread George Peristerakis
Public bug reported:

In many places in the container dashboard, the arguments passed into the
reverse function are processed with urlquote.

ie reverse(url_name, args(urlquote(container_name))

This causes the container name to be quoted twice, since reverse runs
urlquote also. The results are errors from the swift backend.

** Affects: horizon
 Importance: Undecided
 Assignee: George Peristerakis (george-peristerakis)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = George Peristerakis (george-peristerakis)

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

Title:
  The container dashboard does not handle unicode url correctly

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  In many places in the container dashboard, the arguments passed into
  the reverse function are processed with urlquote.

  ie reverse(url_name, args(urlquote(container_name))

  This causes the container name to be quoted twice, since reverse runs
  urlquote also. The results are errors from the swift backend.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1347734/+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 1327401] [NEW] The response of create instance does not reflect the right amount of instance if booting more then 1 instance

2014-06-06 Thread George Peristerakis
Public bug reported:

When requesting nova to create instance with min_count greater then 1,
the response still returns the information of 1 instance instead of the
information of all the instances.

This is also a problem in the python nova client.

** Affects: nova
 Importance: Undecided
 Assignee: Vladik Romanovsky (vladik-romanovsky)
 Status: New

** Affects: python-novaclient
 Importance: Undecided
 Assignee: Vladik Romanovsky (vladik-romanovsky)
 Status: New


** Tags: api

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

Title:
  The response of create instance does not reflect the right amount of
  instance if booting more then 1 instance

Status in OpenStack Compute (Nova):
  New
Status in Python client library for Nova:
  New

Bug description:
  When requesting nova to create instance with min_count greater then 1,
  the response still returns the information of 1 instance instead of
  the information of all the instances.

  This is also a problem in the python nova client.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1327401/+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 1327401] Re: The response of create instance does not reflect the right amount of instance if booting more then 1 instance

2014-06-06 Thread George Peristerakis
** Also affects: python-novaclient
   Importance: Undecided
   Status: New

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

Title:
  The response of create instance does not reflect the right amount of
  instance if booting more then 1 instance

Status in OpenStack Compute (Nova):
  New
Status in Python client library for Nova:
  New

Bug description:
  When requesting nova to create instance with min_count greater then 1,
  the response still returns the information of 1 instance instead of
  the information of all the instances.

  This is also a problem in the python nova client.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1327401/+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 1319888] [NEW] Simplify the upload of a container object

2014-05-15 Thread George Peristerakis
Public bug reported:

In the Containers panel: the user uploads an object (upload object)
to a container. The user need to fill the object name and optionally
select a file. In most cases, if the user select a file, the user would
enter in the object name the file name.

Suggestion:
When the file is selected and the object name field is empty, copy the filename 
into the object name field.

** Affects: horizon
 Importance: Undecided
 Assignee: George Peristerakis (george-peristerakis)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = George Peristerakis (george-peristerakis)

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

Title:
  Simplify the upload of a container object

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  In the Containers panel: the user uploads an object (upload
  object) to a container. The user need to fill the object name and
  optionally select a file. In most cases, if the user select a file,
  the user would enter in the object name the file name.

  Suggestion:
  When the file is selected and the object name field is empty, copy the 
filename into the object name field.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1319888/+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 1271330] Re: Customize the flavor's label

2014-02-17 Thread George Peristerakis
** 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/1271330

Title:
  Customize the flavor's label

Status in OpenStack Dashboard (Horizon):
  Opinion

Bug description:
  In the create instance form, provide a way to customize the flavor's
  option labels

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1271330/+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 1271330] [NEW] Customize the flavor's label

2014-01-21 Thread George Peristerakis
Public bug reported:

In the create instance form, provide a way to customize the flavor's
option labels

** Affects: horizon
 Importance: Undecided
 Assignee: George Peristerakis (george-peristerakis)
 Status: In Progress

** Changed in: horizon
 Assignee: (unassigned) = George Peristerakis (george-peristerakis)

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

Title:
  Customize the flavor's label

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  In the create instance form, provide a way to customize the flavor's
  option labels

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1271330/+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 1265619] [NEW] Refactor the loadbalancing views

2014-01-02 Thread George Peristerakis
Public bug reported:

There's several view class with overloaded function declarations that
really do nothing. I suggest to remove these functions.

** Affects: horizon
 Importance: Undecided
 Status: New

** Description changed:

  There's several view class with overloaded function declarations that
- really do nothing.
+ really do nothing. I suggest to remove these functions.

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

Title:
  Refactor the loadbalancing views

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  There's several view class with overloaded function declarations that
  really do nothing. I suggest to remove these functions.

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