[Yahoo-eng-team] [Bug 1426816] [NEW] PageObject's switch_window doesn't switch to new tab

2015-02-28 Thread Wu Hong Guang
Public bug reported:

switch_window works when the page is opened in a new windows, but
doesn't work when the page is opened in a new tab.

Take test_dashboard_help_redirection for example: the help link try to open 
docs.openstack.org, the chrome browser will open the link in a new tab,  the  
switch_window won't switch to new tab

** Affects: horizon
 Importance: Undecided
 Status: New


** Tags: integration-tests

** Tags added: integration-tests

** Description changed:

-  switch_window works when the page is opened in a new windows, but
+ switch_window works when the page is opened in a new windows, but
  doesn't work when the page is opened in a new tab

** Summary changed:

- PageObject's switch_window doesn't work for net tab
+ PageObject's switch_window doesn't work for new tab

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

Title:
  PageObject's switch_window doesn't switch to new tab

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  switch_window works when the page is opened in a new windows, but
  doesn't work when the page is opened in a new tab.

  Take test_dashboard_help_redirection for example: the help link try to open 
docs.openstack.org, the chrome browser will open the link in a new tab,  the  
  switch_window won't switch to new tab

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1426816/+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 1426813] [NEW] configuration docs need to be updated for the deprecated swift options

2015-02-28 Thread Matt Fischer
Public bug reported:

The sample conf shows that a bunch of the swift options in glance-store
are deprecated. We set some of these with puppet so I'd like to know
where they're moving to or if they're just going away so that I can
update the puppet-glance module.

The configuring.rst doc needs to be updated to account for these.  Since
that's part of the main repo I'm filing here and not in docs, please
move if needed.

Some examples:

# Version of the authentication service to use. Valid versions are 2
# for keystone and 1 for swauth and rackspace. (deprecated) (string
# value)
#swift_store_auth_version = 2

# The address where the Swift authentication service is
# listening.(deprecated) (string value)
#swift_store_auth_address = 

# The user to authenticate against the Swift authentication service
# (deprecated) (string value)
#swift_store_user = 

# Auth key for the user authenticating against the Swift
# authentication service. (deprecated) (string value)
#swift_store_key = 

** Affects: glance
 Importance: Undecided
 Status: New

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

Title:
  configuration docs need to be updated for the deprecated swift options

Status in OpenStack Image Registry and Delivery Service (Glance):
  New

Bug description:
  The sample conf shows that a bunch of the swift options in glance-
  store are deprecated. We set some of these with puppet so I'd like to
  know where they're moving to or if they're just going away so that I
  can update the puppet-glance module.

  The configuring.rst doc needs to be updated to account for these.
  Since that's part of the main repo I'm filing here and not in docs,
  please move if needed.

  Some examples:

  # Version of the authentication service to use. Valid versions are 2
  # for keystone and 1 for swauth and rackspace. (deprecated) (string
  # value)
  #swift_store_auth_version = 2

  # The address where the Swift authentication service is
  # listening.(deprecated) (string value)
  #swift_store_auth_address = 

  # The user to authenticate against the Swift authentication service
  # (deprecated) (string value)
  #swift_store_user = 

  # Auth key for the user authenticating against the Swift
  # authentication service. (deprecated) (string value)
  #swift_store_key = 

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1426813/+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 1426806] [NEW] flavor created successfully when flavorid neither integer nor UUID

2015-02-28 Thread Eric Xie
Public bug reported:

version: 2014.1 icehouse-stable

# nova help flavor-create
...
Unique ID (integer or UUID) for the new flavor. If
specifying 'auto', a UUID will be generated as id
...


"id" should be integer or UUID.

But when the "id" was set to non-integer or non-UUID, the flavor was
also created successfully.

# nova flavor-create flv-testdddfasdfsfdsfdsf jljdfsfojgnng  512 1 1
+---+--+---+--+---+--+---+-+---+
| ID| Name | Memory_MB | Disk | 
Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public |
+---+--+---+--+---+--+---+-+---+
| jljdfsfojgnng | flv-testdddfasdfsfdsfdsf | 512   | 1| 0   
  |  | 1 | 1.0 | True  |
+---+--+---+--+---+--+---+-+---+

** Affects: nova
 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/1426806

Title:
  flavor created successfully when flavorid neither integer nor UUID

Status in OpenStack Compute (Nova):
  New

Bug description:
  version: 2014.1 icehouse-stable

  # nova help flavor-create
  ...
  Unique ID (integer or UUID) for the new flavor. If
  specifying 'auto', a UUID will be generated as id
  ...

  
  "id" should be integer or UUID.

  But when the "id" was set to non-integer or non-UUID, the flavor was
  also created successfully.

  # nova flavor-create flv-testdddfasdfsfdsfdsf jljdfsfojgnng  512 1 1
  
