[Yahoo-eng-team] [Bug 1805060] [NEW] run lower-constraints failed

2018-11-25 Thread wuchongyao
Public bug reported:

http://logs.openstack.org/11/612311/3/check/openstack-tox-lower-
constraints/7cc9b80/testr_results.html.gz

ft1.9: 
cinder.tests.unit.volume.test_volume_migration.VolumeMigrationTestCase.test_retype_volume_with_type_only_StringException:
 pythonlogging:'': {{{
2018-11-19 06:37:36,020 INFO [keystonemiddleware.auth_token] Starting Keystone 
auth_token middleware
2018-11-19 06:37:36,025 WARNING [keystonemiddleware._common.config] The option 
"auth_url" in conf is not known to auth_token
2018-11-19 06:37:36,026 WARNING [keystonemiddleware.auth_token] AuthToken 
middleware is set with keystone_authtoken.service_token_roles_required set to 
False. This is backwards compatible but deprecated behaviour. Please set this 
to True.
2018-11-19 06:37:36,029 WARNING [keystonemiddleware.auth_token] Configuring 
www_authenticate_uri to point to the public identity endpoint is required; 
clients may not be able to authenticate against an admin endpoint
2018-11-19 06:37:36,050 INFO [cinder.rpc] Automatically selected 
cinder-scheduler objects version 1.37 as minimum service version.
2018-11-19 06:37:36,053 INFO [cinder.rpc] Automatically selected 
cinder-scheduler RPC version 3.11 as minimum service version.
2018-11-19 06:37:36,090 INFO [cinder.volume.manager] Determined volume DB was 
empty at startup.
2018-11-19 06:37:36,095 INFO [cinder.volume.manager] Service not found for 
updating active_backend_id, assuming default for driver init.
2018-11-19 06:37:36,099 INFO [cinder.volume.manager] Image-volume cache 
disabled for host ubuntu-xenial-rax-iad-555379.
2018-11-19 06:37:36,104 INFO [cinder.rpc] Automatically selected cinder-volume 
objects version 1.37 as minimum service version.
2018-11-19 06:37:36,108 INFO [cinder.rpc] Automatically selected cinder-volume 
RPC version 3.16 as minimum service version.
2018-11-19 06:37:36,237 WARNING [cinder.quota] Deprecated: Default quota for 
resource: gigabytes_new is set by the default quota flag: quota_gigabytes_new, 
it is now deprecated. Please use the default quota class for default quota.
2018-11-19 06:37:36,237 WARNING [cinder.quota] Deprecated: Default quota for 
resource: volumes_new is set by the default quota flag: quota_volumes_new, it 
is now deprecated. Please use the default quota class for default quota.
2018-11-19 06:37:36,276 WARNING [cinder.quota] Deprecated: Default quota for 
resource: volumes_old is set by the default quota flag: quota_volumes_old, it 
is now deprecated. Please use the default quota class for default quota.
2018-11-19 06:37:36,277 WARNING [cinder.quota] Deprecated: Default quota for 
resource: gigabytes_old is set by the default quota flag: quota_gigabytes_old, 
it is now deprecated. Please use the default quota class for default quota.
2018-11-19 06:37:36,327 INFO [cinder.volume.manager] Volume 
6673ff7d-2f09-43ab-ae5a-5a0e67241a1c: retyped successfully.
2018-11-19 06:37:36,390 WARNING [cinder.volume.manager] Attempt to update 
service_uuid resulted in a Service NotFound exception, service_uuid field on 
volumes will be NULL.
2018-11-19 06:37:36,393 INFO [cinder.volume.manager] Retype volume completed 
successfully.
}}}

Traceback (most recent call last):
  File 
"/home/zuul/src/git.openstack.org/openstack/cinder/cinder/tests/unit/volume/test_volume_migration.py",
 line 941, in test_retype_volume_with_type_only
self._retype_volume_exec(True, reserve_vol_type_only=True)
  File 
"/home/zuul/src/git.openstack.org/openstack/cinder/.tox/lower-constraints/lib/python3.5/site-packages/mock/mock.py",
 line 1305, in patched
return func(*args, **keywargs)
  File 
"/home/zuul/src/git.openstack.org/openstack/cinder/cinder/tests/unit/volume/test_volume_migration.py",
 line 891, in _retype_volume_exec
(['INFO', 'volume.retype'],))
  File "/home/zuul/src/git.openstack.org/openstack/cinder/cinder/test.py", line 
401, in assert_notify_called
self.assertEqual(call[1], posargs[2])
  File 
"/home/zuul/src/git.openstack.org/openstack/cinder/.tox/lower-constraints/lib/python3.5/site-packages/testtools/testcase.py",
 line 411, in assertEqual
self.assertThat(observed, matcher, message)
  File 
"/home/zuul/src/git.openstack.org/openstack/cinder/.tox/lower-constraints/lib/python3.5/site-packages/testtools/testcase.py",
 line 498, in assertThat
raise mismatch_error
testtools.matchers._impl.MismatchError: 'volume.retype' != 
'backup.createprogress'

** Affects: cinder
 Importance: Undecided
 Status: New


** Tags: failed. testing tox-lower-constraints

** Project changed: nova => cinder

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

Title:
  run lower-constraints failed

Status in Cinder:
  New

Bug description:
  http://logs.openstack.org/11/612311/3/check/openstack-tox-lower-
  constraints/7cc9b80/testr_results.html.gz

  ft1.9: 