+---+--+---+--+---+--+---+-+---+
  | ID| Name | Memory_MB | Disk | 
Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public |
  
+---+--+---+--+---+--+---+-+---+
  | jljdfsfojgnng | flv-testdddfasdfsfdsfdsf | 512   | 1| 0 
|  | 1 | 1.0 | True  |
  
+---+--+---+--+---+--+---+-+---+

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1426806/+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 1426767] [NEW] On exec glance-api displayed exception "ImportError: No module named boto.exception".

2015-02-28 Thread Oleg Gashev
Public bug reported:

# pip list|grep glance
glance (2015.1.dev40)
glance-store (0.1.11)

# /usr/bin/glance-api 
2015-02-28 15:21:25.949 23107 ERROR stevedore.extension [-] Could not load 
's3': No module named boto.exception
2015-02-28 15:21:25.950 23107 ERROR stevedore.extension [-] No module named 
boto.exception
2015-02-28 15:21:25.950 23107 TRACE stevedore.extension Traceback (most recent 
call last):
2015-02-28 15:21:25.950 23107 TRACE stevedore.extension   File 
"/usr/lib/python2.7/site-packages/stevedore/extension.py", line 162, in 
_load_plugins
2015-02-28 15:21:25.950 23107 TRACE stevedore.extension verify_requirements,
2015-02-28 15:21:25.950 23107 TRACE stevedore.extension   File 
"/usr/lib/python2.7/site-packages/stevedore/extension.py", line 185, in 
_load_one_plugin
2015-02-28 15:21:25.950 23107 TRACE stevedore.extension plugin = 
ep.load(require=verify_requirements)
2015-02-28 15:21:25.950 23107 TRACE stevedore.extension   File 
"/usr/lib/python2.7/site-packages/pkg_resources.py", line 2025, in load
2015-02-28 15:21:25.950 23107 TRACE stevedore.extension entry = 
__import__(self.module_name, globals(),globals(), ['__name__'])
2015-02-28 15:21:25.950 23107 TRACE stevedore.extension   File 
"/usr/lib/python2.7/site-packages/glance_store/_drivers/s3.py", line 26, in 

2015-02-28 15:21:25.950 23107 TRACE stevedore.extension import 
boto.exception
2015-02-28 15:21:25.950 23107 TRACE stevedore.extension ImportError: No module 
named boto.exception
2015-02-28 15:21:25.950 23107 TRACE stevedore.extension 
2015-02-28 15:21:26.033 23107 ERROR stevedore.extension [-] Could not load 
'glance.store.s3.Store': No module named boto.exception
2015-02-28 15:21:26.034 23107 ERROR stevedore.extension [-] No module named 
boto.exception
2015-02-28 15:21:26.034 23107 TRACE stevedore.extension Traceback (most recent 
call last):
2015-02-28 15:21:26.034 23107 TRACE stevedore.extension   File 
"/usr/lib/python2.7/site-packages/stevedore/extension.py", line 162, in 
_load_plugins
2015-02-28 15:21:26.034 23107 TRACE stevedore.extension verify_requirements,
2015-02-28 15:21:26.034 23107 TRACE stevedore.extension   File 
"/usr/lib/python2.7/site-packages/stevedore/extension.py", line 185, in 
_load_one_plugin
2015-02-28 15:21:26.034 23107 TRACE stevedore.extension plugin = 
ep.load(require=verify_requirements)
2015-02-28 15:21:26.034 23107 TRACE stevedore.extension   File 
"/usr/lib/python2.7/site-packages/pkg_resources.py", line 2025, in load
2015-02-28 15:21:26.034 23107 TRACE stevedore.extension entry = 
__import__(self.module_name, globals(),globals(), ['__name__'])
2015-02-28 15:21:26.034 23107 TRACE stevedore.extension   File 
"/usr/lib/python2.7/site-packages/glance_store/_drivers/s3.py", line 26, in 

2015-02-28 15:21:26.034 23107 TRACE stevedore.extension import 
boto.exception
2015-02-28 15:21:26.034 23107 TRACE stevedore.extension ImportError: No module 
named boto.exception
2015-02-28 15:21:26.034 23107 TRACE stevedore.extension

boto does not exist to glance_store requirements.

After boto installation, issue was fixed.

** Affects: glance
 Importance: Undecided
 Status: New

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

Title:
  On exec glance-api displayed exception "ImportError: No module named
  boto.exception".

Status in OpenStack Image Registry and Delivery Service (Glance):
  New

Bug description:
  # pip list|grep glance
  glance (2015.1.dev40)
  glance-store (0.1.11)

  # /usr/bin/glance-api 
  2015-02-28 15:21:25.949 23107 ERROR stevedore.extension [-] Could not load 
's3': No module named boto.exception
  2015-02-28 15:21:25.950 23107 ERROR stevedore.extension [-] No module named 
boto.exception
  2015-02-28 15:21:25.950 23107 TRACE stevedore.extension Traceback (most 
recent call last):
  2015-02-28 15:21:25.950 23107 TRACE stevedore.extension   File 
"/usr/lib/python2.7/site-packages/stevedore/extension.py", line 162, in 
_load_plugins
  2015-02-28 15:21:25.950 23107 TRACE stevedore.extension 
verify_requirements,
  2015-02-28 15:21:25.950 23107 TRACE stevedore.extension   File 
"/usr/lib/python2.7/site-packages/stevedore/extension.py", line 185, in 
_load_one_plugin
  2015-02-28 15:21:25.950 23107 TRACE stevedore.extension plugin = 
ep.load(require=verify_requirements)
  2015-02-28 15:21:25.950 23107 TRACE stevedore.extension   File 
"/usr/lib/python2.7/site-packages/pkg_resources.py", line 2025, in load
  2015-02-28 15:21:25.950 23107 TRACE stevedore.extension entry = 
__import__(self.module_name, globals(),globals(), ['__name__'])
  2015-02-28 15:21:25.950 23107 TRACE stevedore.extension   File 
"/usr/lib/python2.7/site-packages/glance_store/_drivers/s3.py", line 26, in 

  2015-02-28 15:21:25.950 23107 TRACE stevedore.extension import 
boto.exception
  2015-02-28 15:21:25.950 23107 TRACE stevedore.extension Impor

[Yahoo-eng-team] [Bug 1426752] [NEW] PLUMgrid plugin decomposition from Neutron

2015-02-28 Thread Fawad Khaliq
Public bug reported:

This is to track the work on PLUMgrid plugin decomposition.

** Affects: neutron
 Importance: Undecided
 Assignee: Fawad Khaliq (fawadkhaliq)
 Status: New

** Changed in: neutron
 Assignee: (unassigned) => Fawad Khaliq (fawadkhaliq)

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

Title:
  PLUMgrid plugin decomposition from Neutron

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  This is to track the work on PLUMgrid plugin decomposition.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1426752/+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 1426704] [NEW] "Installing Keystone" document is outdated

2015-02-28 Thread Oleg Gashev
Public bug reported:

In the web page "Installing Keystone"
(http://docs.openstack.org/developer/keystone/installing.html) topic
'Installing from packages: Fedora' is outdated: describe installation on
Fedora 17 and provide links to Fedora wiki page with OpenStack Folsom
installation. Fedora 17 is outdated (end of life date is 2013-07-30).
Current version is Fedora 21.

** Affects: keystone
 Importance: Undecided
 Status: New

** Summary changed:

- keystone installation documentation is outdated
+ "Installing Keystone" document is outdated

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

Title:
  "Installing Keystone" document is outdated

Status in OpenStack Identity (Keystone):
  New

Bug description:
  In the web page "Installing Keystone"
  (http://docs.openstack.org/developer/keystone/installing.html) topic
  'Installing from packages: Fedora' is outdated: describe installation
  on  Fedora 17 and provide links to Fedora wiki page with OpenStack
  Folsom installation. Fedora 17 is outdated (end of life date is
  2013-07-30). Current version is Fedora 21.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1426704/+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 1426332] Re: Nova doesn't honor enable_new_services=False

2015-02-28 Thread Bogdan Dobrelya
Hi, @Eric, no I didn't restart nova-conductor, should I? I will recheck
and update the bug, thank you. Perhaps, this bug has a doc impact, are
there any details in documentation?  If, not there should be an
updatedfor enable_new_services and nova-conductor.

** Also affects: openstack-manuals
   Importance: Undecided
   Status: New

** Changed in: openstack-manuals
   Status: New => Incomplete

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

Title:
  Nova doesn't honor enable_new_services=False

Status in OpenStack Compute (Nova):
  Incomplete
Status in OpenStack Manuals:
  Incomplete

Bug description:
  When specified enable_new_services=False for nova.conf at new node and
  started nova-compute service, the nova-compute service is shown
  'enabled' and 'up' in nova service-list output.

  But it is expected instead that the compute service will not register
  itself and will not be shown in nova-service list

  How to reproduce with existing compute node (Destructive! Use it only on test 
environments):
  1) stop nova-compute service
  2) remove nova-compute service from DB, for example node-foo:
  use nova;
  delete from compute_nodes where hypervisor_hostname='node-foo';
  delete from services where host='node-foo';
  3) Set enable_new_services=False in nova.conf
  4) start nova-compute service
  5) check nova service-list and launch instance, as an option

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