[Yahoo-eng-team] [Bug 1780457] Re: Help text for encrypted volume type has incorrect description

2018-11-25 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/619496
Committed: 
https://git.openstack.org/cgit/openstack/horizon/commit/?id=9d5a266631a8cc8c3b51aa8a9426d14b43bbf245
Submitter: Zuul
Branch:master

commit 9d5a266631a8cc8c3b51aa8a9426d14b43bbf245
Author: manchandavishal 
Date:   Thu Nov 22 09:49:33 2018 +

Fix: Help text for encrypted volume type has incorrect description

Volume type encryption help text states that "The Key Size is the
size of the encryption key, in bits (e.g., 128, 256).
If the field is left empty, the provider default will be used."
This is not really correct, because 128 bit keys do not actually
work with LUKS as used by Cinder volumes.
It should only recommend 256 bit keys.
This patch fixes the issue.

Change-Id: I038918e4beef2ea4d346127713855e0421e8b721
Closes-Bug: #1780457


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

Title:
  Help text for encrypted volume type has incorrect description

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  The key size field has this description:

   The Key Size is the size of the encryption key, in bits (e.g., 128,
  256). If the field is left empty, the provider default will be used.

  This is not really correct, because 128 bit keys do not actually work
  with LUKS as used by Cinder volumes.  It should only recommend 256 bit
  keys.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1780457/+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 1805041] [NEW] Install and configure controller node for Ubuntu in nova

2018-11-25 Thread mohsen farahanchi
Public bug reported:

under "Install and configure components" in "1. Install the packages:" it's 
necessary to install "nova-console-auth" in order to work rocky properly. 
despite the fact that rocky should not depend on it but the current version 
still has dependency to it. 
please add it to the "apt install" packages below that section. 

This bug tracker is for errors with the documentation, use the following
as a template and remove or add fields as you see fit. Convert [ ] into
[x] to check boxes:

- [ ] This doc is inaccurate in this way: __
- [ ] This is a doc addition request.
- [ ] I have a fix to the document that I can paste below including example: 
input and output. 

If you have a troubleshooting or support issue, use the following
resources:

 - Ask OpenStack: http://ask.openstack.org
 - The mailing list: http://lists.openstack.org
 - IRC: 'openstack' channel on Freenode

---
Release: 18.0.4.dev13 on 2018-11-24 17:12
SHA: 5d9dd1f63fe940479cfa43afffc369eb8e586050
Source: 
https://git.openstack.org/cgit/openstack/nova/tree/doc/source/install/controller-install-ubuntu.rst
URL: 
https://docs.openstack.org/nova/rocky/install/controller-install-ubuntu.html

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

Title:
  Install and configure controller node for Ubuntu in nova

Status in OpenStack Compute (nova):
  New

Bug description:
  under "Install and configure components" in "1. Install the packages:" it's 
necessary to install "nova-console-auth" in order to work rocky properly. 
despite the fact that rocky should not depend on it but the current version 
still has dependency to it. 
  please add it to the "apt install" packages below that section. 

  This bug tracker is for errors with the documentation, use the
  following as a template and remove or add fields as you see fit.
  Convert [ ] into [x] to check boxes:

  - [ ] This doc is inaccurate in this way: __
  - [ ] This is a doc addition request.
  - [ ] I have a fix to the document that I can paste below including example: 
input and output. 

  If you have a troubleshooting or support issue, use the following
  resources:

   - Ask OpenStack: http://ask.openstack.org
   - The mailing list: http://lists.openstack.org
   - IRC: 'openstack' channel on Freenode

  ---
  Release: 18.0.4.dev13 on 2018-11-24 17:12
  SHA: 5d9dd1f63fe940479cfa43afffc369eb8e586050
  Source: 
https://git.openstack.org/cgit/openstack/nova/tree/doc/source/install/controller-install-ubuntu.rst
  URL: 
https://docs.openstack.org/nova/rocky/install/controller-install-ubuntu.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1805041/+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 1627987] Re: [RFE] SR-IOV accelerated OVS integration

2018-11-25 Thread Moshe Levi
** Changed in: neutron
   Status: In Progress => Fix Released

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

Title:
  [RFE] SR-IOV accelerated OVS integration

Status in neutron:
  Fix Released

Bug description:
  SR-IOV accelerated Open vSwitch significantly improves the performance of OVS 
while maintaining its core functionality.
  The idea is to leverage SR-IOV technology with OVS control plane management.

  Change on the neutron side:
  1. extend the OVS mechanism driver to bind direct port

  The vif change are:
  The mechanism driver will send new vif type to nova which will create hostdev 
interface (SR-IOV VF passthrough) and will look up the SR-IOV VF representor 
and plug it to the br-int

  kernel changes for tc offloading support are merged in 4.8
  ovs patches for using tc offloading  can be found here 
https://patchwork.ozlabs.org/patch/738176/
  references:
  [1] 
http://www.netdevconf.org/1.1/proceedings/slides/efraim-virtual-switch-hw-acceleration.pdf
  [2] http://netdevconf.org/1.2/papers/efraim-gerlitz-sriov-ovs-final.pdf
  [3] http://netdevconf.org/1.2/session.html?or-gerlitz
  [4] http://netdevconf.org/1.2/session.html?rony-efraim-1

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