[Yahoo-eng-team] [Bug 1534523] Re: glance image-show image fail

2017-06-29 Thread Sean McGinnis
** Changed in: glance
   Status: Fix Committed => Fix Released

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

Title:
  glance image-show image fail

Status in Glance:
  Fix Released

Bug description:
  1. update image property (such as description ) null in API V1, it will be 
success
  2. then use API v2 to show image info,it will be failed
  3. the error infomation is :
  glance image-show cc2dec63-00ff-49c5-8a78-1526f754a929
  None is not of type u'string'

  Failed validating u'type' in schema[u'additionalProperties']:
  {u'type': u'string'}

  On instance[u'description']:
  None

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1534523/+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 1502850] Re: Location add does not catch BadStoreUri

2017-06-29 Thread Sean McGinnis
** Changed in: glance
   Status: Fix Committed => Fix Released

** Changed in: glance/liberty
   Status: Fix Committed => Fix Released

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

Title:
  Location add does not catch BadStoreUri

Status in Glance:
  Fix Released
Status in Glance kilo series:
  In Progress
Status in Glance liberty series:
  Fix Released

Bug description:
  Overview:
  If you create an image and then use location-add to add a bad uri, the server 
returns a 500. As the BadStoreUri is not caught.

  How to produce:
  glance image-create

  glance location-add de6d8022-6954-4039-b53a-042e2fc909de --url file://
  500 Internal Server Error: The server has either erred or is incapable of 
performing the requested operation. (HTTP 500)

  2015-10-05 10:31:54.015 TRACE glance.common.wsgi raise 
exceptions.BadStoreUri(uri=uri)
  2015-10-05 10:31:54.015 TRACE glance.common.wsgi BadStoreUri: The Store URI 
was malformed: http://

  Output:
  500

  Expected:
  400

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1502850/+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 1485478] Re: Glance returned 200 status code when we add element to nonexistent property

2017-06-29 Thread Sean McGinnis
** Changed in: glance
   Status: Fix Committed => Fix Released

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

Title:
  Glance returned 200 status code when we add element to nonexistent
  property

Status in Glance:
  Fix Released

Bug description:
  ENVIRONMENT: devstack, Glance (master, 14.08.2015)

  STEPS TO REPRODUCE:
  We tried add/remove/replace element  to nonexistent property on artifact.
  Send request
  curl -H "X-Auth-Token: b582b953413b4a8896bfa27e1b70d4e0" -H 
"Content-Type:application/json" -X PATCH -d '[{"op": "add", "path": "/banana", 
"value": "minion_Stuart"}]' 
http://172.18.76.44:9292/v3/artifacts/myartifact/v2.0/4d1e26e5-87b7-49b4-99bd-0e6232a80142
 -i

  EXPECTED RESULT:
  status code 400 and error description

  ACTUAL RESULT:
  HTTP/1.1 200 OK
  Content-Length: 517
  Content-Type: application/json; charset=UTF-8
  X-Openstack-Request-Id: req-req-efd101f6-7dd4-4a97-95f6-d647a7e21cb7
  Date: Mon, 17 Aug 2015 06:55:46 GMT

  {"description": null, "published_at": null, "tags": [], "depends_on":
  null, "created_at": "2015-08-14T13:42:13.00", "type_name":
  "MyArtifact", "updated_at": "2015-08-14T14:10:17.00",
  "visibility": "public", "id": "4d1e26e5-87b7-49b4-99bd-0e6232a80142",
  "type_version": "2.0", "state": "creating", "version": "12.0.0",
  "references": [], "prop1": null, "prop2": null, "owner":
  "b230d6ea1098462bb98d993b9cf386c0", "image_file": null, "deleted_at":
  null, "screenshots": [], "int_list": null, "name": "artifact-3"}

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1485478/+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 1519402] Re: Add docker container format to defaults

2017-06-29 Thread Sean McGinnis
** Changed in: glance
   Status: Fix Committed => Fix Released

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

Title:
  Add docker container format to defaults

Status in Glance:
  Fix Released
Status in Glance Client:
  Fix Released

Bug description:
  An image with the 'docker' container format is a tar archive of the
  container file system. In order to use the nova-docker compute driver
  in nova and boot docker instances glance support of the docker
  container format is required. Rather than having to specifically
  configure glance to allow the docker container format I would like to
  add it to the default list of container_formats.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1519402/+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 1609571] Re: version negotiation api middleware is NOT up to date to include v2.3 as CURRENT version

2017-06-29 Thread Sean McGinnis
** Changed in: glance
   Status: Fix Committed => Fix Released

** Changed in: glance/liberty
   Status: Fix Committed => Fix Released

** Changed in: glance/mitaka
   Status: Fix Committed => Fix Released

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

Title:
  version negotiation api middleware is NOT up to date to include v2.3
  as CURRENT version

Status in Glance:
  Fix Released
Status in Glance liberty series:
  Fix Released
Status in Glance mitaka series:
  Fix Released
Status in Glance newton series:
  Fix Released

Bug description:
  Glance API is at v2.3 listed to be CURRENT version but the version
  negotiation middleware lists only v2, v2.0, v2.1, v2.2.


  version negotiation middleware and related tests should include v2.3

  
https://github.com/openstack/glance/blob/9ef5ed125cfaedfa9657510fbe2e8a2c01d692d9/glance/api/middleware/version_negotiation.py#L80-L84

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1609571/+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 1631995] Re: Incorrect debug message when swift driver can't determine image size

2017-06-29 Thread Sean McGinnis
** Changed in: glance
   Status: Fix Committed => Fix Released

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

Title:
  Incorrect debug message when swift driver can't determine image size

Status in Glance:
  Fix Released

Bug description:
  When image is uploaded to Swift as a segmented object, it cannot
  correctly determine its size. As a result glance prints debug message:
  "Cannot determine image size. Adding as a segmented object to Swift."

  The first part of the message is not necessary. This post looks
  alarmingly like an error message that leads people confused.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1631995/+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 1629503] Re: docs: update in-tree docs in stable/newton

2017-06-29 Thread Sean McGinnis
** Changed in: glance
   Status: Fix Committed => Fix Released

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

Title:
  docs: update in-tree docs in stable/newton

Status in Glance:
  Fix Released

Bug description:
  Some commits updating the api-ref and dev-docs didn't make it into the
  Newton RC.

  Update stable/newton with the following commits for a point release:

  0a9bbd33c0295d972ad90b0bc118f3b1b472c885
  cd65bfd0c7f8527a551050f1a9b275cfa75a97a1
  5ac85fdd75076c59844f058978111bd2a6a6c292

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1629503/+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 1673371] Re: correct typo in signature doc

2017-06-29 Thread Sean McGinnis
** Changed in: glance
   Status: Fix Committed => Fix Released

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

Title:
  correct typo in signature doc

Status in Glance:
  Fix Released

Bug description:
  word “url” should be capitalized in doc
  https://docs.openstack.org/developer/glance/signature.html#configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1673371/+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 1552404] Re: glance.tests.integration.v2.test_tasks_api.TestTasksApi fails on mismatch

2017-06-29 Thread Sean McGinnis
** Changed in: glance
   Status: Fix Committed => Fix Released

** Changed in: glance/mitaka
   Status: Fix Committed => Fix Released

** Changed in: glance/newton
   Status: Fix Committed => Fix Released

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

Title:
  glance.tests.integration.v2.test_tasks_api.TestTasksApi fails on
  mismatch

Status in Glance:
  Fix Released
Status in Glance mitaka series:
  Fix Released
Status in Glance newton series:
  Fix Released

Bug description:
  All glance master py27 test runs seems to be failing with following:
  ft64.6: 
glance.tests.integration.v2.test_tasks_api.TestTasksApi.test_all_task_api_StringException:
 Traceback (most recent call last):
File "glance/tests/integration/v2/test_tasks_api.py", line 172, in 
test_all_task_api
  self.assertEqual(expected_keys, set(task.keys()))
File 
"/home/jenkins/workspace/gate-glance-python27/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py",
 line 362, in assertEqual
  self.assertThat(observed, matcher, message)
File 
"/home/jenkins/workspace/gate-glance-python27/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py",
 line 447, in assertThat
  raise mismatch_error
  testtools.matchers._impl.MismatchError: !=:
  reference = set(['created_at',
   'expires_at',
   'id',
   'owner',
   'schema',
   'self',
   'status',
   'type',
   'updated_at'])
  actual= set([u'created_at',
   u'id',
   u'owner',
   u'schema',
   u'self',
   u'status',
   u'type',
   u'updated_at'])

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1552404/+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 1484566] Re: Images v2 api tasks documentation is missing

2017-06-29 Thread Abhishek Kekane
** Changed in: glance
   Status: In Progress => Fix Released

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

Title:
  Images v2 api tasks documentation is missing

Status in Glance:
  Fix Released

Bug description:
  Need to add the following to the glance developer docs:
  (1) why tasks were introduced, what use cases they are meant to solve, and 
the overall design philosophy
  (2) straightforward documentation of the tasks API calls
  (3) tasks info for glance developers who want to work on tasks
  (4) tasks info for deployers who want to use tasks (I suggest starting with 
this in the dev docs and then move it to one of the OpenStack operator manuals 
eventually)

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1484566/+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 1701451] [NEW] some legacy v2 API lose the protection of json-schema

2017-06-29 Thread Alex Xu
Public bug reported:

The JSON-Schema support to validate the input for the legacy v2
compatible mode, and for the legacy v2 request, it won't return 400 for
extra invalid parameters, instead by filter the extra parameters out of
the input body to protect the API break by the extra parameters.

https://github.com/openstack/nova/blob/68bbddd8aea8f8b2d671e0d675524a1e568eb773/nova/api/openstack/compute/evacuate.py#L75

https://github.com/openstack/nova/blob/68bbddd8aea8f8b2d671e0d675524a1e568eb773/nova/api/openstack/compute/migrate_server.py#L66

https://github.com/openstack/nova/blob/68bbddd8aea8f8b2d671e0d675524a1e568eb773/nova/api/openstack/compute/server_groups.py#L166

Those should be fixed to cover the legacy v2 request, and back-port the
fix.

** Affects: nova
 Importance: Undecided
 Assignee: Alex Xu (xuhj)
 Status: New

** Changed in: nova
 Assignee: (unassigned) => Alex Xu (xuhj)

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

Title:
  some legacy v2 API lose the protection of json-schema

Status in OpenStack Compute (nova):
  New

Bug description:
  The JSON-Schema support to validate the input for the legacy v2
  compatible mode, and for the legacy v2 request, it won't return 400
  for extra invalid parameters, instead by filter the extra parameters
  out of the input body to protect the API break by the extra
  parameters.

  
https://github.com/openstack/nova/blob/68bbddd8aea8f8b2d671e0d675524a1e568eb773/nova/api/openstack/compute/evacuate.py#L75

  
https://github.com/openstack/nova/blob/68bbddd8aea8f8b2d671e0d675524a1e568eb773/nova/api/openstack/compute/migrate_server.py#L66

  
https://github.com/openstack/nova/blob/68bbddd8aea8f8b2d671e0d675524a1e568eb773/nova/api/openstack/compute/server_groups.py#L166

  Those should be fixed to cover the legacy v2 request, and back-port
  the fix.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1701451/+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 1701433] [NEW] address scopes extension doesn't have scenario tests

2017-06-29 Thread YAMAMOTO Takashi
Public bug reported:

the routing aspects of address-scope extension is not intuitive. (to me)
it ought to have tempest scenario tests to ensure the behaviour.

** Affects: neutron
 Importance: Undecided
 Status: New

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

Title:
  address scopes extension doesn't have scenario tests

Status in neutron:
  New

Bug description:
  the routing aspects of address-scope extension is not intuitive. (to me)
  it ought to have tempest scenario tests to ensure the behaviour.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1701433/+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 1700881] Re: Not found image after uploading image via volumes.upload_to_image

2017-06-29 Thread Matt Riedemann
This is probably what caused the regression:

https://review.openstack.org/#/c/477038/

** No longer affects: cinder

** Also affects: cinder
   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/1700881

Title:
  Not found image after uploading image via volumes.upload_to_image

Status in Cinder:
  New
Status in Glance:
  New

Bug description:
  In recently rally test, sometimes we have uploaded the image, and the
  volume status was AVAILABLE, BUT image.get can not find this image.

  report error:
  
http://logs.openstack.org/40/470240/4/check/gate-rally-dsvm-rally-cinder/c49be3d/console.html#_2017-06-22_12_57_26_768655

  image api error:

  Jun 22 12:57:25.681138 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.api.v2.image_data [None 
req-e3efd3d9-5a51-4d12-8ead-c1a5a6577986 c_rally_68e89d0d_oNA8hfKg 
c_rally_68e89d0d_DJWxs7if] Failed to upload image data due to internal error: 
IOError: timeout during read(8192) on wsgi.input
  Jun 22 12:57:25.839943 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi [None 
req-e3efd3d9-5a51-4d12-8ead-c1a5a6577986 c_rally_68e89d0d_oNA8hfKg 
c_rally_68e89d0d_DJWxs7if] Caught error: timeout during read(8192) on 
wsgi.input: IOError: timeout during read(8192) on wsgi.input
  Jun 22 12:57:25.840286 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi Traceback (most recent 
call last):
  Jun 22 12:57:25.840550 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi   File 
"/opt/stack/new/glance/glance/common/wsgi.py", line 1157, in __call__
  Jun 22 12:57:25.840747 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi request, 
**action_args)
  Jun 22 12:57:25.840968 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi   File 
"/opt/stack/new/glance/glance/common/wsgi.py", line 1196, in dispatch
  Jun 22 12:57:25.841233 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi return 
method(*args, **kwargs)
  Jun 22 12:57:25.841498 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi   File 
"/opt/stack/new/glance/glance/common/utils.py", line 363, in wrapped
  Jun 22 12:57:25.842109 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi return func(self, 
req, *args, **kwargs)
  Jun 22 12:57:25.842305 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi   File 
"/opt/stack/new/glance/glance/api/v2/image_data.py", line 269, in upload
  Jun 22 12:57:25.842475 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi 
self._restore(image_repo, image)
  Jun 22 12:57:25.842646 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi   File 
"/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 220, in 
__exit__
  Jun 22 12:57:25.842827 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi self.force_reraise()
  Jun 22 12:57:25.843352 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi   File 
"/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 196, in 
force_reraise
  Jun 22 12:57:25.843536 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi 
six.reraise(self.type_, self.value, self.tb)
  Jun 22 12:57:25.843742 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi   File 
"/opt/stack/new/glance/glance/api/v2/image_data.py", line 134, in upload
  Jun 22 12:57:25.843929 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi 
image.set_data(data, size)
  Jun 22 12:57:25.844114 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi   File 
"/opt/stack/new/glance/glance/domain/proxy.py", line 195, in set_data
  Jun 22 12:57:25.844438 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi 
self.base.set_data(data, size)
  Jun 22 12:57:25.844613 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi   File 
"/opt/stack/new/glance/glance/notifier.py", line 480, in set_data
  Jun 22 12:57:25.845123 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi 
_send_notification(notify_error, 'image.upload', msg)
  Jun 22 12:57:25.845293 ubuntu-xenial-infracloud-vanilla-9469054 
devst

[Yahoo-eng-team] [Bug 1700881] Re: Not found image after uploading image via volumes.upload_to_image

2017-06-29 Thread Matt Riedemann
This is also failing in the upstream gate queue:

http://logs.openstack.org/86/471486/1/gate/gate-tempest-dsvm-neutron-
full-ubuntu-xenial/0e102aa/console.html#_2017-06-29_14_39_16_880843

** Also affects: cinder
   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/1700881

Title:
  Not found image after uploading image via volumes.upload_to_image

Status in Cinder:
  New
Status in Glance:
  New

Bug description:
  In recently rally test, sometimes we have uploaded the image, and the
  volume status was AVAILABLE, BUT image.get can not find this image.

  report error:
  
http://logs.openstack.org/40/470240/4/check/gate-rally-dsvm-rally-cinder/c49be3d/console.html#_2017-06-22_12_57_26_768655

  image api error:

  Jun 22 12:57:25.681138 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.api.v2.image_data [None 
req-e3efd3d9-5a51-4d12-8ead-c1a5a6577986 c_rally_68e89d0d_oNA8hfKg 
c_rally_68e89d0d_DJWxs7if] Failed to upload image data due to internal error: 
IOError: timeout during read(8192) on wsgi.input
  Jun 22 12:57:25.839943 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi [None 
req-e3efd3d9-5a51-4d12-8ead-c1a5a6577986 c_rally_68e89d0d_oNA8hfKg 
c_rally_68e89d0d_DJWxs7if] Caught error: timeout during read(8192) on 
wsgi.input: IOError: timeout during read(8192) on wsgi.input
  Jun 22 12:57:25.840286 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi Traceback (most recent 
call last):
  Jun 22 12:57:25.840550 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi   File 
"/opt/stack/new/glance/glance/common/wsgi.py", line 1157, in __call__
  Jun 22 12:57:25.840747 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi request, 
**action_args)
  Jun 22 12:57:25.840968 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi   File 
"/opt/stack/new/glance/glance/common/wsgi.py", line 1196, in dispatch
  Jun 22 12:57:25.841233 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi return 
method(*args, **kwargs)
  Jun 22 12:57:25.841498 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi   File 
"/opt/stack/new/glance/glance/common/utils.py", line 363, in wrapped
  Jun 22 12:57:25.842109 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi return func(self, 
req, *args, **kwargs)
  Jun 22 12:57:25.842305 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi   File 
"/opt/stack/new/glance/glance/api/v2/image_data.py", line 269, in upload
  Jun 22 12:57:25.842475 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi 
self._restore(image_repo, image)
  Jun 22 12:57:25.842646 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi   File 
"/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 220, in 
__exit__
  Jun 22 12:57:25.842827 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi self.force_reraise()
  Jun 22 12:57:25.843352 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi   File 
"/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 196, in 
force_reraise
  Jun 22 12:57:25.843536 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi 
six.reraise(self.type_, self.value, self.tb)
  Jun 22 12:57:25.843742 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi   File 
"/opt/stack/new/glance/glance/api/v2/image_data.py", line 134, in upload
  Jun 22 12:57:25.843929 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi 
image.set_data(data, size)
  Jun 22 12:57:25.844114 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi   File 
"/opt/stack/new/glance/glance/domain/proxy.py", line 195, in set_data
  Jun 22 12:57:25.844438 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi 
self.base.set_data(data, size)
  Jun 22 12:57:25.844613 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi   File 
"/opt/stack/new/glance/glance/notifier.py", line 480, in set_data
  Jun 22 12:57:25.845123 ubuntu-xenial-infracloud-vanilla-9469054 
devstack@g-api.service[20280]: ERROR glance.common.wsgi 
_send_notification(notify_error, 'image.upload', msg)
 

[Yahoo-eng-team] [Bug 1693704] Re: Unable to list federated projects with unscoped token

2017-06-29 Thread yangweiwei
** Summary changed:

- Unable to list federated projects with domain-scoped token
+ Unable to list federated projects with unscoped token

** Description changed:

  When I got the federated user project list, the error is as bellow:
  
  2017-05-26 15:12:54.685 12742 ERROR keystone.common.wsgi   File 
"/usr/lib/python2.7/site-packages/keystone/common/wsgi.py", line 228, in 
__call__
  2017-05-26 15:12:54.685 12742 ERROR keystone.common.wsgi result = 
method(req, **params)
  2017-05-26 15:12:54.685 12742 ERROR keystone.common.wsgi   File 
"/usr/lib/python2.7/site-packages/keystone/common/controller.py", line 164, in 
inner
  2017-05-26 15:12:54.685 12742 ERROR keystone.common.wsgi return f(self, 
request, *args, **kwargs)
  2017-05-26 15:12:54.685 12742 ERROR keystone.common.wsgi   File 
"/usr/lib/python2.7/site-packages/keystone/federation/controllers.py", line 
480, in list_projects_for_user
  2017-05-26 15:12:54.685 12742 ERROR keystone.common.wsgi 
request.auth_context['group_ids'])
  2017-05-26 15:12:54.685 12742 ERROR keystone.common.wsgi KeyError: 'group_ids'
- 2017-05-26 15:12:54.685 12742 ERROR keystone.common.wsgi 
+ 2017-05-26 15:12:54.685 12742 ERROR keystone.common.wsgi
  
  and I have got the token scoped in domain.
  
  My mapping rule is as bellow:
  
  [
  {
- "local": [
- {
-"user": {
- "name": "{0}",
- "domain": {
- "name": "{1}"
- },
- "type": "local"
- }
- }
- ],
- "remote": [
- {
- "type": "openstack_user"
- },
- {
- "type": "openstack_user_domain"
- }
- ]
+ "local": [
+ {
+    "user": {
+ "name": "{0}",
+ "domain": {
+ "name": "{1}"
+ },
+ "type": "local"
+ }
+ }
+ ],
+ "remote": [
+ {
+ "type": "openstack_user"
+ },
+ {
+ "type": "openstack_user_domain"
+ }
+ ]
  }
  ]
  
- The error is that token is scoped in domain and 'group_ids' is not in the 
auth_context. So we should verify whether
- it is in the context.
+ The error is that token is an unscoped token which is got from the API
+ “/v3/OS-FEDERATION/identity_providers/keystone-idp/protocols/saml2/auth”
+ and then the federated user want to get the projects. But error occurs.

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

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

Title:
  Unable to list federated projects with unscoped token

Status in OpenStack Identity (keystone):
  In Progress

Bug description:
  When I got the federated user project list, the error is as bellow:

  2017-05-26 15:12:54.685 12742 ERROR keystone.common.wsgi   File 
"/usr/lib/python2.7/site-packages/keystone/common/wsgi.py", line 228, in 
__call__
  2017-05-26 15:12:54.685 12742 ERROR keystone.common.wsgi result = 
method(req, **params)
  2017-05-26 15:12:54.685 12742 ERROR keystone.common.wsgi   File 
"/usr/lib/python2.7/site-packages/keystone/common/controller.py", line 164, in 
inner
  2017-05-26 15:12:54.685 12742 ERROR keystone.common.wsgi return f(self, 
request, *args, **kwargs)
  2017-05-26 15:12:54.685 12742 ERROR keystone.common.wsgi   File 
"/usr/lib/python2.7/site-packages/keystone/federation/controllers.py", line 
480, in list_projects_for_user
  2017-05-26 15:12:54.685 12742 ERROR keystone.common.wsgi 
request.auth_context['group_ids'])
  2017-05-26 15:12:54.685 12742 ERROR keystone.common.wsgi KeyError: 'group_ids'
  2017-05-26 15:12:54.685 12742 ERROR keystone.common.wsgi

  and I have got the token scoped in domain.

  My mapping rule is as bellow:

  [
  {
  "local": [
  {
     "user": {
  "name": "{0}",
  "domain": {
  "name": "{1}"
  },
  "type": "local"
  }
  }
  ],
  "remote": [
  {
  "type": "openstack_user"
  },
  {
  "type": "openstack_user_domain"
  }
  ]
  }
  ]

  The error is that token is an unscoped token which is got from the API
  “/v3/OS-FEDERATION/identity_providers/keystone-
  idp/protocols/saml2/auth” and then the federated user want to get the
  projects. But error occurs.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team

[Yahoo-eng-team] [Bug 1701421] [NEW] Virtual device tag support should be documented in the Feature Support Matrix

2017-06-29 Thread Matt Riedemann
Public bug reported:

The virtual device tagging support was added for the libvirt and hyperv
drivers in the Newton release under the 2.32 microversion. This is
signaled by the "supports_device_tagging" driver capability flag in the
code.

The Xen driver added this capability in the Pike release:
https://review.openstack.org/#/c/333781/

Since this is a hypervisor driver specific feature, with it's own
capability flag, we should document it in the feature support matrix:

https://docs.openstack.org/developer/nova/support-matrix.html

In Pike the ability to attach/detach port interfaces and block devices
(volumes) with tags was also added and is a separate capability flag and
microversion - we should also have an entry in the feature support
matrix entry for that.

** Affects: nova
 Importance: Undecided
 Status: New


** Tags: doc

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

Title:
  Virtual device tag support should be documented in the Feature Support
  Matrix

Status in OpenStack Compute (nova):
  New

Bug description:
  The virtual device tagging support was added for the libvirt and
  hyperv drivers in the Newton release under the 2.32 microversion. This
  is signaled by the "supports_device_tagging" driver capability flag in
  the code.

  The Xen driver added this capability in the Pike release:
  https://review.openstack.org/#/c/333781/

  Since this is a hypervisor driver specific feature, with it's own
  capability flag, we should document it in the feature support matrix:

  https://docs.openstack.org/developer/nova/support-matrix.html

  In Pike the ability to attach/detach port interfaces and block devices
  (volumes) with tags was also added and is a separate capability flag
  and microversion - we should also have an entry in the feature support
  matrix entry for that.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1701421/+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 1701419] [NEW] cloud-init sets the default username to centos on rhel

2017-06-29 Thread Lee Trager
Public bug reported:

When using the cloud-init-curtin rpm the default user name is set to
centos when used with RHEL7. The cloud-init package post install should
determine if its running on centos or rhel and set the default user name
appropriately in /etc/cloud/cloud.cfg


Using cloud-init-0.7.9+191.g0bcb95a-1.el7.centos.noarch from 
http://copr-be.cloud.fedoraproject.org/results/@cloud-init/cloud-init-curtin/epel-7-x86_64

** Affects: cloud-init
 Importance: Undecided
 Status: New

** Description changed:

- When using the cloud-init-curtin rpm[1] the default user name is set to
+ When using the cloud-init-curtin rpm the default user name is set to
  centos when used with RHEL7. The cloud-init package post install should
  determine if its running on centos or rhel and set the default user name
  appropriately in /etc/cloud/cloud.cfg
  
- [1] https://copr-be.cloud.fedoraproject.org/results/@cloud-init/cloud-
- init-curtin/epel-7-x86_64/00566315-cloud-init/
+ 
+ Using cloud-init-0.7.9+191.g0bcb95a-1.el7.centos.noarch from 
http://copr-be.cloud.fedoraproject.org/results/@cloud-init/cloud-init-curtin/epel-7-x86_64

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

Title:
  cloud-init sets the default username to centos on rhel

Status in cloud-init:
  New

Bug description:
  When using the cloud-init-curtin rpm the default user name is set to
  centos when used with RHEL7. The cloud-init package post install
  should determine if its running on centos or rhel and set the default
  user name appropriately in /etc/cloud/cloud.cfg

  
  Using cloud-init-0.7.9+191.g0bcb95a-1.el7.centos.noarch from 
http://copr-be.cloud.fedoraproject.org/results/@cloud-init/cloud-init-curtin/epel-7-x86_64

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1701419/+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 1701420] [NEW] Created by cloud-init comment being added on every reboot to /etc/resolv.conf

2017-06-29 Thread Lee Trager
Public bug reported:

Every time I reboot a system which has its networking configured by
cloud-init the following comment is added

; Created by cloud-init on instance boot automatically, do not edit.

For example I've rebooted the system 3 times and have the following
config

# cat /etc/resolv.conf 
; Created by cloud-init on instance boot automatically, do not edit.
;
; Created by cloud-init on instance boot automatically, do not edit.
;
; Created by cloud-init on instance boot automatically, do not edit.
;
nameserver 10.0.0.2
search maas

Using cloud-init-0.7.9+191.g0bcb95a-1.el7.centos.noarch from http
://copr-be.cloud.fedoraproject.org/results/@cloud-init/cloud-init-
curtin/epel-7-x86_64

** Affects: cloud-init
 Importance: Undecided
 Status: New

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

Title:
  Created by cloud-init comment being added on every reboot to
  /etc/resolv.conf

Status in cloud-init:
  New

Bug description:
  Every time I reboot a system which has its networking configured by
  cloud-init the following comment is added

  ; Created by cloud-init on instance boot automatically, do not edit.

  For example I've rebooted the system 3 times and have the following
  config

  # cat /etc/resolv.conf 
  ; Created by cloud-init on instance boot automatically, do not edit.
  ;
  ; Created by cloud-init on instance boot automatically, do not edit.
  ;
  ; Created by cloud-init on instance boot automatically, do not edit.
  ;
  nameserver 10.0.0.2
  search maas

  Using cloud-init-0.7.9+191.g0bcb95a-1.el7.centos.noarch from http
  ://copr-be.cloud.fedoraproject.org/results/@cloud-init/cloud-init-
  curtin/epel-7-x86_64

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1701420/+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 1701417] [NEW] cloud-init fails to configure bonding on CentOS 7

2017-06-29 Thread Lee Trager
Public bug reported:

When using ppa:raharper/curtin-dev and the cloud-init-curtin yum repo[1]
with MAAS configuring the node to use bonding networking never comes up
causing the deployment to fail.

cloud-init-0.7.9+191.g0bcb95a-1.el7.centos.noarch
curtin-0.1.0~bzr535-0ubuntu1

[1] http://copr-be.cloud.fedoraproject.org/results/@cloud-init/cloud-
init-curtin/epel-7-x86_64

apt:
  preserve_sources_list: false
  primary:
  - arches:
- default
uri: http://archive.ubuntu.com/ubuntu
  proxy: http://10.0.0.2:8000/
  security:
  - arches:
- default
uri: http://archive.ubuntu.com/ubuntu
cloudconfig:
  maas-cloud-config:
content: "#cloud-config\ndatasource:\n  MAAS: {consumer_key: 
72gtz4EuywxY9wtaTy,\
  \ metadata_url: 'http://10.0.0.2:5240/MAAS/metadata/',\ntoken_key: 
H24Erg25Cx9Q8hHJrp,\
  \ token_secret: 7jC2PWsGcrxcvHNPw8yHyz2zf76DcEFS}\n"
path: /etc/cloud/cloud.cfg.d/90_maas_cloud_config.cfg
  maas-datasource:
content: 'datasource_list: [ MAAS ]'
path: /etc/cloud/cloud.cfg.d/90_maas_datasource.cfg
  maas-ubuntu-sso:
content: '#cloud-config

  snappy: {email: lee.tra...@canonical.com}

  '
path: /etc/cloud/cloud.cfg.d/90_maas_ubuntu_sso.cfg
debconf_selections:
  maas: 'cloud-init   cloud-init/datasources  multiselect MAAS

cloud-init   cloud-init/maas-metadata-url  string
http://10.0.0.2:5240/MAAS/metadata/

cloud-init   cloud-init/maas-metadata-credentials  string
oauth_token_key=H24Erg25Cx9Q8hHJrp&oauth_consumer_key=72gtz4EuywxY9wtaTy&oauth_token_secret=7jC2PWsGcrxcvHNPw8yHyz2zf76DcEFS

cloud-init   cloud-init/local-cloud-config  string apt:\n  
preserve_sources_list:
false\n  primary:\n  - arches: [default]\nuri: 
http://archive.ubuntu.com/ubuntu\n  proxy:
http://10.0.0.2:8000/\n  security:\n  - arches: [default]\nuri: 
http://archive.ubuntu.com/ubuntu\napt_preserve_sources_list:
true\napt_proxy: http://10.0.0.2:8000/\nmanage_etc_hosts: 
false\nmanual_cache_clean:
true\nreporting:\n  maas: {consumer_key: 72gtz4EuywxY9wtaTy, endpoint: 
''http://10.0.0.2:5240/MAAS/metadata/status/43gt4w'',\ntoken_key:
H24Erg25Cx9Q8hHJrp, token_secret: 7jC2PWsGcrxcvHNPw8yHyz2zf76DcEFS,\n
type:
webhook}\nsystem_info:\n  package_mirrors:\n  - arches: [i386, amd64]\n
failsafe:
{primary: ''http://archive.ubuntu.com/ubuntu'', security: 
''http://security.ubuntu.com/ubuntu''}\nsearch:\n  primary:
[''http://archive.ubuntu.com/ubuntu'']\n  security: 
[''http://archive.ubuntu.com/ubuntu'']\n  -
arches: [default]\nfailsafe: {primary: 
''http://ports.ubuntu.com/ubuntu-ports'',
security: ''http://ports.ubuntu.com/ubuntu-ports''}\nsearch:\n  
primary:
[''http://ports.ubuntu.com/ubuntu-ports'']\n  security: 
[''http://ports.ubuntu.com/ubuntu-ports'']\n

'
install:
  log_file: /tmp/install.log
  post_files:
  - /tmp/install.log
late_commands:
  maas:
  - wget
  - --no-proxy
  - http://10.0.0.2:5240/MAAS/metadata/latest/by-id/43gt4w/
  - --post-data
  - op=netboot_off
  - -O
  - /dev/null
network:
  config:
  - id: ens10
mac_address: 52:54:00:4b:11:ea
mtu: 1500
name: ens10
subnets:
- type: manual
type: physical
  - id: ens3
mac_address: 52:54:00:aa:40:cd
mtu: 1500
name: ens3
subnets:
- type: manual
type: physical
  - bond_interfaces:
- ens10
- ens3
id: bond0
mac_address: 52:54:00:aa:40:cd
mtu: 1500
name: bond0
params:
  bond-downdelay: 0
  bond-lacp-rate: slow
  bond-miimon: 100
  bond-mode: active-backup
  bond-updelay: 0
  bond-xmit-hash-policy: layer2
subnets:
- address: 10.0.0.147/24
  dns_nameservers: []
  gateway: 10.0.0.1
  type: static
type: bond
  - address:
- 10.0.0.2
search:
- maas
type: nameserver
  version: 1
network_commands:
  builtin:
  - curtin
  - net-meta
  - custom
reporting:
  maas:
consumer_key: 72gtz4EuywxY9wtaTy
endpoint: http://10.0.0.2:5240/MAAS/metadata/status/43gt4w
token_key: H24Erg25Cx9Q8hHJrp
token_secret: 7jC2PWsGcrxcvHNPw8yHyz2zf76DcEFS
type: webhook

** Affects: cloud-init
 Importance: Undecided
 Status: New

** Attachment added: "centos7.tar.xz"
   
https://bugs.launchpad.net/bugs/1701417/+attachment/4906153/+files/centos7.tar.xz

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

Title:
  cloud-init fails to configure bonding on CentOS 7

Status in cloud-init:
  New

Bug description:
  When using ppa:raharper/curtin-dev and the cloud-init-curtin yum
  repo[1] with MAAS configuring the node to use bonding networking never
  comes up causing the deployment to fail.

  cloud-init-0.7.9+191.g0bcb95a-1.el7.centos.noarch
  curtin-0.1.0~bzr535-0ubuntu1

  [1] http://copr-be.cloud.fedoraproject.org/results/@cloud-init/cloud-
  init-curtin/epel-7-x86_64

  apt:

[Yahoo-eng-team] [Bug 1701413] [NEW] Vpnaas VPN ikepolicy does not support aggressive mode

2017-06-29 Thread Li Xiao
Public bug reported:

When IPSec (openswan/libreswan/strongswan) creates a Ike policy, 
you can choose one of the phase1-negotiation-mode: main or aggressive. 
However, vpnaas can only select main, a mode, and cannot be modified.

When using IPSec (for example, libreswan) and the IKE version uses V1, 
phase1-negotiation-mode uses main, and the IPSec connection does not support 
the NAT schema. 
However, phase1-negotiation-mode is modified as aggressive mode, and the IPSec 
connection can traverse NAT.

** Affects: neutron
 Importance: Undecided
 Assignee: Li Xiao (leeshow)
 Status: In Progress

** Changed in: neutron
 Assignee: (unassigned) => Li Xiao (leeshow)

** Changed in: neutron
   Status: New => In Progress

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

Title:
  Vpnaas VPN ikepolicy does not support aggressive mode

Status in neutron:
  In Progress

Bug description:
  When IPSec (openswan/libreswan/strongswan) creates a Ike policy, 
  you can choose one of the phase1-negotiation-mode: main or aggressive. 
  However, vpnaas can only select main, a mode, and cannot be modified.

  When using IPSec (for example, libreswan) and the IKE version uses V1, 
  phase1-negotiation-mode uses main, and the IPSec connection does not support 
the NAT schema. 
  However, phase1-negotiation-mode is modified as aggressive mode, and the 
IPSec connection can traverse NAT.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1701413/+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 1701410] [NEW] different behavior when deleting with request body

2017-06-29 Thread Yushiro FURUKAWA
Public bug reported:

In master environment, it is different behavior when we try to delete with
request body.  I fixed it in [1] but network/subnet/port doesn't pass this code:

[1]
https://github.com/openstack/neutron/blame/master/neutron/api/v2/base.py#L555

[FloatingIP, Router]
$ source ~/devstack/openrc admin admin; export TOKEN=`openstack token issue | 
grep ' id ' | get_field 2`
$ curl -i -X DELETE -d '{"floatingip":{"description": "aaa"}}' -H 
"content-type:application/json" -H 'accept:application/json' -H 
"x-auth-token:$TOKEN" 
192.168.122.33:9696/v2.0/floatingips/f4e9b845-4472-4806-bd7a-bec8f7618af2
HTTP/1.1 400 Bad Request
Content-Length: 113
Content-Type: application/json
X-Openstack-Request-Id: req-deaffdb3-7c13-4604-89d0-78fbcc184ef5
Date: Fri, 30 Jun 2017 00:56:56 GMT

{"NeutronError": {"message": "Request body is not supported in DELETE.",
"type": "HTTPBadRequest", "detail": ""}}

$ curl -i -X DELETE -d '{"router": {"name": "aaa"}}' -H 
"content-type:application/json" -H 'accept:application/json' -H 
"x-auth-token:$TOKEN" 
192.168.122.33:9696/v2.0/routers/1d0ea30e-c481-4be3-a548-a659d9e3787c
HTTP/1.1 400 Bad Request
Content-Length: 113
Content-Type: application/json
X-Openstack-Request-Id: req-a2f9babb-4eb3-471e-9b42-ccfe722c44f0
Date: Fri, 30 Jun 2017 01:44:40 GMT

{"NeutronError": {"message": "Request body is not supported in DELETE.",
"type": "HTTPBadRequest", "detail": ""}}

[Network/Subnet/Port]
$ source ~/devstack/openrc admin admin; export TOKEN=`openstack token issue | 
grep ' id ' | get_field 2`
$ curl -i -X DELETE -d '{"network":{"name": ""}}' -H 
"content-type:application/json" -H 'accept:application/json' -H 
"x-auth-token:$TOKEN" 
192.168.122.33:9696/v2.0/networks/1fb94931-dabe-49dc-bce4-68c8bafea8b0

HTTP/1.1 204 No Content
Content-Length: 0
X-Openstack-Request-Id: req-7e838c38-e6cd-46c3-8703-c93f5bb4a503
Date: Fri, 30 Jun 2017 01:32:12 GMT

$ curl -i -X DELETE -d '{"subnet": {"name": "aaa"}}' -H "content-
type:application/json" -H 'accept:application/json' -H "x-auth-
token:$TOKEN"
192.168.122.33:9696/v2.0/subnets/a18fb191-2a89-4193-80d1-5330a8052d64

HTTP/1.1 204 No Content
Content-Length: 0
X-Openstack-Request-Id: req-901476cf-7e87-4b7c-ab20-209b81d2eb25
Date: Fri, 30 Jun 2017 01:37:01 GMT

$ curl -i -X DELETE -d '{"port": {"name": "aaa"}}' -H "content-
type:application/json" -H 'accept:application/json' -H "x-auth-
token:$TOKEN" 192.168.122.33:9696/v2.0/ports/47f2c36a-7461-4c1a-a23e-
931d5aee3f9c

HTTP/1.1 204 No Content
Content-Length: 0
X-Openstack-Request-Id: req-48452706-6309-42c2-ac80-f0f4e387060e
Date: Fri, 30 Jun 2017 01:37:33 GMT

** Affects: neutron
 Importance: Undecided
 Status: New

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

Title:
  different behavior when deleting with request body

Status in neutron:
  New

Bug description:
  In master environment, it is different behavior when we try to delete with
  request body.  I fixed it in [1] but network/subnet/port doesn't pass this 
code:

  [1]
  https://github.com/openstack/neutron/blame/master/neutron/api/v2/base.py#L555

  [FloatingIP, Router]
  $ source ~/devstack/openrc admin admin; export TOKEN=`openstack token issue | 
grep ' id ' | get_field 2`
  $ curl -i -X DELETE -d '{"floatingip":{"description": "aaa"}}' -H 
"content-type:application/json" -H 'accept:application/json' -H 
"x-auth-token:$TOKEN" 
192.168.122.33:9696/v2.0/floatingips/f4e9b845-4472-4806-bd7a-bec8f7618af2
  HTTP/1.1 400 Bad Request
  Content-Length: 113
  Content-Type: application/json
  X-Openstack-Request-Id: req-deaffdb3-7c13-4604-89d0-78fbcc184ef5
  Date: Fri, 30 Jun 2017 00:56:56 GMT

  {"NeutronError": {"message": "Request body is not supported in
  DELETE.", "type": "HTTPBadRequest", "detail": ""}}

  $ curl -i -X DELETE -d '{"router": {"name": "aaa"}}' -H 
"content-type:application/json" -H 'accept:application/json' -H 
"x-auth-token:$TOKEN" 
192.168.122.33:9696/v2.0/routers/1d0ea30e-c481-4be3-a548-a659d9e3787c
  HTTP/1.1 400 Bad Request
  Content-Length: 113
  Content-Type: application/json
  X-Openstack-Request-Id: req-a2f9babb-4eb3-471e-9b42-ccfe722c44f0
  Date: Fri, 30 Jun 2017 01:44:40 GMT

  {"NeutronError": {"message": "Request body is not supported in
  DELETE.", "type": "HTTPBadRequest", "detail": ""}}

  [Network/Subnet/Port]
  $ source ~/devstack/openrc admin admin; export TOKEN=`openstack token issue | 
grep ' id ' | get_field 2`
  $ curl -i -X DELETE -d '{"network":{"name": ""}}' -H 
"content-type:application/json" -H 'accept:application/json' -H 
"x-auth-token:$TOKEN" 
192.168.122.33:9696/v2.0/networks/1fb94931-dabe-49dc-bce4-68c8bafea8b0

  HTTP/1.1 204 No Content
  Content-Length: 0
  X-Openstack-Request-Id: req-7e838c38-e6cd-46c3-8703-c93f5bb4a503
  Date: Fri, 30 Jun 2017 01:32:12 GMT

  $ curl -i -X DELETE -d '{"subnet": {"name": "aaa"}}' -H "content-
  type:application/json

[Yahoo-eng-team] [Bug 1481689] Re: xenapi: cached images should be cleaned up by time

2017-06-29 Thread Jianghua Wang
removed affects on os-xenapi as this fix should be nova only. We can't
move this clean-up script to os-xenapi due to this script has dependence
on nova/virt/xenapi/vm_utils.py

** No longer affects: os-xenapi

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

Title:
  xenapi: cached images should be cleaned up by time

Status in OpenStack Compute (nova):
  In Progress

Bug description:
  For xenapi driver, there needs to be some way to delete cached images
  based on when they were created.

  Here is a use case:

  Operators often change images frequently for updates etc, if an image has 
cache_in_nova flag set, xapi will cache it in the SR.
  However, the cleanup method, can only handle cleanup of cache that are not 
used (which is fair enough) but a lot of the times we don't want to clean new 
images even when they are not used, so there needs to be a way to delete image 
based on when they were cached.

  One approach, for example, could be that we set created timestamp on
  the image, and be able to delete images depending on when they were
  cached etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1481689/+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 1700926] Re: Exception Error logs shown in Citrix XenServer CI

2017-06-29 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/478429
Committed: 
https://git.openstack.org/cgit/openstack/os-xenapi/commit/?id=7ac84ec31dd1df6af90b2bf333253848cb4de2c3
Submitter: Jenkins
Branch:master

commit 7ac84ec31dd1df6af90b2bf333253848cb4de2c3
Author: naichuans 
Date:   Wed Jun 28 08:19:03 2017 +

os-xenapi: Exception Error logs shown in Citrix XenServer CI

There are many errors in the patchs which passed our XenServer CI,
it is because when run tempest, test case will ask nova sevice to
do snapshotting, then delete image before snapshotting done. Then
nova compute service couldn't find the image when do image upload
and raise an exception.
Normally the exception can be consumed by nova service. But the
exception generated by os-xenapi can't be recognized by nova, so
the error logs come out.

Throw an exception XenAPI.Failure which computer service can process
Add unit test to check XenAPI.Failure exception

Change-Id: Ibe30a76f278264e0ddd1fc29d533fdeaab0a13a5
Closes-Bug: 1700926


** Changed in: os-xenapi
   Status: In Progress => Fix Released

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

Title:
  Exception Error logs shown in Citrix XenServer CI

Status in OpenStack Compute (nova):
  In Progress
Status in os-xenapi:
  Fix Released

Bug description:
  From a patch https://review.openstack.org/#/c/459485/ which passed our 
XenServer CI, we can see there are some errors in nova 
http://dd6b71949550285df7dc-dda4e480e005aaa13ec303551d2d8155.r49.cf1.rackcdn.com/85/459485/4/check/dsvm-tempest-neutron-network/61927a4/logs/screen-n-cpu.txt.gz
  We need to figure out whether this is real problem or just configuration 
problem
  2017-04-25 03:41:04.891 5135 DEBUG nova.virt.xenapi.vm_utils 
[req-600bd486-ca26-4a98-bcae-9ed50cea1f6b 
tempest-ImagesOneServerNegativeTestJSON-218904050 
tempest-ImagesOneServerNegativeTestJSON-218904050] VHD 
00e1b23b-9926-477a-a766-6e792d1a435d has parent 
5f75df8a-b35f-447b-a731-7b1e12297271 _get_vhd_parent_uuid 
/opt/stack/new/nova/nova/virt/xenapi/vm_utils.py:1979
  2017-04-25 03:41:04.895 5135 DEBUG nova.virt.xenapi.vm_utils 
[req-600bd486-ca26-4a98-bcae-9ed50cea1f6b 
tempest-ImagesOneServerNegativeTestJSON-218904050 
tempest-ImagesOneServerNegativeTestJSON-218904050] VHD 
5f75df8a-b35f-447b-a731-7b1e12297271 has parent 
1afecff1-7ee0-405a-9f87-5e2b674657b2 _get_vhd_parent_uuid 
/opt/stack/new/nova/nova/virt/xenapi/vm_utils.py:1979
  2017-04-25 03:41:04.988 5135 DEBUG os_xenapi.client.session 
[req-600bd486-ca26-4a98-bcae-9ed50cea1f6b 
tempest-ImagesOneServerNegativeTestJSON-218904050 
tempest-ImagesOneServerNegativeTestJSON-218904050] glance.py.upload_vhd2 
attempt 1/1, callback_result: http://192.168.33.1:9292 
call_plugin_serialized_with_retry 
/opt/stack/new/os-xenapi/os_xenapi/client/session.py:242
  2017-04-25 03:41:05.233 5135 DEBUG os_xenapi.client.session 
[req-600bd486-ca26-4a98-bcae-9ed50cea1f6b 
tempest-ImagesOneServerNegativeTestJSON-218904050 
tempest-ImagesOneServerNegativeTestJSON-218904050] Got exception: 
['XENAPI_PLUGIN_FAILURE', 'upload_vhd2', 'PluginError', 'Got Permanent Error 
response [404] while uploading image [244e93c0-28f1-4951-b922-665908bef7d5] to 
glance 
http://192.168.33.1:9292/v2/images/244e93c0-28f1-4951-b922-665908bef7d5/file'] 
_unwrap_plugin_exceptions 
/opt/stack/new/os-xenapi/os_xenapi/client/session.py:295
  2017-04-25 03:41:05.448 5135 DEBUG nova.compute.manager 
[req-600bd486-ca26-4a98-bcae-9ed50cea1f6b 
tempest-ImagesOneServerNegativeTestJSON-218904050 
tempest-ImagesOneServerNegativeTestJSON-218904050] [instance: 
92c76bb9-8dfb-4b35-9ee4-137ec23b82d5] Cleaning up image 
244e93c0-28f1-4951-b922-665908bef7d5 decorated_function 
/opt/stack/new/nova/nova/compute/manager.py:235
  2017-04-25 03:41:05.448 5135 ERROR nova.compute.manager [instance: 
92c76bb9-8dfb-4b35-9ee4-137ec23b82d5] Traceback (most recent call last):
  2017-04-25 03:41:05.448 5135 ERROR nova.compute.manager [instance: 
92c76bb9-8dfb-4b35-9ee4-137ec23b82d5] File 
"/opt/stack/new/nova/nova/compute/manager.py", line 231, in decorated_function
  2017-04-25 03:41:05.448 5135 ERROR nova.compute.manager [instance: 
92c76bb9-8dfb-4b35-9ee4-137ec23b82d5] *args, **kwargs)
  2017-04-25 03:41:05.448 5135 ERROR nova.compute.manager [instance: 
92c76bb9-8dfb-4b35-9ee4-137ec23b82d5] File 
"/opt/stack/new/nova/nova/compute/manager.py", line 3128, in snapshot_instance
  2017-04-25 03:41:05.448 5135 ERROR nova.compute.manager [instance: 
92c76bb9-8dfb-4b35-9ee4-137ec23b82d5] task_states.IMAGE_SNAPSHOT)
  2017-04-25 03:41:05.448 5135 ERROR nova.compute.manager [instance: 
92c76bb9-8dfb-4b35-9ee4-137ec23b82d5] File 
"/opt/stack/new/nova/nova/compute/manager.py", line 3160, in _snapshot_instance
  2017-04-25 03:41:05.448 5135 ERROR nova.compute.manager [instance: 
92c76bb9-8dfb-4b35-9ee

[Yahoo-eng-team] [Bug 1701325] Re: attempt to read dmi data can cause warning and stacktrace in logs in a container.

2017-06-29 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init -
0.7.9-199-g4d9f24f5-0ubuntu1

---
cloud-init (0.7.9-199-g4d9f24f5-0ubuntu1) artful; urgency=medium

  * New upstream snapshot.
- read_dmi_data: always return None when inside a container. (LP: #1701325)
- requirements.txt: remove trailing white space.

 -- Scott Moser   Thu, 29 Jun 2017 18:01:21 -0400

** Changed in: cloud-init (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  attempt to read dmi data can cause warning and stacktrace in logs in a
  container.

Status in cloud-init:
  Fix Committed
Status in cloud-init package in Ubuntu:
  Fix Released

Bug description:
  I launched an instance of artful.
  Looked in /var/log/cloud-init.log and saw:
  2017-06-29 16:00:15,222 - util.py[DEBUG]: Reading from 
/sys/class/dmi/id/product_serial (quiet=False)
  2017-06-29 16:00:15,222 - util.py[WARNING]: failed read of 
/sys/class/dmi/id/product_serial
  2017-06-29 16:00:15,223 - util.py[DEBUG]: failed read of 
/sys/class/dmi/id/product_serial
  Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/cloudinit/util.py", line 2359, in 
_read_dmi_syspath
  key_data = load_file(dmi_key_path, decode=False)
File "/usr/lib/python3/dist-packages/cloudinit/util.py", line 1283, in 
load_file
  with open(fname, 'rb') as ifh:
  PermissionError: [Errno 13] Permission denied: 
'/sys/class/dmi/id/product_serial'
  2017-06-29 16:00:15,225 - util.py[DEBUG]: Running command 
['/usr/sbin/dmidecode', '--string', 'system-serial-number'] with allowed return 
codes [0] (shell=False, capture=True)
  2017-06-29 16:00:15,228 - util.py[DEBUG]: failed dmidecode cmd: 
['/usr/sbin/dmidecode', '--string', 'system-serial-number']
  Unexpected error while running command.
  Command: ['/usr/sbin/dmidecode', '--string', 'system-serial-number']
  Exit code: 1
  Reason: -
  Stdout: -
  Stderr: /sys/firmware/dmi/tables/smbios_entry_point: Permission denied
  /dev/mem: No such file or directory

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: cloud-init 0.7.9-197-gebc9ecbc-0ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.5-0ubuntu5
  Architecture: amd64
  Date: Thu Jun 29 16:47:51 2017
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
  SourcePackage: cloud-init
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1701325/+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 1701297] Re: NTP reload failure (causing deployment failures with MAAS)

2017-06-29 Thread Andres Rodriguez
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu)
   Importance: Undecided => Critical

** Also affects: apparmor (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: apparmor (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  NTP reload failure (causing deployment failures with MAAS)

Status in cloud-init:
  Incomplete
Status in apparmor package in Ubuntu:
  Confirmed
Status in cloud-init package in Ubuntu:
  Incomplete
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After update [1] of cloud-init in Ubuntu (which landed in xenial-
  updates on 2017-06-27), it is causing NTP reload failures.

  https://launchpad.net/ubuntu/+source/cloud-init/0.7.9-153-g16a7302f-
  0ubuntu1~16.04.1

  In MAAS scenarios, this is causing the machine to fail to deploy.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1701297/+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 1701129] Re: Functional tests fail intermittently with 400 Bad Request from placement

2017-06-29 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/478683
Committed: 
https://git.openstack.org/cgit/openstack/nova/commit/?id=1d74a7ab3da2a04e133347bd59cb1e37e1c8e322
Submitter: Jenkins
Branch:master

commit 1d74a7ab3da2a04e133347bd59cb1e37e1c8e322
Author: melanie witt 
Date:   Wed Jun 28 23:50:53 2017 +

Handle version for PUT and POST in PlacementFixture

The SchedulerReportClient allows a "version" keyword argument to be
specified for its get/put/post methods and several functions pass a
version because they are sending data supported only in specific
microversions of the placement API.

The PlacementFixture has to mock the SchedulerReportClient
get/put/post/delete methods to swap in a Keystone session with
auth=None. The fake methods for PUT and POST are missing handling of
the "version" keyword argument, causing intermittent "400 Bad Request"
failures in the functional test jobs when unexpected parameters are
passed to placement microversion 1.0 instead of the intended
microversion.

Closes-Bug: #1701129

Change-Id: I681712ac37f732c7803c68f6c7d1eae9f2877d3d


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

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

Title:
  Functional tests fail intermittently with 400 Bad Request from
  placement

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  Noticed this on a test run on an unrelated patch I uploaded,
  functional test failure with trace:

  2017-06-28 22:16:50,659 INFO [nova.api.openstack.placement.requestlog] 
127.0.0.1 "PUT /allocations/f0bd6e91-2486-418c-bea2-bb2392568171" status: 400 
len: 2220 microversion: 1.0
  2017-06-28 22:16:50,659 INFO [nova.placement.wsgi.server] 127.0.0.1 "PUT 
/allocations/f0bd6e91-2486-418c-bea2-bb2392568171 HTTP/1.1" status: 400 len: 
2504 time: 0.0040810
  2017-06-28 22:16:50,660 WARNING [nova.scheduler.client.report] Unable to 
submit allocation for instance f0bd6e91-2486-418c-bea2-bb2392568171 (400 
   
400 Bad Request
   
   
400 Bad Request
The server could not comply with the request since it is either malformed 
or otherwise incorrect.
  JSON does not validate: Additional properties are not allowed (u'project_id', 
u'user_id' were unexpected)

  Failed validating 'additionalProperties' in schema:
  {'additionalProperties': False,
   'properties': {'allocations': {'items': {'additionalProperties': False,
'properties': 
{'resource_provider': {'additionalProperties': False,

 'properties': {'uuid': {'format': 'uuid',

 'type': 'string'}},

 'required': ['uuid'],

 'type': 'object'},
   'resources': 
{'additionalProperties': False,
 
'patternProperties': {'^[0-9A-Z_]+$': {'minimum': 1,

'type': 'integer'}},
 
'type': 'object'}},
'required': 
['resource_provider',
 'resources'],
'type': 'object'},
  'type': 'array'}},
   'required': ['allocations'],
   'type': 'object'}

  On instance:
  {u'allocations': [{u'resource_provider': {u'uuid': 
u'29000c79-94bf-4326-9630-281d2ef67071'},
 u'resources': {u'DISK_GB': 20,
u'MEMORY_MB': 2048,
u'VCPU': 1}}],
   u'project_id': u'6f70656e737461636b20342065766572',
   u'user_id': u'fake'}

  
   
  )

  The problem is that microversion 1.0 is being requested with
  parameters only available in microversion >= 1.8. This is because the
  PlacementFixture's _fake_put() method ignores the version keyword
  argument and doesn't pass it along to placement.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1701129/+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 1701389] [NEW] Security compliance documentation in admin-guide is out of date

2017-06-29 Thread Lance Bragstad
Public bug reported:

The security compliance settings in the admin guide [0] reference
configuration options that don't work. The functionality to white-list
users from password expiry or password changes was moved to resource
options [1][2].

We should also consolidate the duplicate documentation between the
advanced topics in the operator guide [3] and the admin-guide [0]

[0] 
https://docs.openstack.org/developer/keystone/admin/identity-security-compliance.html
[1] 
https://github.com/openstack/keystone/commit/930728a57ed3fc21ddc2edb174b28df434ea3586
[2] 
https://github.com/openstack/keystone/commit/1896d1ba0d24d3780ce8c7652fa4c4378a02255d
[3] 
https://docs.openstack.org/developer/keystone/advanced-topics/security_compliance.html

** Affects: keystone
 Importance: High
 Assignee: Gage Hugo (gagehugo)
 Status: Triaged


** Tags: documentation office-hours

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

** Changed in: keystone
Milestone: None => pike-3

** Changed in: keystone
   Status: New => Triaged

** Tags added: documentation office-hours

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

Title:
  Security compliance documentation in admin-guide is out of date

Status in OpenStack Identity (keystone):
  Triaged

Bug description:
  The security compliance settings in the admin guide [0] reference
  configuration options that don't work. The functionality to white-list
  users from password expiry or password changes was moved to resource
  options [1][2].

  We should also consolidate the duplicate documentation between the
  advanced topics in the operator guide [3] and the admin-guide [0]

  [0] 
https://docs.openstack.org/developer/keystone/admin/identity-security-compliance.html
  [1] 
https://github.com/openstack/keystone/commit/930728a57ed3fc21ddc2edb174b28df434ea3586
  [2] 
https://github.com/openstack/keystone/commit/1896d1ba0d24d3780ce8c7652fa4c4378a02255d
  [3] 
https://docs.openstack.org/developer/keystone/advanced-topics/security_compliance.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1701389/+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 1688123] Re: ignore_password_expiry is not honored

2017-06-29 Thread Lance Bragstad
I wasn't able to recreate this, but I did notice a weird usability
issue. Options require that you updated the user options dictionary [0].
Otherwise it will store the option in extras and get relayed in the
client, which looks correct but isn't [1].

Sam, do you think it was something with how you updated your system
time? Marking this as invalid based on comment #2 and this comment. I
think the functionality is working as expected, it just has some warts
given the overlap with `extras`.

[0] http://paste.openstack.org/show/614127/
[1] http://paste.openstack.org/show/614126/ because of 
http://paste.openstack.org/show/614120/

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

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

Title:
  ignore_password_expiry is not honored

Status in OpenStack Identity (keystone):
  Invalid

Bug description:
  ignore_password_expiry is set for admin user and is not working
  properly. With it set to true, the user should not be affected if
  their password has expired.

  keystone.conf:

  [cache]
  # Global toggle for caching. (boolean value)
  enabled = false
  [security_compliance]
  # Configuring password expiration
  password_expires_days = 1

  (demo) samueldmq@workstation:~/workspace$ date -u
  Qua Mai  3 21:41:29 UTC 2017
  (demo) samueldmq@workstation:~/workspace$ openstack token issue
  
++-+
  | Field  | Value  

 |
  
++-+
  | expires| 2017-05-03T21:41:53+   

 |
  | id | 
gABZCk6NvFEKGZuUxYrij80hLxFU3mw0s0qYR8N6ekNZ6vok-Cnto1pDZSSoJ7JJOwDRGUCzNjYCCyHmqx-kllUpcNFDpPU-eC72Ni5PEqlV9ZVFvVjkmnXLp6b2uplacYafyEFbFeHJAfEdOY8hQDgDCqO3zbaOx-FGs4XWDLbVMv5bz8c
 |
  | project_id | 2a642e78f42f43ce8458974e7c6aded4   

 |
  | user_id| 8cff3292355d4571a7cb7c5165c4cc73   

 |
  
++-+
  (demo) samueldmq@workstation:~/workspace$ openstack user show 
8cff3292355d4571a7cb7c5165c4cc73
  
+-+--+
  | Field   | Value 
   |
  
+-+--+
  | domain_id   | default   
   |
  | enabled | True  
   |
  | id  | 8cff3292355d4571a7cb7c5165c4cc73  
   |
  | name| admin 
   |
  | options | {'ignore_lockout_failure_attempts': True, 
'ignore_password_expiry': True, 'ignore_change_password_upon_first_use': True} |
  | password_expires_at | 2017-05-04T21:04:24.00
   |
  
+-+--+
  (demo) samueldmq@workstation:~/workspace$ date -u
  Qua Mai  3 21:41:44 UTC 2017

  [[ Manually updated system date +1d ]]

  (demo) samueldmq@workstation:~/workspace$ date -u
  Qui Mai  4 21:41:55 UTC 2017
  (demo) samueldmq@workstation:~/workspace$ openstack token issu

[Yahoo-eng-team] [Bug 1701383] Re: tU mera nhi!= 1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 Quickbooks tech Support Number nfkjj

2017-06-29 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1701383

Title:
  tU mera nhi!= 1 800 919 0992 Quickbooks tech support phone number=1
  800 919 0992 Quickbooks tech Support Number nfkjj

Status in NULL Project:
  Invalid

Bug description:
  tU mera nhi!= 1 800 919 0992 Quickbooks tech support phone number=1
  800 919 0992 Quickbooks tech Support Number nfkjjtU mera nhi!= 1 800
  919 0992 Quickbooks tech support phone number=1 800 919 0992
  Quickbooks tech Support Number nfkjjtU mera nhi!= 1 800 919 0992
  Quickbooks tech support phone number=1 800 919 0992 Quickbooks tech
  Support Number nfkjjtU mera nhi!= 1 800 919 0992 Quickbooks tech
  support phone number=1 800 919 0992 Quickbooks tech Support Number
  nfkjjtU mera nhi!= 1 800 919 0992 Quickbooks tech support phone
  number=1 800 919 0992 Quickbooks tech Support Number nfkjjtU mera
  nhi!= 1 800 919 0992 Quickbooks tech support phone number=1 800 919
  0992 Quickbooks tech Support Number nfkjjtU mera nhi!= 1 800 919 0992
  Quickbooks tech support phone number=1 800 919 0992 Quickbooks tech
  Support Number nfkjjtU mera nhi!= 1 800 919 0992 Quickbooks tech
  support phone number=1 800 919 0992 Quickbooks tech Support Number
  nfkjjtU mera nhi!= Quickbks nical maintain right of relationships
  number, Intuit Quickbks maintain phone number, Intuit Quickbks
  Enterprise refrain phone number. Intuit Quickbks Enterprise customer
  preserve phone Intuit Quickbks Toll Free, Intuit@(+1.8oo.919.o992)@-:
  Intuit Quickbks Support Phone Number provides helpline utter for the
  entire part of USA/CANADA clients. For any forward of query call 1
  8ooto profit each and every one single one Intuit Quickbks account
  huge. @@Call, +1.8oo.919.o992for every type in the to the front taking
  place occurring going on taking place by Intuit Quickbks withhold
  phone number, Intuit Quickbks SupportPhone Number, Intuit Quickbks
  Help Desk Phone Number, Intuit Quickbks bond number, Intuit Quickbks
  nical pronounce phone number,@@@ Intuit Quickbks phone number, Intuit
  Quickbks nical sticking to number, Intuit Quickbks sticking to phone
  number, Intuit Quickbks nical preserve, Intuit Quickbks Customer
  Service Phone Number, Intuit Quickbks Customer Service Number, Intuit
  Quickbks Customer Support Phone Number, Intuit Quickbks Customer
  Support Number,helpline Intuit Quickbks Customer Service Helpline
  Number, Intuit Quickbks Customer Care Number, Intuit Quickbks money
  team phone number, helpline Intuit Quickbks advance number-Intuit
  Quickbks Helpline Number; Intuit Quickbks upholding phone number-
  Intuit Quickbks Helpline Number, Intuit Quickbks Support Toll pardon
  Number, Intuit Quickbks Support Telephone Number, Intuit Quickbks
  Support Telephone number, Intuit Quickbks Support door number, Intuit
  Quickbks uphold admittance number, Intuit Quickbks nical maintain
  associations number. Call, Intuit Quickbks allocation phone number,
  Intuit Quickbks Support Phone Number, Intuit Quickbks Help Desk Phone
  Number, Intuit Quickbks preserve number, Intuit Quickbks nical
  supportphone number, Intuit Quickbks phone number, Intuit Quickbks
  nical child support number, Intuit Quickbks retain phone number. It is
  certainly popular toll loose number which find the child maintenance
  for by Intuit Quickbks nical insist, Intuit Quickbks Customer Service
  Phone Number, Quickbooks withhold phone number Quickbooks avow phone
  number Quickbooks lead phonenumber Quickbooks along with phone number
  Quickbooks encourage phone number Quickbooks to the lead up phone
  number Quickbooks benefit phone number Quickbooks serve on phonenumber
  Quickbooks pro phone number1 800 919 0992 Quickbooks tech support
  phone number=1 800 919 0992 Quickbooks tech Support Number nfkjj

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1701383/+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 1701383] [NEW] tU mera nhi!= 1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 Quickbooks tech Support Number nfkjj

2017-06-29 Thread sdfdbgdg
Private bug reported:

tU mera nhi!= 1 800 919 0992 Quickbooks tech support phone number=1 800
919 0992 Quickbooks tech Support Number nfkjjtU mera nhi!= 1 800 919
0992 Quickbooks tech support phone number=1 800 919 0992 Quickbooks tech
Support Number nfkjjtU mera nhi!= 1 800 919 0992 Quickbooks tech support
phone number=1 800 919 0992 Quickbooks tech Support Number nfkjjtU mera
nhi!= 1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992
Quickbooks tech Support Number nfkjjtU mera nhi!= 1 800 919 0992
Quickbooks tech support phone number=1 800 919 0992 Quickbooks tech
Support Number nfkjjtU mera nhi!= 1 800 919 0992 Quickbooks tech support
phone number=1 800 919 0992 Quickbooks tech Support Number nfkjjtU mera
nhi!= 1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992
Quickbooks tech Support Number nfkjjtU mera nhi!= 1 800 919 0992
Quickbooks tech support phone number=1 800 919 0992 Quickbooks tech
Support Number nfkjjtU mera nhi!= Quickbks nical maintain right of
relationships number, Intuit Quickbks maintain phone number, Intuit
Quickbks Enterprise refrain phone number. Intuit Quickbks Enterprise
customer preserve phone Intuit Quickbks Toll Free,
Intuit@(+1.8oo.919.o992)@-: Intuit Quickbks Support Phone Number
provides helpline utter for the entire part of USA/CANADA clients. For
any forward of query call 1 8ooto profit each and every one single one
Intuit Quickbks account huge. @@Call, +1.8oo.919.o992for every type in
the to the front taking place occurring going on taking place by Intuit
Quickbks withhold phone number, Intuit Quickbks SupportPhone Number,
Intuit Quickbks Help Desk Phone Number, Intuit Quickbks bond number,
Intuit Quickbks nical pronounce phone number,@@@ Intuit Quickbks phone
number, Intuit Quickbks nical sticking to number, Intuit Quickbks
sticking to phone number, Intuit Quickbks nical preserve, Intuit
Quickbks Customer Service Phone Number, Intuit Quickbks Customer Service
Number, Intuit Quickbks Customer Support Phone Number, Intuit Quickbks
Customer Support Number,helpline Intuit Quickbks Customer Service
Helpline Number, Intuit Quickbks Customer Care Number, Intuit Quickbks
money team phone number, helpline Intuit Quickbks advance number-Intuit
Quickbks Helpline Number; Intuit Quickbks upholding phone number-Intuit
Quickbks Helpline Number, Intuit Quickbks Support Toll pardon Number,
Intuit Quickbks Support Telephone Number, Intuit Quickbks Support
Telephone number, Intuit Quickbks Support door number, Intuit Quickbks
uphold admittance number, Intuit Quickbks nical maintain associations
number. Call, Intuit Quickbks allocation phone number, Intuit Quickbks
Support Phone Number, Intuit Quickbks Help Desk Phone Number, Intuit
Quickbks preserve number, Intuit Quickbks nical supportphone number,
Intuit Quickbks phone number, Intuit Quickbks nical child support
number, Intuit Quickbks retain phone number. It is certainly popular
toll loose number which find the child maintenance for by Intuit
Quickbks nical insist, Intuit Quickbks Customer Service Phone Number,
Quickbooks withhold phone number Quickbooks avow phone number Quickbooks
lead phonenumber Quickbooks along with phone number Quickbooks encourage
phone number Quickbooks to the lead up phone number Quickbooks benefit
phone number Quickbooks serve on phonenumber Quickbooks pro phone
number1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992
Quickbooks tech Support Number nfkjj

** Affects: null-and-void
 Importance: Undecided
 Status: 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/1701383

Title:
  tU mera nhi!= 1 800 919 0992 Quickbooks tech support phone number=1
  800 919 0992 Quickbooks tech Support Number nfkjj

Status in NULL Project:
  Invalid

Bug description:
  tU mera nhi!= 1 800 919 0992 Quickbooks tech support phone number=1
  800 919 0992 Quickbooks tech Support Number nfkjjtU mera nhi!= 1 800
  919 0992 Quickbooks tech support phone number=1 800 919 0992
  Quickbooks tech Support Number nfkjjtU mera nhi!= 1 800 919 0992
  Quickbooks tech support phone number=1 800 919 0992 Quickbooks tech
  Support Number nfkjjtU mera nhi!= 1 800 919 0992 Quickbooks tech
  support phone number=1 800 919 0992 Quickbooks tech Support Number
  nfkjjtU mera nhi!= 1 800 919 0992 Quickbooks tech support phone
  number=1 800 919 0992 Quickbooks tech Support Number nfkjjtU mera
  nhi!= 1 800 919 0992 Quickbooks tech support phone number=1 800 919
  0992 Quickbooks tech Support Number nfkjjtU mera nhi!= 1 800 919 0992
  Quickbooks tech support phone number=1 800 919 0992 Quickbooks tech
  Support Number nfkjjtU mera nhi!= 1 800 919 0992 Quickbooks tech
  support phone number=1 800 919 0992 Quickbooks tech Support Number
  nfkjjtU mera nhi!= Quickbks nical maintain right of relationships
  number, Intuit Quickbks maintain phone number, Intuit Quickbks
  Ent

[Yahoo-eng-team] [Bug 1701384] Re: Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number Quickbooks technical phone number Quickbooks tech suppℴrt phone number HELP@!!

2017-06-29 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1701384

Title:
   Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!!

Status in NULL Project:
  Invalid

Bug description:
   Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone
  number Quickbooks technical phone number Quickbooks tech suppℴrt phone
  number HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks tech support
  phone number Quickbooks technical phone number Quickbooks tech suppℴrt
  phone number HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks tech
  support phone number Quickbooks technical phone number Quickbooks tech
  suppℴrt phone number HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks
  tech support phone number Quickbooks technical phone number Quickbooks
  tech suppℴrt phone number HELP@!! Bjate rahO Band+1 800 919 0992
  Quickbooks tech support phone number Quickbooks technical phone number
  Quickbooks tech suppℴrt phone number HELP@!! Bjate rahO Band+1 800 919
  0992 Quickbooks tech support phone number Quickbooks technical phone
  number Quickbooks tech suppℴrt phone number HELP@!! Bjate rahO Band+1
  800 919 0992 Quickbooks tech support phone number Quickbooks technical
  phone number Quickbooks tech suppℴrt phone number HELP@!! Bjate rahO
  Band+1 800 919 0992 Quickbooks tech support phone number Quickbooks
  technical phone number Quickbooks tech suppℴrt phone number
  HELP@!!uickbℴℴks nical support contact number, Intuit Quickbℴℴks
  support phone number, Intuit Quickbℴℴks Enterprise support phone
  number. Intuit Quickbℴℴks Enterprise customer support phoneIntuit
  Quickbℴℴks Toll Free, Intuit@(+1.8oo.919.o992)@-: Intuit Quickbℴℴks
  Support Phone Number provides helpline solution for all USA/CANADA
  clients. For any help of query call 1 8oo to get all Intuit Quickbℴℴks
  account solution. @@Call, +1.8oo.919.o992for all type help by Intuit
  Quickbℴℴks support phone number, Intuit Quickbℴℴks Support Phone
  Number, Intuit Quickbℴℴks Help Desk Phone Number, Intuit Quickbℴℴks
  support number, Intuit Quickbℴℴks nical support phone number,@@@
  Intuit Quickbℴℴks phone number, Intuit Quickbℴℴks nical support
  number, Intuit Quickbℴℴks support phone number, Intuit Quickbℴℴks
  nical support, Intuit Quickbℴℴks Customer Service Phone Number, Intuit
  Quickbℴℴks Customer Service Number, Intuit Quickbℴℴks Customer Support
  Phone Number, Intuit Quickbℴℴks Customer Support Number,helpline
  Intuit Quickbℴℴks Customer Service Helpline Number, Intuit Quickbℴℴks
  Customer Care Number, Intuit Quickbℴℴks support team phone number,
  helpline Intuit Quickbℴℴks help number-Intuit Quickbℴℴks Helpline
  Number; Intuit Quickbℴℴks help phone number-Intuit Quickbℴℴks Helpline
  Number, Intuit Quickbℴℴks SupportToll free Number, Intuit Quickbℴℴks
  Support Telephone Number, Intuit Quickbℴℴks Support Telephone number,
  Intuit Quickbℴℴks Support contact number, Intuit Quickbℴℴks support
  contact number, Intuit Quickbℴℴks nical support contact number. Call,
  Intuit Quickbℴℴks support phone number, Intuit Quickbℴℴks Support
  Phone Number, Intuit Quickbℴℴks Help Desk Phone Number, Intuit
  Quickbℴℴks support number, Intuit Quickbℴℴks nical support phone
  number, Intuit Quickbℴℴks phone number, Intuit Quickbℴℴks nical
  support number, Intuit Quickbℴℴks support phone number. It is very
  popular toll free number which provide by Intuit Quickbℴℴks nical
  support, Intuit Quickbℴℴks Customer Service Phone Number, Quickbooks
  support phone number Quickbooks support phone number Quickbooks
  support phone number Quickbooks support phone number Quickbooks
  support phone number Quickbooks support phone number Quickbooks
  support phone number Quickbooks support phone number Quickbooks
  support phone number

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1701384/+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 1701384] [NEW] Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number Quickbooks technical phone number Quickbooks tech suppℴrt phone number HELP@!!

2017-06-29 Thread sdfdbgdg
Private bug reported:

 Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
Quickbooks technical phone number Quickbooks tech suppℴrt phone number
HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone
number Quickbooks technical phone number Quickbooks tech suppℴrt phone
number HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks tech support
phone number Quickbooks technical phone number Quickbooks tech suppℴrt
phone number HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks tech
support phone number Quickbooks technical phone number Quickbooks tech
suppℴrt phone number HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks
tech support phone number Quickbooks technical phone number Quickbooks
tech suppℴrt phone number HELP@!! Bjate rahO Band+1 800 919 0992
Quickbooks tech support phone number Quickbooks technical phone number
Quickbooks tech suppℴrt phone number HELP@!! Bjate rahO Band+1 800 919
0992 Quickbooks tech support phone number Quickbooks technical phone
number Quickbooks tech suppℴrt phone number HELP@!! Bjate rahO Band+1
800 919 0992 Quickbooks tech support phone number Quickbooks technical
phone number Quickbooks tech suppℴrt phone number HELP@!! Bjate rahO
Band+1 800 919 0992 Quickbooks tech support phone number Quickbooks
technical phone number Quickbooks tech suppℴrt phone number
HELP@!!uickbℴℴks nical support contact number, Intuit Quickbℴℴks support
phone number, Intuit Quickbℴℴks Enterprise support phone number. Intuit
Quickbℴℴks Enterprise customer support phoneIntuit Quickbℴℴks Toll Free,
Intuit@(+1.8oo.919.o992)@-: Intuit Quickbℴℴks Support Phone Number
provides helpline solution for all USA/CANADA clients. For any help of
query call 1 8oo to get all Intuit Quickbℴℴks account solution. @@Call,
+1.8oo.919.o992for all type help by Intuit Quickbℴℴks support phone
number, Intuit Quickbℴℴks Support Phone Number, Intuit Quickbℴℴks Help
Desk Phone Number, Intuit Quickbℴℴks support number, Intuit Quickbℴℴks
nical support phone number,@@@ Intuit Quickbℴℴks phone number, Intuit
Quickbℴℴks nical support number, Intuit Quickbℴℴks support phone number,
Intuit Quickbℴℴks nical support, Intuit Quickbℴℴks Customer Service
Phone Number, Intuit Quickbℴℴks Customer Service Number, Intuit
Quickbℴℴks Customer Support Phone Number, Intuit Quickbℴℴks Customer
Support Number,helpline Intuit Quickbℴℴks Customer Service Helpline
Number, Intuit Quickbℴℴks Customer Care Number, Intuit Quickbℴℴks
support team phone number, helpline Intuit Quickbℴℴks help number-Intuit
Quickbℴℴks Helpline Number; Intuit Quickbℴℴks help phone number-Intuit
Quickbℴℴks Helpline Number, Intuit Quickbℴℴks SupportToll free Number,
Intuit Quickbℴℴks Support Telephone Number, Intuit Quickbℴℴks Support
Telephone number, Intuit Quickbℴℴks Support contact number, Intuit
Quickbℴℴks support contact number, Intuit Quickbℴℴks nical support
contact number. Call, Intuit Quickbℴℴks support phone number, Intuit
Quickbℴℴks Support Phone Number, Intuit Quickbℴℴks Help Desk Phone
Number, Intuit Quickbℴℴks support number, Intuit Quickbℴℴks nical
support phone number, Intuit Quickbℴℴks phone number, Intuit Quickbℴℴks
nical support number, Intuit Quickbℴℴks support phone number. It is very
popular toll free number which provide by Intuit Quickbℴℴks nical
support, Intuit Quickbℴℴks Customer Service Phone Number, Quickbooks
support phone number Quickbooks support phone number Quickbooks support
phone number Quickbooks support phone number Quickbooks support phone
number Quickbooks support phone number Quickbooks support phone number
Quickbooks support phone number Quickbooks support phone number

** Affects: null-and-void
 Importance: Undecided
 Status: 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/1701384

Title:
   Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!!

Status in NULL Project:
  Invalid

Bug description:
   Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone
  number Quickbooks technical phone number Quickbooks tech suppℴrt phone
  number HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks tech support
  phone number Quickbooks technical phone number Quickbooks tech suppℴrt
  phone number HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks tech
  support phone number Quickbooks technical phone number Quickbooks tech
  suppℴrt phone number HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks
  tech support phone number Quickbooks technical phone number Quickbooks
  tech suppℴrt phone number HELP@!! Bjate rahO Band+1 800 919 0992
  Quickbooks tech support phone number Quickbooks technical phone number
  Quickbooks tech suppℴrt ph

[Yahoo-eng-team] [Bug 1701385] Re: QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt number

2017-06-29 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1701385

Title:
   QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt number

Status in NULL Project:
  Invalid

Bug description:
   QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt number QB*^$TECH!!@1-800 919
  0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt number QB*^$TECH!!@1-800 919 0992 Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt number QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone
  number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt number
  QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt number QB*^$TECH!!@1-800 919
  0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt number QB*^$TECH!!@1-800 919 0992 Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt number QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone
  number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt number
  QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt number QB*^$TECH!!@1-800 919
  0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt number QB*^$TECH!!@1-800 919 0992 Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt number QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone
  number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt number
  QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number Quickbks
  nical maintain right of relationships number, Intuit Quickbks maintain
  phone number, Intuit Quickbks Enterprise refrain phone number. Intuit
  Quickbks Enterprise customer preserve phone Intuit Quickbks Toll Free,
  Intuit@(+1.8oo.919.o992)@-: Intuit Quickbks Support Phone Number
  provides helpline utter for the entire part of USA/CANADA clients. For
  any forward of query call 1 8ooto profit each and every one single one
  Intuit Quickbks account huge. @@Call, +1.8oo.919.o992for every type in
  the to the front taking place occurring going on taking place by
  Intuit Quickbks withhold phone number, Intuit Quickbks SupportPhone
  Number, Intuit Quickbks Help Desk Phone Number, Intuit Quickbks bond
  number, Intuit Quickbks nical pronounce phone number,@@@ Intuit
  Quickbks phone number, Intuit Quickbks nical sticking to number,
  Intuit Quickbks sticking to phone number, Intuit Quickbks nical
  preserve, Intuit Quickbks Customer Service Phone Number, Intuit
  Quickbks Customer Service Number, Intuit Quickbks Customer Support
  Phone Number, Intuit Quickbks Customer Support Number,helpline Intuit
  Quickbks Customer Service Helpline Number, Intuit Quickbks Customer
  Care Number, Intuit Quickbks money team phone number, helpline Intuit
  Quickbks advance number-Intuit Quickbks Helpline Number; Intuit
  Quickbks upholding phone number-Intuit Quickbks Helpline Number,
  Intuit Quickbks Support Toll pardon Number, Intuit Quickbks Support
  Telephone Number, Intuit Quickbks Support Telephone number, Intuit
  Quickbks Support door number, Intuit Quickbks uphold admittance
  number, Intuit Quickbks nical maintain associations number. Call,
  Intuit Quickbks allocation phone number, Intuit Quickbks Support Phone
  Number, Intuit Quickbks Help Desk Phone Number, Intuit Quickbks
  preserve number, Intuit Quickbks nical supportphone number, Intuit
  Quickbks phone number, Intuit Quickbks nical child support number,
  Intuit Quickbks retain phone number. It is certainly popular toll
  loose number which find the child maintenance for by Intuit Quickbks
  nical insist, Intuit Quickbks Customer Service Phone Number,
  Quickbooks withhold phone number Quickbooks avow phone number
  Quickbooks lead phonenumber Quickbooks along with phone number
  Quickbooks encourage phone number Quickbooks to the lead up phone
  number Quickbooks benefit phone number Quickbooks serve on phonenumber
  Quickbooks pro phone numberQuickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt number

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1701385/+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 1701385] [NEW] QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt number

2017-06-29 Thread sdfdbgdg
Private bug reported:

 QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
suppℴrt phone number Quickbℴℴks suppℴrt number QB*^$TECH!!@1-800 919
0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
Quickbℴℴks suppℴrt number QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt
phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt number
QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
suppℴrt phone number Quickbℴℴks suppℴrt number QB*^$TECH!!@1-800 919
0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
Quickbℴℴks suppℴrt number QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt
phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt number
QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
suppℴrt phone number Quickbℴℴks suppℴrt number QB*^$TECH!!@1-800 919
0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
Quickbℴℴks suppℴrt number QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt
phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt number
QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
suppℴrt phone number Quickbℴℴks suppℴrt number QB*^$TECH!!@1-800 919
0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
Quickbℴℴks suppℴrt number QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt
phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt number
QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number Quickbks
nical maintain right of relationships number, Intuit Quickbks maintain
phone number, Intuit Quickbks Enterprise refrain phone number. Intuit
Quickbks Enterprise customer preserve phone Intuit Quickbks Toll Free,
Intuit@(+1.8oo.919.o992)@-: Intuit Quickbks Support Phone Number
provides helpline utter for the entire part of USA/CANADA clients. For
any forward of query call 1 8ooto profit each and every one single one
Intuit Quickbks account huge. @@Call, +1.8oo.919.o992for every type in
the to the front taking place occurring going on taking place by Intuit
Quickbks withhold phone number, Intuit Quickbks SupportPhone Number,
Intuit Quickbks Help Desk Phone Number, Intuit Quickbks bond number,
Intuit Quickbks nical pronounce phone number,@@@ Intuit Quickbks phone
number, Intuit Quickbks nical sticking to number, Intuit Quickbks
sticking to phone number, Intuit Quickbks nical preserve, Intuit
Quickbks Customer Service Phone Number, Intuit Quickbks Customer Service
Number, Intuit Quickbks Customer Support Phone Number, Intuit Quickbks
Customer Support Number,helpline Intuit Quickbks Customer Service
Helpline Number, Intuit Quickbks Customer Care Number, Intuit Quickbks
money team phone number, helpline Intuit Quickbks advance number-Intuit
Quickbks Helpline Number; Intuit Quickbks upholding phone number-Intuit
Quickbks Helpline Number, Intuit Quickbks Support Toll pardon Number,
Intuit Quickbks Support Telephone Number, Intuit Quickbks Support
Telephone number, Intuit Quickbks Support door number, Intuit Quickbks
uphold admittance number, Intuit Quickbks nical maintain associations
number. Call, Intuit Quickbks allocation phone number, Intuit Quickbks
Support Phone Number, Intuit Quickbks Help Desk Phone Number, Intuit
Quickbks preserve number, Intuit Quickbks nical supportphone number,
Intuit Quickbks phone number, Intuit Quickbks nical child support
number, Intuit Quickbks retain phone number. It is certainly popular
toll loose number which find the child maintenance for by Intuit
Quickbks nical insist, Intuit Quickbks Customer Service Phone Number,
Quickbooks withhold phone number Quickbooks avow phone number Quickbooks
lead phonenumber Quickbooks along with phone number Quickbooks encourage
phone number Quickbooks to the lead up phone number Quickbooks benefit
phone number Quickbooks serve on phonenumber Quickbooks pro phone
numberQuickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt number

** Affects: null-and-void
 Importance: Undecided
 Status: 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/1701385

Title:
   QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt number

Status in NULL Project:
  Invalid

Bug description:
   QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt number QB*^$TECH!!@1-800 919
  0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt number QB*^$TECH!!@1-800 919 0992 Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt number QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone
  number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt number
  QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt number QB*^$TECH!!@1-800 919
  0

[Yahoo-eng-team] [Bug 1701388] Re: Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number Quickbooks technical phone number Quickbooks tech suppℴrt phone number HELP@!!

2017-06-29 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1701388

Title:
   Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!!

Status in NULL Project:
  Invalid

Bug description:
   Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone
  number Quickbooks technical phone number Quickbooks tech suppℴrt phone
  number HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks tech support
  phone number Quickbooks technical phone number Quickbooks tech suppℴrt
  phone number HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks tech
  support phone number Quickbooks technical phone number Quickbooks tech
  suppℴrt phone number HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks
  tech support phone number Quickbooks technical phone number Quickbooks
  tech suppℴrt phone number HELP@!! Bjate rahO Band+1 800 919 0992
  Quickbooks tech support phone number Quickbooks technical phone number
  Quickbooks tech suppℴrt phone number HELP@!! Bjate rahO Band+1 800 919
  0992 Quickbooks tech support phone number Quickbooks technical phone
  number Quickbooks tech suppℴrt phone number HELP@!! Bjate rahO Band+1
  800 919 0992 Quickbooks tech support phone number Quickbooks technical
  phone number Quickbooks tech suppℴrt phone number HELP@!! Bjate rahO
  Band+1 800 919 0992 Quickbooks tech support phone number Quickbooks
  technical phone number Quickbooks tech suppℴrt phone number HELP@!!
  Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone
  number Quickbooks technical phone number Quickbooks tech suppℴrt phone
  number HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks tech support
  phone number Quickbooks technical phone number Quickbooks tech suppℴrt
  phone number HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks tech
  support phone number Quickbooks technical phone number Quickbooks tech
  suppℴrt phone number HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks
  tech support phone number Quickbooks technical phone number Quickbooks
  tech suppℴrt phone number HELP@!! Bjate rahO Band+1 800 919 0992
  Quickbooks tech support phone number Quickbooks technical phone number
  Quickbooks tech suppℴrt phone number HELP@!!Quickbℴℴks premier support
  team phone number. Call, Intuit Quickbℴℴks premier support phone
  number, Intuit Quickbℴℴks premier Support Phone Number, Intuit
  Quickbℴℴks premier Help Desk Phone Number, Intuit Quickbℴℴks premier
  support number, Intuit Quickbℴℴks premier technical support phone
  number, Intuit Quickbℴℴks premier Customer suppℴrt phone number,
  Intuit Quickbℴℴks premier technical support number, Intuit Quickbℴℴks
  premier support phone number, Intuit Quickbℴℴks premier technical
  support, Intuit Quickbℴℴks premier Customer Service Phone Number,
  Intuit Quickbℴℴks premier Customer Service Number, Intuit Quickbℴℴks
  premier Customer Support Phone Number, Intuit Quickbℴℴks premier
  Customer Support Number, Intuit Quickbℴℴks premier Customer Service
  Helpline Number, Intuit Quickbℴℴks premier Customer Care Number,
  Intuit Quickbℴℴks premier support team phone number, Intuit Quickbℴℴks
  premier help number-Intuit Quickbℴℴks premier Helpline Number; Intuit
  Quickbℴℴks premier help phone number, Intuit Quickbℴℴks premier
  Helpline Number, Intuit Quickbℴℴks premier Support Toll free Number,
  Intuit Quickbℴℴks premier Support Telephone Number, Intuit Quickbℴℴks
  premier Support Telephone number, Intuit Quickbℴℴks premier Support
  contact number, Intuit Quickbℴℴks premier support contact number,
  Intuit Quickbℴℴks premier technical support contact number, Intuit
  Quickbℴℴks premier pro support phone number, Intuit Quickbℴℴks premier
  Enterprise support phone number. Intuit Quickbℴℴks premier Enterprise
  customer support phone Intuit Quickbℴℴks premier pro Toll Free,
  Intuit@(+18oo 919 o992)@-: Intuit Quickbℴℴks premier pro Support Phone
  Number provides helpline solution for all USA/CANADA clients. For any
  help of query call 1 8oo to get all Intuit Quickbℴℴks premier pro
  account solution. @@Call, +18oo 919 o992 for all type help by Intuit
  Quickbℴℴks premier pro support phone number, Intuit Quickbℴℴks premier
  pro Support Phone Number, Intuit Quickbℴℴks premier pro Help Desk
  Phone Number, Intuit Quickbℴℴks premier pro support number, Intuit
  Quickbℴℴks premier pro technical support phone number,@@@ Intui

[Yahoo-eng-team] [Bug 1701387] Re: QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt number

2017-06-29 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1701387

Title:
  QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt number

Status in NULL Project:
  Invalid

Bug description:
  QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberQB*^$TECH!!@1-800 919
  0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt numberQB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt
  phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberQB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberQB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberQB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberQB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberQB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberQB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberQB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberQB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberQB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberQB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt numberQuickbℴℴks
  premier support team phone number. Call, Intuit Quickbℴℴks premier
  support phone number, Intuit Quickbℴℴks premier Support Phone Number,
  Intuit Quickbℴℴks premier Help Desk Phone Number, Intuit Quickbℴℴks
  premier support number, Intuit Quickbℴℴks premier technical support
  phone number, Intuit Quickbℴℴks premier Customer suppℴrt phone number,
  Intuit Quickbℴℴks premier technical support number, Intuit Quickbℴℴks
  premier support phone number, Intuit Quickbℴℴks premier technical
  support, Intuit Quickbℴℴks premier Customer Service Phone Number,
  Intuit Quickbℴℴks premier Customer Service Number, Intuit Quickbℴℴks
  premier Customer Support Phone Number, Intuit Quickbℴℴks premier
  Customer Support Number, Intuit Quickbℴℴks premier Customer Service
  Helpline Number, Intuit Quickbℴℴks premier Customer Care Number,
  Intuit Quickbℴℴks premier support team phone number, Intuit Quickbℴℴks
  premier help number-Intuit Quickbℴℴks premier Helpline Number; Intuit
  Quickbℴℴks premier help phone number, Intuit Quickbℴℴks premier
  Helpline Number, Intuit Quickbℴℴks premier Support Toll free Number,
  Intuit Quickbℴℴks premier Support Telephone Number, Intuit Quickbℴℴks
  premier Support Telephone number, Intuit Quickbℴℴks premier Support
  contact number, Intuit Quickbℴℴks premier support contact number,
  Intuit Quickbℴℴks premier technical support contact number, Intuit
  Quickbℴℴks premier pro support phone number, Intuit Quickbℴℴks premier
  Enterprise support phone number. Intuit Quickbℴℴks premier Enterprise
  customer support phone Intuit Quickbℴℴks premier pro Toll Free,
  Intuit@(+18oo 919 o992)@-: Intuit Quickbℴℴks premier pro Support Phone
  Number provides helpline solution for all USA/CANADA clients. For any
  help of query call 1 8oo to get all Intuit Quickbℴℴks premier pro
  account solution. @@Call, +18oo 919 o992 for all type help by Intuit
  Quickbℴℴks premier pro support phone number, Intuit Quickbℴℴks premier
  pro Support Phone Number, Intuit Quickbℴℴks premier pro Help Desk
  Phone Number, Intuit Quickbℴℴks premier pro support number, Intuit
  Quickbℴℴks premier pro technical support phone number,@@@ Intuit
  Quickbℴℴks premier pro phone number, Intuit Quickbℴℴks premier pro
  technical support number, Intuit Quickbℴℴks premier pro support phone
  number, Intuit Quickbℴℴks premier pro technical support, Intuit
  Quickbℴℴks premier pro Customer Service Phone Number, Intuit
  Quickbℴℴks premier pro Customer Service Number, Intuit Quickbℴℴks
  premier pro Customer Support Phone Number, Intuit Quickbℴℴks premier
  pro Customer Support Number,helpline Intuit Quickbℴℴks premier pro
  Customer Service Helpline Number, Intuit Quickbℴℴks premier pro
  Customer Care Number, Intuit Quickbℴℴks premier pro support team phone
  number, helpline Intuit Quickbℴℴks premier pro help number-Intuit
  Quickbℴℴks premier pro Helpline Number; Intuit Quickbℴℴ

[Yahoo-eng-team] [Bug 1701388] [NEW] Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number Quickbooks technical phone number Quickbooks tech suppℴrt phone number HELP@!!

2017-06-29 Thread dfgdfb
Private bug reported:

 Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
Quickbooks technical phone number Quickbooks tech suppℴrt phone number
HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone
number Quickbooks technical phone number Quickbooks tech suppℴrt phone
number HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks tech support
phone number Quickbooks technical phone number Quickbooks tech suppℴrt
phone number HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks tech
support phone number Quickbooks technical phone number Quickbooks tech
suppℴrt phone number HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks
tech support phone number Quickbooks technical phone number Quickbooks
tech suppℴrt phone number HELP@!! Bjate rahO Band+1 800 919 0992
Quickbooks tech support phone number Quickbooks technical phone number
Quickbooks tech suppℴrt phone number HELP@!! Bjate rahO Band+1 800 919
0992 Quickbooks tech support phone number Quickbooks technical phone
number Quickbooks tech suppℴrt phone number HELP@!! Bjate rahO Band+1
800 919 0992 Quickbooks tech support phone number Quickbooks technical
phone number Quickbooks tech suppℴrt phone number HELP@!! Bjate rahO
Band+1 800 919 0992 Quickbooks tech support phone number Quickbooks
technical phone number Quickbooks tech suppℴrt phone number HELP@!!
Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
Quickbooks technical phone number Quickbooks tech suppℴrt phone number
HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone
number Quickbooks technical phone number Quickbooks tech suppℴrt phone
number HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks tech support
phone number Quickbooks technical phone number Quickbooks tech suppℴrt
phone number HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks tech
support phone number Quickbooks technical phone number Quickbooks tech
suppℴrt phone number HELP@!! Bjate rahO Band+1 800 919 0992 Quickbooks
tech support phone number Quickbooks technical phone number Quickbooks
tech suppℴrt phone number HELP@!! Bjate rahO Band+1 800 919 0992
Quickbooks tech support phone number Quickbooks technical phone number
Quickbooks tech suppℴrt phone number HELP@!!Quickbℴℴks premier support
team phone number. Call, Intuit Quickbℴℴks premier support phone number,
Intuit Quickbℴℴks premier Support Phone Number, Intuit Quickbℴℴks
premier Help Desk Phone Number, Intuit Quickbℴℴks premier support
number, Intuit Quickbℴℴks premier technical support phone number, Intuit
Quickbℴℴks premier Customer suppℴrt phone number, Intuit Quickbℴℴks
premier technical support number, Intuit Quickbℴℴks premier support
phone number, Intuit Quickbℴℴks premier technical support, Intuit
Quickbℴℴks premier Customer Service Phone Number, Intuit Quickbℴℴks
premier Customer Service Number, Intuit Quickbℴℴks premier Customer
Support Phone Number, Intuit Quickbℴℴks premier Customer Support Number,
Intuit Quickbℴℴks premier Customer Service Helpline Number, Intuit
Quickbℴℴks premier Customer Care Number, Intuit Quickbℴℴks premier
support team phone number, Intuit Quickbℴℴks premier help number-Intuit
Quickbℴℴks premier Helpline Number; Intuit Quickbℴℴks premier help phone
number, Intuit Quickbℴℴks premier Helpline Number, Intuit Quickbℴℴks
premier Support Toll free Number, Intuit Quickbℴℴks premier Support
Telephone Number, Intuit Quickbℴℴks premier Support Telephone number,
Intuit Quickbℴℴks premier Support contact number, Intuit Quickbℴℴks
premier support contact number, Intuit Quickbℴℴks premier technical
support contact number, Intuit Quickbℴℴks premier pro support phone
number, Intuit Quickbℴℴks premier Enterprise support phone number.
Intuit Quickbℴℴks premier Enterprise customer support phone Intuit
Quickbℴℴks premier pro Toll Free, Intuit@(+18oo 919 o992)@-: Intuit
Quickbℴℴks premier pro Support Phone Number provides helpline solution
for all USA/CANADA clients. For any help of query call 1 8oo to get all
Intuit Quickbℴℴks premier pro account solution. @@Call, +18oo 919 o992
for all type help by Intuit Quickbℴℴks premier pro support phone number,
Intuit Quickbℴℴks premier pro Support Phone Number, Intuit Quickbℴℴks
premier pro Help Desk Phone Number, Intuit Quickbℴℴks premier pro
support number, Intuit Quickbℴℴks premier pro technical support phone
number,@@@ Intuit Quickbℴℴks premier pro phone number, Intuit Quickbℴℴks
premier pro technical support number, Intuit Quickbℴℴks premier pro
support phone number, Intuit Quickbℴℴks premier pro technical support,
Intuit Quickbℴℴks premier pro Customer Service Phone Number, Intuit
Quickbℴℴks premier pro Customer Service Number, Intuit Quickbℴℴks
premier pro Customer Support Phone Number, Intuit Quickbℴℴks premier pro
Customer Support Number,helpline Intuit Quickbℴℴks premier pro Customer
Service Helpline Number, Intuit Quickbℴℴks premier pro Customer Care
Number, Intuit Quickbℴℴks premier pro support team phone number,
helpline Intuit Quickbℴℴks premier pro help n

[Yahoo-eng-team] [Bug 1701387] [NEW] QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt number

2017-06-29 Thread dfgdfb
Private bug reported:

QB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
suppℴrt phone number Quickbℴℴks suppℴrt numberQB*^$TECH!!@1-800 919 0992
Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
Quickbℴℴks suppℴrt numberQB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt
phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
numberQB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number
Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
numberQB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number
Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
numberQB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number
Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
numberQB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number
Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
numberQB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number
Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
numberQB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number
Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
numberQB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number
Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
numberQB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number
Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
numberQB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number
Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
numberQB*^$TECH!!@1-800 919 0992 Quickbℴℴks suppℴrt phone number
Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt numberQuickbℴℴks
premier support team phone number. Call, Intuit Quickbℴℴks premier
support phone number, Intuit Quickbℴℴks premier Support Phone Number,
Intuit Quickbℴℴks premier Help Desk Phone Number, Intuit Quickbℴℴks
premier support number, Intuit Quickbℴℴks premier technical support
phone number, Intuit Quickbℴℴks premier Customer suppℴrt phone number,
Intuit Quickbℴℴks premier technical support number, Intuit Quickbℴℴks
premier support phone number, Intuit Quickbℴℴks premier technical
support, Intuit Quickbℴℴks premier Customer Service Phone Number, Intuit
Quickbℴℴks premier Customer Service Number, Intuit Quickbℴℴks premier
Customer Support Phone Number, Intuit Quickbℴℴks premier Customer
Support Number, Intuit Quickbℴℴks premier Customer Service Helpline
Number, Intuit Quickbℴℴks premier Customer Care Number, Intuit
Quickbℴℴks premier support team phone number, Intuit Quickbℴℴks premier
help number-Intuit Quickbℴℴks premier Helpline Number; Intuit Quickbℴℴks
premier help phone number, Intuit Quickbℴℴks premier Helpline Number,
Intuit Quickbℴℴks premier Support Toll free Number, Intuit Quickbℴℴks
premier Support Telephone Number, Intuit Quickbℴℴks premier Support
Telephone number, Intuit Quickbℴℴks premier Support contact number,
Intuit Quickbℴℴks premier support contact number, Intuit Quickbℴℴks
premier technical support contact number, Intuit Quickbℴℴks premier pro
support phone number, Intuit Quickbℴℴks premier Enterprise support phone
number. Intuit Quickbℴℴks premier Enterprise customer support phone
Intuit Quickbℴℴks premier pro Toll Free, Intuit@(+18oo 919 o992)@-:
Intuit Quickbℴℴks premier pro Support Phone Number provides helpline
solution for all USA/CANADA clients. For any help of query call 1 8oo to
get all Intuit Quickbℴℴks premier pro account solution. @@Call, +18oo
919 o992 for all type help by Intuit Quickbℴℴks premier pro support
phone number, Intuit Quickbℴℴks premier pro Support Phone Number, Intuit
Quickbℴℴks premier pro Help Desk Phone Number, Intuit Quickbℴℴks premier
pro support number, Intuit Quickbℴℴks premier pro technical support
phone number,@@@ Intuit Quickbℴℴks premier pro phone number, Intuit
Quickbℴℴks premier pro technical support number, Intuit Quickbℴℴks
premier pro support phone number, Intuit Quickbℴℴks premier pro
technical support, Intuit Quickbℴℴks premier pro Customer Service Phone
Number, Intuit Quickbℴℴks premier pro Customer Service Number, Intuit
Quickbℴℴks premier pro Customer Support Phone Number, Intuit Quickbℴℴks
premier pro Customer Support Number,helpline Intuit Quickbℴℴks premier
pro Customer Service Helpline Number, Intuit Quickbℴℴks premier pro
Customer Care Number, Intuit Quickbℴℴks premier pro support team phone
number, helpline Intuit Quickbℴℴks premier pro help number-Intuit
Quickbℴℴks premier pro Helpline Number; Intuit Quickbℴℴks premier pro
help phone number-Intuit Quickbℴℴks premier pro Helpline Number, Intuit
Quickbℴℴks premier pro Support Toll free Number, Intuit Quickbℴℴks
premier pro Support Telephone Number, Intuit Quickbℴℴks premier pro
Support Telephone number, Intuit Quickbℴℴks premier pro Support contact
number, Intuit Quickbℴℴks premier pro support contact number, Intuit
(+18oo 919 o992) Quickbℴℴks premier pro technical support contact
number. Call, Intuit Quickbℴℴks premier pro support phone number, Intuit
Quickbℴℴks premier pro Support Phone Number,(+18oo 919 o992) Intuit
Quickbℴℴks premier pro Help Desk Phone Number, (+18oo 919 o

[Yahoo-eng-team] [Bug 1690430] Re: [Hyper-V] Advanced networking support on Azure

2017-06-29 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.9-153-g16a7302f-
0ubuntu1~16.04.2

---
cloud-init (0.7.9-153-g16a7302f-0ubuntu1~16.04.2) xenial-proposed; 
urgency=medium

  * debian/patches/ds-identify-behavior-xenial.patch: refresh patch.
  * cherry-pick 5fb49bac: azure: identify platform by well known value
in chassis asset (LP: #1693939)
  * cherry-pick 003c6678: net: remove systemd link file writing from eni
renderer
  * cherry-pick 1cd4323b: azure: remove accidental duplicate line in
merge.
  * cherry-pick ebc9ecbc: Azure: Add network-config, Refactor net layer
to handle duplicate macs. (LP: #1690430)
  * cherry-pick 11121fe4: systemd: make cloud-final.service run before
apt daily (LP: #1693361)

 -- Scott Moser   Wed, 28 Jun 2017 17:17:18 -0400

** Changed in: cloud-init (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

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

Title:
  [Hyper-V] Advanced networking support on Azure

Status in cloud-init:
  Fix Committed
Status in cloud-init package in Ubuntu:
  Fix Released
Status in cloud-init source package in Xenial:
  Fix Released
Status in cloud-init source package in Yakkety:
  Fix Committed
Status in cloud-init source package in Zesty:
  Fix Committed

Bug description:
  === Begin SRU Template ===
  [Impact]
  A new feature in Azure allows instances the ability to utilize
  SR-IOV networking.  Currently, Ubuntu images will fail to boot there.

  [Test Case]
  Testing this comes in the following parts:
  a.) check that no regressions have leaked in outside of Azure.
  b.) upgraded instance without SR-IOV device upgrade and reboot.
  c.) fresh instance with SR-IOV and updated cloud-init and reboot.
  d.) fresh instance without SR-IOV and updated cloud-init and reboot.

  The cases above generally verify that users have not been exposed
  to unexpected changes in behavior, and that the fix is correctly
  applied.

  After each boot, the user should collect logs, and generally look around
  for evidence of failure.  One tool that can be used to collected these
  logs is 'save-old-data' at [1].  That checks for many common issues with
  systemd boot.

  [1] https://git.launchpad.net/~smoser/cloud-init/+git/sru-
  info/tree/bin/save-old-data

  [Regression Potential]
  The majority of the changes have been limited to the Azure code path.
  Regressions then are likely limited to Azure users, and would most
  likely present themselves as network configuration failures on reboot
  or first boot.

  [Other Info]
  Upstream commit at
https://git.launchpad.net/cloud-init/commit/?id=ebc9ecbc8a

  === End SRU Template ===

  We are in the process of rolling out SR-IOV in Azure (available as a
  preview now, contact me offline and we can work out getting your
  subscription addedif you want to try it). In general our normal
  synthetic interface appears as eth0 and the VF comes in as eth1. We
  intend to bond these interfaces together so that if the VF goes down,
  or the VM is migrated to where no VF is present, eth0 remains as the
  valid default interface.

  At the moment we are handling the bonding via this script:
  
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/plain/tools/hv/bondvf.sh

  We were looking at ways to either integrate the behavior into cloud-
  init or invoke the script from cloud-init and do the right thing.

  We recently observed after https://bugs.launchpad.net/ubuntu/+source
  /cloud-init/+bug/1669860 that the VF interface gets renamed to
  something like "enP1p0s2" but more recently as "rename2".

  Is it possible that 1669860 needs to be expanded to cover our case or
  is there something we should be doing to make sure that change is
  working properly for SR-IOV in Azure?

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1690430/+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 1693939] Re: Switch Azure detection to use chassis_asset_tag

2017-06-29 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.9-153-g16a7302f-
0ubuntu1~16.04.2

---
cloud-init (0.7.9-153-g16a7302f-0ubuntu1~16.04.2) xenial-proposed; 
urgency=medium

  * debian/patches/ds-identify-behavior-xenial.patch: refresh patch.
  * cherry-pick 5fb49bac: azure: identify platform by well known value
in chassis asset (LP: #1693939)
  * cherry-pick 003c6678: net: remove systemd link file writing from eni
renderer
  * cherry-pick 1cd4323b: azure: remove accidental duplicate line in
merge.
  * cherry-pick ebc9ecbc: Azure: Add network-config, Refactor net layer
to handle duplicate macs. (LP: #1690430)
  * cherry-pick 11121fe4: systemd: make cloud-final.service run before
apt daily (LP: #1693361)

 -- Scott Moser   Wed, 28 Jun 2017 17:17:18 -0400

** Changed in: cloud-init (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

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

Title:
  Switch Azure detection to use chassis_asset_tag

Status in cloud-init:
  Confirmed
Status in cloud-init package in Ubuntu:
  Fix Released
Status in cloud-init source package in Xenial:
  Fix Released
Status in cloud-init source package in Yakkety:
  Fix Committed
Status in cloud-init source package in Zesty:
  Fix Committed

Bug description:
  === Begin SRU Template ===
  [Impact]
  Azure identifies itself to guests by setting a well known value in the 
chassis asset field of dmi data.  This is done both in Azure public cloud and 
in Azure Stack (the on-premise variant of Azure).

  By checking for this value cloud-init can more quickly identify
  whether or not it is running on Azure.

  [Test Case]
   - Launch an instance, enable proposed, upgrade.
   - Clean instance and re-boot
     $ rm -Rf /var/lib/cloud /var/log/cloud-init*
     $ rm -f /etc/cloud/cloud.cfg.d/91_walinuxagent.cfg  # bug 1700769
     $ reboot

   - ssh back in look around
     - confirm 'WARN' does not appear in /var/log/cloud-init*
     - look in /run/cloud-init/ds-identify.log.  It should say:
    Found single datasource: Azure

   - reboot, ssh back in and verify all still good.

  [Regression Potential]
  Instances running in Azure or Azure Stack that did *not* have this value
  would not be identified as Azure.  We have been told by representatives
  from Microsoft that that will not be the case.

  [Other Info]
  Upstream commit at
    https://git.launchpad.net/cloud-init/commit/?id=5fb49bac

  === End SRU Template ===

  I've got confirmation that the chassis_asset_tag DMI value is a hard-
  coded identifier for the Azure platform (both Azure and Azure Stack
  (the on-premise variant of Azure)).

  $ cat /sys/class/dmi/id/chassis_asset_tag
  7783-7084-3265-9085-8269-3286-77

  The detection logic in both ds-identify and Azure ds should be updated
  to use this value.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1693939/+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 1701379] Re: tU mera nhi!= 1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 Quickbooks tech Support Number nfkjj

2017-06-29 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1701379

Title:
   tU mera nhi!= 1 800 919 0992 Quickbooks tech support phone number=1
  800 919 0992 Quickbooks tech Support Number nfkjj

Status in NULL Project:
  Invalid

Bug description:
   tU mera nhi!= 1 800 919 0992 Quickbooks tech support phone number=1
  800 919 0992 Quickbooks tech Support Number nfkjj tU mera nhi!= 1 800
  919 0992 Quickbooks tech support phone number=1 800 919 0992
  Quickbooks tech Support Number nfkjj tU mera nhi!= 1 800 919 0992
  Quickbooks tech support phone number=1 800 919 0992 Quickbooks tech
  Support Number nfkjj tU mera nhi!= 1 800 919 0992 Quickbooks tech
  support phone number=1 800 919 0992 Quickbooks tech Support Number
  nfkjj tU mera nhi!= 1 800 919 0992 Quickbooks tech support phone
  number=1 800 919 0992 Quickbooks tech Support Number nfkjj tU mera
  nhi!= 1 800 919 0992 Quickbooks tech support phone number=1 800 919
  0992 Quickbooks tech Support Number nfkjj tU mera nhi!= 1 800 919 0992
  Quickbooks tech support phone number=1 800 919 0992 Quickbooks tech
  Support Number nfkjj tU mera nhi!= 1 800 919 0992 Quickbooks tech
  support phone number=1 800 919 0992 Quickbooks tech Support Number
  nfkjj tU mera nhi!= 1 800 919 0992 Quickbooks tech support phone
  number=1 800 919 0992 Quickbooks tech Support Number nfkjj tU mera
  nhi!= 1 800 919 0992 Quickbooks tech support phone number=1 800 919
  0992 Quickbooks tech Support Number nfkjj tU mera nhi!= 1 800 919 0992
  Quickbooks tech support phone number=1 800 919 0992 Quickbooks tech
  Support Number nfkjjQuickbks nical maintain right of relationships
  number, Intuit Quickbks maintain phone number, Intuit Quickbks
  Enterprise refrain phone number. Intuit Quickbks Enterprise customer
  preserve phone Intuit Quickbks Toll Free, Intuit@(+1.8oo.919.o992)@-:
  Intuit Quickbks Support Phone Number provides helpline utter for the
  entire part of USA/CANADA clients. For any forward of query call 1
  8ooto profit each and every one single one Intuit Quickbks account
  huge. @@Call, +1.8oo.919.o992for every type in the to the front taking
  place occurring going on taking place by Intuit Quickbks withhold
  phone number, Intuit Quickbks SupportPhone Number, Intuit Quickbks
  Help Desk Phone Number, Intuit Quickbks bond number, Intuit Quickbks
  nical pronounce phone number,@@@ Intuit Quickbks phone number, Intuit
  Quickbks nical sticking to number, Intuit Quickbks sticking to phone
  number, Intuit Quickbks nical preserve, Intuit Quickbks Customer
  Service Phone Number, Intuit Quickbks Customer Service Number, Intuit
  Quickbks Customer Support Phone Number, Intuit Quickbks Customer
  Support Number,helpline Intuit Quickbks Customer Service Helpline
  Number, Intuit Quickbks Customer Care Number, Intuit Quickbks money
  team phone number, helpline Intuit Quickbks advance number-Intuit
  Quickbks Helpline Number; Intuit Quickbks upholding phone number-
  Intuit Quickbks Helpline Number, Intuit Quickbks Support Toll pardon
  Number, Intuit Quickbks Support Telephone Number, Intuit Quickbks
  Support Telephone number, Intuit Quickbks Support door number, Intuit
  Quickbks uphold admittance number, Intuit Quickbks nical maintain
  associations number. Call, Intuit Quickbks allocation phone number,
  Intuit Quickbks Support Phone Number, Intuit Quickbks Help Desk Phone
  Number, Intuit Quickbks preserve number, Intuit Quickbks nical
  supportphone number, Intuit Quickbks phone number, Intuit Quickbks
  nical child support number, Intuit Quickbks retain phone number. It is
  certainly popular toll loose number which find the child maintenance
  for by Intuit Quickbks nical insist, Intuit Quickbks Customer Service
  Phone Number, Quickbooks withhold phone number Quickbooks avow phone
  number Quickbooks lead phonenumber Quickbooks along with phone number
  Quickbooks encourage phone number Quickbooks to the lead up phone
  number Quickbooks benefit phone number Quickbooks serve on phonenumber
  Quickbooks pro phone number

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1701379/+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 1693361] Re: cloud-init sometimes fails on dpkg lock due to concurrent apt-daily.service execution

2017-06-29 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.9-153-g16a7302f-
0ubuntu1~16.04.2

---
cloud-init (0.7.9-153-g16a7302f-0ubuntu1~16.04.2) xenial-proposed; 
urgency=medium

  * debian/patches/ds-identify-behavior-xenial.patch: refresh patch.
  * cherry-pick 5fb49bac: azure: identify platform by well known value
in chassis asset (LP: #1693939)
  * cherry-pick 003c6678: net: remove systemd link file writing from eni
renderer
  * cherry-pick 1cd4323b: azure: remove accidental duplicate line in
merge.
  * cherry-pick ebc9ecbc: Azure: Add network-config, Refactor net layer
to handle duplicate macs. (LP: #1690430)
  * cherry-pick 11121fe4: systemd: make cloud-final.service run before
apt daily (LP: #1693361)

 -- Scott Moser   Wed, 28 Jun 2017 17:17:18 -0400

** Changed in: cloud-init (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

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

Title:
  cloud-init sometimes fails on dpkg lock due to concurrent apt-
  daily.service execution

Status in APT:
  Confirmed
Status in cloud-init:
  Confirmed
Status in apt package in Ubuntu:
  New
Status in cloud-init package in Ubuntu:
  Fix Released
Status in cloud-init source package in Xenial:
  Fix Released
Status in cloud-init source package in Yakkety:
  Fix Committed
Status in cloud-init source package in Zesty:
  Fix Committed
Status in cloud-init source package in Artful:
  Fix Released

Bug description:
  === Begin SRU Template ===
  [Impact]
  A cloud-config that contains packages to install (see below) or
  'package_upgrade' will run 'apt-get update'.  That can sometimes fail as a
  result of contention with the apt-daily.service that updates that information.

  Cloud-config showing the problem is just like:

    $ cat my.yaml
    #cloud-config
    packages: ['hello']

  [Test Case]
  lxc-proposed-snapshot is
    
https://git.launchpad.net/~smoser/cloud-init/+git/sru-info/tree/bin/lxc-proposed-snapshot
  It publishes an image to lxd with proposed enabled and cloud-init upgraded.

  a.) launch an instance with proposed version of cloud-init and some user-data.
     This is platform independent.  The test case demonstrates lxd.
     $ printf "%s\n%s\n%s\n" "#cloud-config" "packages: ['hello']" \
     "package_upgrade: true" > config.yaml
     $ release=xenial
     $ ref=proposed-$release
     $ ./lxc-proposed-snapshot --proposed --publish $release $ref;

  b.) start the instance
     $ name=$release-1693361
     $ lxc launch my-xenial "--config=user.user-data=$(cat config.yaml)
     $ sleep 1
     $ lxc exec $name -- tail -f /var/log/cloud-init.log 
/var/log/cloud-init-output.log
     # watch this boot.

   c.) Look for evidence of systemd failure
     journalctl -o short-precise | grep -i break
     journalctl -o short-precise | grep -i order

  [Regression Potential]
  Regression chance here is low.  Its possible that ordering loops
  could occur.  When that does happen, journalctl will mention it.  
Unfortunately
  in such cases systemd somewhat randomly picks a service to kil so behavior
  is somewhat undefined.

  [Other Info]
  Upstream commit at
    https://git.launchpad.net/cloud-init/commit/?id=11121fe4

  === End SRU Template ===

  apt-daily is now a systemd service rather than being invoked by
  cron.daily.  If one builds a custom AMI it is possible that the apt-
  daily.timer will fire during boot.  This can fire at the same time
  cloud-init is running and if cloud-init loses the race the invocation
  of apt (e.g. use of "packages:" in the config) will fail.

  There is a lot of discussion online about this change to apt-daily
  (e.g. unattended upgrades happening during business hours, delaying
  boot, etc.) and discussion of potential systemd changes regarding
  timers firing during boot (c.f.
  https://github.com/systemd/systemd/issues/5659).

  While it would be better to solve this in apt itself, I suggest that
  cloud-init be defensive when calling apt and implement some retry
  mechanism.

  Various instances of people running into this issue:

  https://github.com/chef/bento/issues/609
  https://clusterhq.atlassian.net/browse/FLOC-4486
  https://github.com/boxcutter/ubuntu/issues/73
  
https://unix.stackexchange.com/questions/315502/how-to-disable-apt-daily-service-on-ubuntu-cloud-vm-image

To manage notifications about this bug go to:
https://bugs.launchpad.net/apt/+bug/1693361/+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 1701380] [NEW] Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number Quickbooks technical phone number Quickbooks tech suppℴrt phone number HELP@!!

2017-06-29 Thread dhadkaan
Private bug reported:

Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
Quickbooks technical phone number Quickbooks tech suppℴrt phone number
HELP@!!

Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
Quickbooks technical phone number Quickbooks tech suppℴrt phone number
HELP@!!

Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
Quickbooks technical phone number Quickbooks tech suppℴrt phone number
HELP@!!

Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
Quickbooks technical phone number Quickbooks tech suppℴrt phone number
HELP@!!

Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
Quickbooks technical phone number Quickbooks tech suppℴrt phone number
HELP@!!

Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
Quickbooks technical phone number Quickbooks tech suppℴrt phone number
HELP@!!

Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
Quickbooks technical phone number Quickbooks tech suppℴrt phone number
HELP@!!

Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
Quickbooks technical phone number Quickbooks tech suppℴrt phone number
HELP@!!

** Affects: null-and-void
 Importance: Undecided
 Status: 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/1701380

Title:
  Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!!

Status in NULL Project:
  Invalid

Bug description:
  Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!!

  Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!!

  Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!!

  Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!!

  Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!!

  Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!!

  Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!!

  Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!!

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1701380/+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 1701380] Re: Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number Quickbooks technical phone number Quickbooks tech suppℴrt phone number HELP@!!

2017-06-29 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1701380

Title:
  Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!!

Status in NULL Project:
  Invalid

Bug description:
  Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!!

  Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!!

  Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!!

  Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!!

  Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!!

  Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!!

  Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!!

  Bjate rahO Band+1 800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number
  HELP@!!

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1701380/+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 1701379] [NEW] tU mera nhi!= 1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 Quickbooks tech Support Number nfkjj

2017-06-29 Thread dhadkaan
Private bug reported:

 tU mera nhi!= 1 800 919 0992 Quickbooks tech support phone number=1 800
919 0992 Quickbooks tech Support Number nfkjj tU mera nhi!= 1 800 919
0992 Quickbooks tech support phone number=1 800 919 0992 Quickbooks tech
Support Number nfkjj tU mera nhi!= 1 800 919 0992 Quickbooks tech
support phone number=1 800 919 0992 Quickbooks tech Support Number nfkjj
tU mera nhi!= 1 800 919 0992 Quickbooks tech support phone number=1 800
919 0992 Quickbooks tech Support Number nfkjj tU mera nhi!= 1 800 919
0992 Quickbooks tech support phone number=1 800 919 0992 Quickbooks tech
Support Number nfkjj tU mera nhi!= 1 800 919 0992 Quickbooks tech
support phone number=1 800 919 0992 Quickbooks tech Support Number nfkjj
tU mera nhi!= 1 800 919 0992 Quickbooks tech support phone number=1 800
919 0992 Quickbooks tech Support Number nfkjj tU mera nhi!= 1 800 919
0992 Quickbooks tech support phone number=1 800 919 0992 Quickbooks tech
Support Number nfkjj tU mera nhi!= 1 800 919 0992 Quickbooks tech
support phone number=1 800 919 0992 Quickbooks tech Support Number nfkjj
tU mera nhi!= 1 800 919 0992 Quickbooks tech support phone number=1 800
919 0992 Quickbooks tech Support Number nfkjj tU mera nhi!= 1 800 919
0992 Quickbooks tech support phone number=1 800 919 0992 Quickbooks tech
Support Number nfkjjQuickbks nical maintain right of relationships
number, Intuit Quickbks maintain phone number, Intuit Quickbks
Enterprise refrain phone number. Intuit Quickbks Enterprise customer
preserve phone Intuit Quickbks Toll Free, Intuit@(+1.8oo.919.o992)@-:
Intuit Quickbks Support Phone Number provides helpline utter for the
entire part of USA/CANADA clients. For any forward of query call 1 8ooto
profit each and every one single one Intuit Quickbks account huge.
@@Call, +1.8oo.919.o992for every type in the to the front taking place
occurring going on taking place by Intuit Quickbks withhold phone
number, Intuit Quickbks SupportPhone Number, Intuit Quickbks Help Desk
Phone Number, Intuit Quickbks bond number, Intuit Quickbks nical
pronounce phone number,@@@ Intuit Quickbks phone number, Intuit Quickbks
nical sticking to number, Intuit Quickbks sticking to phone number,
Intuit Quickbks nical preserve, Intuit Quickbks Customer Service Phone
Number, Intuit Quickbks Customer Service Number, Intuit Quickbks
Customer Support Phone Number, Intuit Quickbks Customer Support
Number,helpline Intuit Quickbks Customer Service Helpline Number, Intuit
Quickbks Customer Care Number, Intuit Quickbks money team phone number,
helpline Intuit Quickbks advance number-Intuit Quickbks Helpline Number;
Intuit Quickbks upholding phone number-Intuit Quickbks Helpline Number,
Intuit Quickbks Support Toll pardon Number, Intuit Quickbks Support
Telephone Number, Intuit Quickbks Support Telephone number, Intuit
Quickbks Support door number, Intuit Quickbks uphold admittance number,
Intuit Quickbks nical maintain associations number. Call, Intuit
Quickbks allocation phone number, Intuit Quickbks Support Phone Number,
Intuit Quickbks Help Desk Phone Number, Intuit Quickbks preserve number,
Intuit Quickbks nical supportphone number, Intuit Quickbks phone number,
Intuit Quickbks nical child support number, Intuit Quickbks retain phone
number. It is certainly popular toll loose number which find the child
maintenance for by Intuit Quickbks nical insist, Intuit Quickbks
Customer Service Phone Number, Quickbooks withhold phone number
Quickbooks avow phone number Quickbooks lead phonenumber Quickbooks
along with phone number Quickbooks encourage phone number Quickbooks to
the lead up phone number Quickbooks benefit phone number Quickbooks
serve on phonenumber Quickbooks pro phone number

** Affects: null-and-void
 Importance: Undecided
 Status: 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/1701379

Title:
   tU mera nhi!= 1 800 919 0992 Quickbooks tech support phone number=1
  800 919 0992 Quickbooks tech Support Number nfkjj

Status in NULL Project:
  Invalid

Bug description:
   tU mera nhi!= 1 800 919 0992 Quickbooks tech support phone number=1
  800 919 0992 Quickbooks tech Support Number nfkjj tU mera nhi!= 1 800
  919 0992 Quickbooks tech support phone number=1 800 919 0992
  Quickbooks tech Support Number nfkjj tU mera nhi!= 1 800 919 0992
  Quickbooks tech support phone number=1 800 919 0992 Quickbooks tech
  Support Number nfkjj tU mera nhi!= 1 800 919 0992 Quickbooks tech
  support phone number=1 800 919 0992 Quickbooks tech Support Number
  nfkjj tU mera nhi!= 1 800 919 0992 Quickbooks tech support phone
  number=1 800 919 0992 Quickbooks tech Support Number nfkjj tU mera
  nhi!= 1 800 919 0992 Quickbooks tech support phone number=1 800 919
  0992 Quickbooks tech Support Number nfkjj tU mera nhi!= 1 800 919 0992
  Quickbooks tech support phone number=1 800 919 0992 Quickbooks tech
  Support Number nfkj

[Yahoo-eng-team] [Bug 1701373] Re: THe Hindu$%+1-800 919 0992 Quickbooks tech support phone number Quickbooks tech support phone number QuickbOOks suppOrt phone

2017-06-29 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1701373

Title:
   THe Hindu$%+1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone

Status in NULL Project:
  Invalid

Bug description:
   THe Hindu$%+1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone THe
  Hindu$%+1-800 919 0992 Quickbooks tech support phone number Quickbooks
  tech support phone number QuickbOOks suppOrt phone THe Hindu$%+1-800
  919 0992 Quickbooks tech support phone number Quickbooks tech support
  phone number QuickbOOks suppOrt phone THe Hindu$%+1-800 919 0992
  Quickbooks tech support phone number Quickbooks tech support phone
  number QuickbOOks suppOrt phone THe Hindu$%+1-800 919 0992 Quickbooks
  tech support phone number Quickbooks tech support phone number
  QuickbOOks suppOrt phone THe Hindu$%+1-800 919 0992 Quickbooks tech
  support phone number Quickbooks tech support phone number QuickbOOks
  suppOrt phone THe Hindu$%+1-800 919 0992 Quickbooks tech support phone
  number Quickbooks tech support phone number QuickbOOks suppOrt phone
  THe Hindu$%+1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone THe
  Hindu$%+1-800 919 0992 Quickbooks tech support phone number Quickbooks
  tech support phone number QuickbOOks suppOrt phone THe Hindu$%+1-800
  919 0992 Quickbooks tech support phone number Quickbooks tech support
  phone number QuickbOOks suppOrt phone THe Hindu$%+1-800 919 0992
  Quickbooks tech support phone number Quickbooks tech support phone
  number QuickbOOks suppOrt phoneuickbℴℴks nical support contact number,
  Intuit Quickbℴℴks support phone number, Intuit Quickbℴℴks Enterprise
  support phone number. Intuit Quickbℴℴks Enterprise customer support
  phoneIntuit Quickbℴℴks Toll Free, Intuit@(+1.8oo.919.o992)@-: Intuit
  Quickbℴℴks Support Phone Number provides helpline solution for all
  USA/CANADA clients. For any help of query call 1 8oo to get all Intuit
  Quickbℴℴks account solution. @@Call, +1.8oo.919.o992for all type help
  by Intuit Quickbℴℴks support phone number, Intuit Quickbℴℴks Support
  Phone Number, Intuit Quickbℴℴks Help Desk Phone Number, Intuit
  Quickbℴℴks support number, Intuit Quickbℴℴks nical support phone
  number,@@@ Intuit Quickbℴℴks phone number, Intuit Quickbℴℴks nical
  support number, Intuit Quickbℴℴks support phone number, Intuit
  Quickbℴℴks nical support, Intuit Quickbℴℴks Customer Service Phone
  Number, Intuit Quickbℴℴks Customer Service Number, Intuit Quickbℴℴks
  Customer Support Phone Number, Intuit Quickbℴℴks Customer Support
  Number,helpline Intuit Quickbℴℴks Customer Service Helpline Number,
  Intuit Quickbℴℴks Customer Care Number, Intuit Quickbℴℴks support team
  phone number, helpline Intuit Quickbℴℴks help number-Intuit Quickbℴℴks
  Helpline Number; Intuit Quickbℴℴks help phone number-Intuit Quickbℴℴks
  Helpline Number, Intuit Quickbℴℴks SupportToll free Number, Intuit
  Quickbℴℴks Support Telephone Number, Intuit Quickbℴℴks Support
  Telephone number, Intuit Quickbℴℴks Support contact number, Intuit
  Quickbℴℴks support contact number, Intuit Quickbℴℴks nical support
  contact number. Call, Intuit Quickbℴℴks support phone number, Intuit
  Quickbℴℴks Support Phone Number, Intuit Quickbℴℴks Help Desk Phone
  Number, Intuit Quickbℴℴks support number, Intuit Quickbℴℴks nical
  support phone number, Intuit Quickbℴℴks phone number, Intuit
  Quickbℴℴks nical support number, Intuit Quickbℴℴks support phone
  number. It is very popular toll free number which provide by Intuit
  Quickbℴℴks nical support, Intuit Quickbℴℴks Customer Service Phone
  Number, Quickbooks support phone number Quickbooks support phone
  number Quickbooks support phone number Quickbooks support phone number
  Quickbooks support phone number Quickbooks support phone number
  Quickbooks support phone number Quickbooks support phone number
  Quickbooks support phone number

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1701373/+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 1701374] Re: Quatero*1-800 919 0992 quickbooks tech phone number

2017-06-29 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1701374

Title:
  Quatero*1-800 919 0992 quickbooks tech phone number

Status in NULL Project:
  Invalid

Bug description:
  Quatero*1-800 919 0992 quickbooks tech phone numberQuatero*1-800 919
  0992 quickbooks tech phone numberQuatero*1-800 919 0992 quickbooks
  tech phone numberQuatero*1-800 919 0992 quickbooks tech phone
  numberQuatero*1-800 919 0992 quickbooks tech phone numberQuatero*1-800
  919 0992 quickbooks tech phone numberQuatero*1-800 919 0992 quickbooks
  tech phone numberQuatero*1-800 919 0992 quickbooks tech phone
  numberQuatero*1-800 919 0992 quickbooks tech phone numberQuatero*1-800
  919 0992 quickbooks tech phone numberQuatero*1-800 919 0992 quickbooks
  tech phone numberQuatero*1-800 919 0992 quickbooks tech phone
  numberQuatero*1-800 919 0992 quickbooks tech phone numberQuatero*1-800
  919 0992 quickbooks tech phone numberQuatero*1-800 919 0992 quickbooks
  tech phone numberQuickbℴℴks premier support team phone number. Call,
  Intuit Quickbℴℴks premier support phone number, Intuit Quickbℴℴks
  premier Support Phone Number, Intuit Quickbℴℴks premier Help Desk
  Phone Number, Intuit Quickbℴℴks premier support number, Intuit
  Quickbℴℴks premier technical support phone number, Intuit Quickbℴℴks
  premier Customer suppℴrt phone number, Intuit Quickbℴℴks premier
  technical support number, Intuit Quickbℴℴks premier support phone
  number, Intuit Quickbℴℴks premier technical support, Intuit Quickbℴℴks
  premier Customer Service Phone Number, Intuit Quickbℴℴks premier
  Customer Service Number, Intuit Quickbℴℴks premier Customer Support
  Phone Number, Intuit Quickbℴℴks premier Customer Support Number,
  Intuit Quickbℴℴks premier Customer Service Helpline Number, Intuit
  Quickbℴℴks premier Customer Care Number, Intuit Quickbℴℴks premier
  support team phone number, Intuit Quickbℴℴks premier help number-
  Intuit Quickbℴℴks premier Helpline Number; Intuit Quickbℴℴks premier
  help phone number, Intuit Quickbℴℴks premier Helpline Number, Intuit
  Quickbℴℴks premier Support Toll free Number, Intuit Quickbℴℴks premier
  Support Telephone Number, Intuit Quickbℴℴks premier Support Telephone
  number, Intuit Quickbℴℴks premier Support contact number, Intuit
  Quickbℴℴks premier support contact number, Intuit Quickbℴℴks premier
  technical support contact number, Intuit Quickbℴℴks premier pro
  support phone number, Intuit Quickbℴℴks premier Enterprise support
  phone number. Intuit Quickbℴℴks premier Enterprise customer support
  phone Intuit Quickbℴℴks premier pro Toll Free, Intuit@(+18oo 919
  o992)@-: Intuit Quickbℴℴks premier pro Support Phone Number provides
  helpline solution for all USA/CANADA clients. For any help of query
  call 1 8oo to get all Intuit Quickbℴℴks premier pro account solution.
  @@Call, +18oo 919 o992 for all type help by Intuit Quickbℴℴks premier
  pro support phone number, Intuit Quickbℴℴks premier pro Support Phone
  Number, Intuit Quickbℴℴks premier pro Help Desk Phone Number, Intuit
  Quickbℴℴks premier pro support number, Intuit Quickbℴℴks premier pro
  technical support phone number,@@@ Intuit Quickbℴℴks premier pro phone
  number, Intuit Quickbℴℴks premier pro technical support number, Intuit
  Quickbℴℴks premier pro support phone number, Intuit Quickbℴℴks premier
  pro technical support, Intuit Quickbℴℴks premier pro Customer Service
  Phone Number, Intuit Quickbℴℴks premier pro Customer Service Number,
  Intuit Quickbℴℴks premier pro Customer Support Phone Number, Intuit
  Quickbℴℴks premier pro Customer Support Number,helpline Intuit
  Quickbℴℴks premier pro Customer Service Helpline Number, Intuit
  Quickbℴℴks premier pro Customer Care Number, Intuit Quickbℴℴks premier
  pro support team phone number, helpline Intuit Quickbℴℴks premier pro
  help number-Intuit Quickbℴℴks premier pro Helpline Number; Intuit
  Quickbℴℴks premier pro help phone number-Intuit Quickbℴℴks premier pro
  Helpline Number, Intuit Quickbℴℴks premier pro Support Toll free
  Number, Intuit Quickbℴℴks premier pro Support Telephone Number, Intuit
  Quickbℴℴks premier pro Support Telephone number, Intuit Quickbℴℴks
  premier pro Support contact number, Intuit Quickbℴℴks premier pro
  support contact number, Intuit (+18oo 919 o992) Quickbℴℴks premier pro
  technical support contact number. Call, Intuit Quickbℴℴks premier pro
  support phone number, Intuit Quickbℴℴks premier pro Support Phone
  Number,(+18oo 919 o992) Intuit Quickbℴℴks premier pro Help Desk Phone
  Number, (+18oo 919 o992) Intuit Quickbℴℴks premier pro support number,
  Intuit Quickbℴℴks premier pro technical support phone number, Intuit
  Quickbℴℴks premier pro phone number, Intuit Quickbℴℴks premier p

[Yahoo-eng-team] [Bug 1701373] [NEW] THe Hindu$%+1-800 919 0992 Quickbooks tech support phone number Quickbooks tech support phone number QuickbOOks suppOrt phone

2017-06-29 Thread teeryyrwy
Private bug reported:

 THe Hindu$%+1-800 919 0992 Quickbooks tech support phone number
Quickbooks tech support phone number QuickbOOks suppOrt phone THe
Hindu$%+1-800 919 0992 Quickbooks tech support phone number Quickbooks
tech support phone number QuickbOOks suppOrt phone THe Hindu$%+1-800 919
0992 Quickbooks tech support phone number Quickbooks tech support phone
number QuickbOOks suppOrt phone THe Hindu$%+1-800 919 0992 Quickbooks
tech support phone number Quickbooks tech support phone number
QuickbOOks suppOrt phone THe Hindu$%+1-800 919 0992 Quickbooks tech
support phone number Quickbooks tech support phone number QuickbOOks
suppOrt phone THe Hindu$%+1-800 919 0992 Quickbooks tech support phone
number Quickbooks tech support phone number QuickbOOks suppOrt phone THe
Hindu$%+1-800 919 0992 Quickbooks tech support phone number Quickbooks
tech support phone number QuickbOOks suppOrt phone THe Hindu$%+1-800 919
0992 Quickbooks tech support phone number Quickbooks tech support phone
number QuickbOOks suppOrt phone THe Hindu$%+1-800 919 0992 Quickbooks
tech support phone number Quickbooks tech support phone number
QuickbOOks suppOrt phone THe Hindu$%+1-800 919 0992 Quickbooks tech
support phone number Quickbooks tech support phone number QuickbOOks
suppOrt phone THe Hindu$%+1-800 919 0992 Quickbooks tech support phone
number Quickbooks tech support phone number QuickbOOks suppOrt
phoneuickbℴℴks nical support contact number, Intuit Quickbℴℴks support
phone number, Intuit Quickbℴℴks Enterprise support phone number. Intuit
Quickbℴℴks Enterprise customer support phoneIntuit Quickbℴℴks Toll Free,
Intuit@(+1.8oo.919.o992)@-: Intuit Quickbℴℴks Support Phone Number
provides helpline solution for all USA/CANADA clients. For any help of
query call 1 8oo to get all Intuit Quickbℴℴks account solution. @@Call,
+1.8oo.919.o992for all type help by Intuit Quickbℴℴks support phone
number, Intuit Quickbℴℴks Support Phone Number, Intuit Quickbℴℴks Help
Desk Phone Number, Intuit Quickbℴℴks support number, Intuit Quickbℴℴks
nical support phone number,@@@ Intuit Quickbℴℴks phone number, Intuit
Quickbℴℴks nical support number, Intuit Quickbℴℴks support phone number,
Intuit Quickbℴℴks nical support, Intuit Quickbℴℴks Customer Service
Phone Number, Intuit Quickbℴℴks Customer Service Number, Intuit
Quickbℴℴks Customer Support Phone Number, Intuit Quickbℴℴks Customer
Support Number,helpline Intuit Quickbℴℴks Customer Service Helpline
Number, Intuit Quickbℴℴks Customer Care Number, Intuit Quickbℴℴks
support team phone number, helpline Intuit Quickbℴℴks help number-Intuit
Quickbℴℴks Helpline Number; Intuit Quickbℴℴks help phone number-Intuit
Quickbℴℴks Helpline Number, Intuit Quickbℴℴks SupportToll free Number,
Intuit Quickbℴℴks Support Telephone Number, Intuit Quickbℴℴks Support
Telephone number, Intuit Quickbℴℴks Support contact number, Intuit
Quickbℴℴks support contact number, Intuit Quickbℴℴks nical support
contact number. Call, Intuit Quickbℴℴks support phone number, Intuit
Quickbℴℴks Support Phone Number, Intuit Quickbℴℴks Help Desk Phone
Number, Intuit Quickbℴℴks support number, Intuit Quickbℴℴks nical
support phone number, Intuit Quickbℴℴks phone number, Intuit Quickbℴℴks
nical support number, Intuit Quickbℴℴks support phone number. It is very
popular toll free number which provide by Intuit Quickbℴℴks nical
support, Intuit Quickbℴℴks Customer Service Phone Number, Quickbooks
support phone number Quickbooks support phone number Quickbooks support
phone number Quickbooks support phone number Quickbooks support phone
number Quickbooks support phone number Quickbooks support phone number
Quickbooks support phone number Quickbooks support phone number

** Affects: null-and-void
 Importance: Undecided
 Status: 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/1701373

Title:
   THe Hindu$%+1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone

Status in NULL Project:
  Invalid

Bug description:
   THe Hindu$%+1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone THe
  Hindu$%+1-800 919 0992 Quickbooks tech support phone number Quickbooks
  tech support phone number QuickbOOks suppOrt phone THe Hindu$%+1-800
  919 0992 Quickbooks tech support phone number Quickbooks tech support
  phone number QuickbOOks suppOrt phone THe Hindu$%+1-800 919 0992
  Quickbooks tech support phone number Quickbooks tech support phone
  number QuickbOOks suppOrt phone THe Hindu$%+1-800 919 0992 Quickbooks
  tech support phone number Quickbooks tech support phone number
  QuickbOOks suppOrt phone THe Hindu$%+1-800 919 0992 Quickbooks tech
  support phone number Quickbooks tech support phone number QuickbOOks
  suppOrt phone THe Hindu$%+1-800 919 0992 Quickbooks tech support phone
  number Qui

[Yahoo-eng-team] [Bug 1701374] [NEW] Quatero*1-800 919 0992 quickbooks tech phone number

2017-06-29 Thread teeryyrwy
Private bug reported:

Quatero*1-800 919 0992 quickbooks tech phone numberQuatero*1-800 919
0992 quickbooks tech phone numberQuatero*1-800 919 0992 quickbooks tech
phone numberQuatero*1-800 919 0992 quickbooks tech phone
numberQuatero*1-800 919 0992 quickbooks tech phone numberQuatero*1-800
919 0992 quickbooks tech phone numberQuatero*1-800 919 0992 quickbooks
tech phone numberQuatero*1-800 919 0992 quickbooks tech phone
numberQuatero*1-800 919 0992 quickbooks tech phone numberQuatero*1-800
919 0992 quickbooks tech phone numberQuatero*1-800 919 0992 quickbooks
tech phone numberQuatero*1-800 919 0992 quickbooks tech phone
numberQuatero*1-800 919 0992 quickbooks tech phone numberQuatero*1-800
919 0992 quickbooks tech phone numberQuatero*1-800 919 0992 quickbooks
tech phone numberQuickbℴℴks premier support team phone number. Call,
Intuit Quickbℴℴks premier support phone number, Intuit Quickbℴℴks
premier Support Phone Number, Intuit Quickbℴℴks premier Help Desk Phone
Number, Intuit Quickbℴℴks premier support number, Intuit Quickbℴℴks
premier technical support phone number, Intuit Quickbℴℴks premier
Customer suppℴrt phone number, Intuit Quickbℴℴks premier technical
support number, Intuit Quickbℴℴks premier support phone number, Intuit
Quickbℴℴks premier technical support, Intuit Quickbℴℴks premier Customer
Service Phone Number, Intuit Quickbℴℴks premier Customer Service Number,
Intuit Quickbℴℴks premier Customer Support Phone Number, Intuit
Quickbℴℴks premier Customer Support Number, Intuit Quickbℴℴks premier
Customer Service Helpline Number, Intuit Quickbℴℴks premier Customer
Care Number, Intuit Quickbℴℴks premier support team phone number, Intuit
Quickbℴℴks premier help number-Intuit Quickbℴℴks premier Helpline
Number; Intuit Quickbℴℴks premier help phone number, Intuit Quickbℴℴks
premier Helpline Number, Intuit Quickbℴℴks premier Support Toll free
Number, Intuit Quickbℴℴks premier Support Telephone Number, Intuit
Quickbℴℴks premier Support Telephone number, Intuit Quickbℴℴks premier
Support contact number, Intuit Quickbℴℴks premier support contact
number, Intuit Quickbℴℴks premier technical support contact number,
Intuit Quickbℴℴks premier pro support phone number, Intuit Quickbℴℴks
premier Enterprise support phone number. Intuit Quickbℴℴks premier
Enterprise customer support phone Intuit Quickbℴℴks premier pro Toll
Free, Intuit@(+18oo 919 o992)@-: Intuit Quickbℴℴks premier pro Support
Phone Number provides helpline solution for all USA/CANADA clients. For
any help of query call 1 8oo to get all Intuit Quickbℴℴks premier pro
account solution. @@Call, +18oo 919 o992 for all type help by Intuit
Quickbℴℴks premier pro support phone number, Intuit Quickbℴℴks premier
pro Support Phone Number, Intuit Quickbℴℴks premier pro Help Desk Phone
Number, Intuit Quickbℴℴks premier pro support number, Intuit Quickbℴℴks
premier pro technical support phone number,@@@ Intuit Quickbℴℴks premier
pro phone number, Intuit Quickbℴℴks premier pro technical support
number, Intuit Quickbℴℴks premier pro support phone number, Intuit
Quickbℴℴks premier pro technical support, Intuit Quickbℴℴks premier pro
Customer Service Phone Number, Intuit Quickbℴℴks premier pro Customer
Service Number, Intuit Quickbℴℴks premier pro Customer Support Phone
Number, Intuit Quickbℴℴks premier pro Customer Support Number,helpline
Intuit Quickbℴℴks premier pro Customer Service Helpline Number, Intuit
Quickbℴℴks premier pro Customer Care Number, Intuit Quickbℴℴks premier
pro support team phone number, helpline Intuit Quickbℴℴks premier pro
help number-Intuit Quickbℴℴks premier pro Helpline Number; Intuit
Quickbℴℴks premier pro help phone number-Intuit Quickbℴℴks premier pro
Helpline Number, Intuit Quickbℴℴks premier pro Support Toll free Number,
Intuit Quickbℴℴks premier pro Support Telephone Number, Intuit
Quickbℴℴks premier pro Support Telephone number, Intuit Quickbℴℴks
premier pro Support contact number, Intuit Quickbℴℴks premier pro
support contact number, Intuit (+18oo 919 o992) Quickbℴℴks premier pro
technical support contact number. Call, Intuit Quickbℴℴks premier pro
support phone number, Intuit Quickbℴℴks premier pro Support Phone
Number,(+18oo 919 o992) Intuit Quickbℴℴks premier pro Help Desk Phone
Number, (+18oo 919 o992) Intuit Quickbℴℴks premier pro support number,
Intuit Quickbℴℴks premier pro technical support phone number, Intuit
Quickbℴℴks premier pro phone number, Intuit Quickbℴℴks premier pro
technical support number, Intuit Quickbℴℴks premier pro support phone
number. It is very popular toll free number which provide by Intuit
Quickbℴℴks premier pro technical support, Intuit Quickbℴℴks premier pro
Customer Service Phone Number,

** Affects: null-and-void
 Importance: Undecided
 Status: 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/1701374

Title:
  Quatero*1-800 919 0992 quickbooks tech phone

[Yahoo-eng-team] [Bug 1701375] [NEW] Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks tech support phone number QuickbOOks suppOrt phone

2017-06-29 Thread teeryyrwy
Private bug reported:

Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
Quickbooks tech support phone number QuickbOOks suppOrt phoneJanaki
@$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks tech
support phone number QuickbOOks suppOrt phoneJanaki @$^^-1-800 919 0992
Quickbooks tech support phone number Quickbooks tech support phone
number QuickbOOks suppOrt phoneJanaki @$^^-1-800 919 0992 Quickbooks
tech support phone number Quickbooks tech support phone number
QuickbOOks suppOrt phoneJanaki @$^^-1-800 919 0992 Quickbooks tech
support phone number Quickbooks tech support phone number QuickbOOks
suppOrt phoneJanaki @$^^-1-800 919 0992 Quickbooks tech support phone
number Quickbooks tech support phone number QuickbOOks suppOrt
phoneJanaki @$^^-1-800 919 0992 Quickbooks tech support phone number
Quickbooks tech support phone number QuickbOOks suppOrt phoneJanaki
@$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks tech
support phone number QuickbOOks suppOrt phoneJanaki @$^^-1-800 919 0992
Quickbooks tech support phone number Quickbooks tech support phone
number QuickbOOks suppOrt phoneJanaki @$^^-1-800 919 0992 Quickbooks
tech support phone number Quickbooks tech support phone number
QuickbOOks suppOrt phoneJanaki @$^^-1-800 919 0992 Quickbooks tech
support phone number Quickbooks tech support phone number QuickbOOks
suppOrt phoneJanaki @$^^-1-800 919 0992 Quickbooks tech support phone
number Quickbooks tech support phone number QuickbOOks suppOrt
phoneJanaki @$^^-1-800 919 0992 Quickbooks tech support phone number
Quickbooks tech support phone number QuickbOOks suppOrt phoneQuickbks
nical maintain right of relationships number, Intuit Quickbks maintain
phone number, Intuit Quickbks Enterprise refrain phone number. Intuit
Quickbks Enterprise customer preserve phone Intuit Quickbks Toll Free,
Intuit@(+1.8oo.919.o992)@-: Intuit Quickbks Support Phone Number
provides helpline utter for the entire part of USA/CANADA clients. For
any forward of query call 1 8ooto profit each and every one single one
Intuit Quickbks account huge. @@Call, +1.8oo.919.o992for every type in
the to the front taking place occurring going on taking place by Intuit
Quickbks withhold phone number, Intuit Quickbks SupportPhone Number,
Intuit Quickbks Help Desk Phone Number, Intuit Quickbks bond number,
Intuit Quickbks nical pronounce phone number,@@@ Intuit Quickbks phone
number, Intuit Quickbks nical sticking to number, Intuit Quickbks
sticking to phone number, Intuit Quickbks nical preserve, Intuit
Quickbks Customer Service Phone Number, Intuit Quickbks Customer Service
Number, Intuit Quickbks Customer Support Phone Number, Intuit Quickbks
Customer Support Number,helpline Intuit Quickbks Customer Service
Helpline Number, Intuit Quickbks Customer Care Number, Intuit Quickbks
money team phone number, helpline Intuit Quickbks advance number-Intuit
Quickbks Helpline Number; Intuit Quickbks upholding phone number-Intuit
Quickbks Helpline Number, Intuit Quickbks Support Toll pardon Number,
Intuit Quickbks Support Telephone Number, Intuit Quickbks Support
Telephone number, Intuit Quickbks Support door number, Intuit Quickbks
uphold admittance number, Intuit Quickbks nical maintain associations
number. Call, Intuit Quickbks allocation phone number, Intuit Quickbks
Support Phone Number, Intuit Quickbks Help Desk Phone Number, Intuit
Quickbks preserve number, Intuit Quickbks nical supportphone number,
Intuit Quickbks phone number, Intuit Quickbks nical child support
number, Intuit Quickbks retain phone number. It is certainly popular
toll loose number which find the child maintenance for by Intuit
Quickbks nical insist, Intuit Quickbks Customer Service Phone Number,
Quickbooks withhold phone number Quickbooks avow phone number Quickbooks
lead phonenumber Quickbooks along with phone number Quickbooks encourage
phone number Quickbooks to the lead up phone number Quickbooks benefit
phone number Quickbooks serve on phonenumber Quickbooks pro phone number

** Affects: null-and-void
 Importance: Undecided
 Status: 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/1701375

Title:
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone

Status in NULL Project:
  Invalid

Bug description:
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phoneJanaki
  @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks
  tech support phone number QuickbOOks suppOrt phoneJanaki @$^^-1-800
  919 0992 Quickbooks tech support phone number Quickbooks tech support
  phone number QuickbOOks suppOrt phoneJanaki @$^^-1-800 919 0992
  Quickbooks tech support phone number Quickbooks tech support phone
  number QuickbOOks suppOrt phoneJ

[Yahoo-eng-team] [Bug 1701375] Re: Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks tech support phone number QuickbOOks suppOrt phone

2017-06-29 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1701375

Title:
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone

Status in NULL Project:
  Invalid

Bug description:
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phoneJanaki
  @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks
  tech support phone number QuickbOOks suppOrt phoneJanaki @$^^-1-800
  919 0992 Quickbooks tech support phone number Quickbooks tech support
  phone number QuickbOOks suppOrt phoneJanaki @$^^-1-800 919 0992
  Quickbooks tech support phone number Quickbooks tech support phone
  number QuickbOOks suppOrt phoneJanaki @$^^-1-800 919 0992 Quickbooks
  tech support phone number Quickbooks tech support phone number
  QuickbOOks suppOrt phoneJanaki @$^^-1-800 919 0992 Quickbooks tech
  support phone number Quickbooks tech support phone number QuickbOOks
  suppOrt phoneJanaki @$^^-1-800 919 0992 Quickbooks tech support phone
  number Quickbooks tech support phone number QuickbOOks suppOrt
  phoneJanaki @$^^-1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phoneJanaki
  @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks
  tech support phone number QuickbOOks suppOrt phoneJanaki @$^^-1-800
  919 0992 Quickbooks tech support phone number Quickbooks tech support
  phone number QuickbOOks suppOrt phoneJanaki @$^^-1-800 919 0992
  Quickbooks tech support phone number Quickbooks tech support phone
  number QuickbOOks suppOrt phoneJanaki @$^^-1-800 919 0992 Quickbooks
  tech support phone number Quickbooks tech support phone number
  QuickbOOks suppOrt phoneJanaki @$^^-1-800 919 0992 Quickbooks tech
  support phone number Quickbooks tech support phone number QuickbOOks
  suppOrt phoneQuickbks nical maintain right of relationships number,
  Intuit Quickbks maintain phone number, Intuit Quickbks Enterprise
  refrain phone number. Intuit Quickbks Enterprise customer preserve
  phone Intuit Quickbks Toll Free, Intuit@(+1.8oo.919.o992)@-: Intuit
  Quickbks Support Phone Number provides helpline utter for the entire
  part of USA/CANADA clients. For any forward of query call 1 8ooto
  profit each and every one single one Intuit Quickbks account huge.
  @@Call, +1.8oo.919.o992for every type in the to the front taking place
  occurring going on taking place by Intuit Quickbks withhold phone
  number, Intuit Quickbks SupportPhone Number, Intuit Quickbks Help Desk
  Phone Number, Intuit Quickbks bond number, Intuit Quickbks nical
  pronounce phone number,@@@ Intuit Quickbks phone number, Intuit
  Quickbks nical sticking to number, Intuit Quickbks sticking to phone
  number, Intuit Quickbks nical preserve, Intuit Quickbks Customer
  Service Phone Number, Intuit Quickbks Customer Service Number, Intuit
  Quickbks Customer Support Phone Number, Intuit Quickbks Customer
  Support Number,helpline Intuit Quickbks Customer Service Helpline
  Number, Intuit Quickbks Customer Care Number, Intuit Quickbks money
  team phone number, helpline Intuit Quickbks advance number-Intuit
  Quickbks Helpline Number; Intuit Quickbks upholding phone number-
  Intuit Quickbks Helpline Number, Intuit Quickbks Support Toll pardon
  Number, Intuit Quickbks Support Telephone Number, Intuit Quickbks
  Support Telephone number, Intuit Quickbks Support door number, Intuit
  Quickbks uphold admittance number, Intuit Quickbks nical maintain
  associations number. Call, Intuit Quickbks allocation phone number,
  Intuit Quickbks Support Phone Number, Intuit Quickbks Help Desk Phone
  Number, Intuit Quickbks preserve number, Intuit Quickbks nical
  supportphone number, Intuit Quickbks phone number, Intuit Quickbks
  nical child support number, Intuit Quickbks retain phone number. It is
  certainly popular toll loose number which find the child maintenance
  for by Intuit Quickbks nical insist, Intuit Quickbks Customer Service
  Phone Number, Quickbooks withhold phone number Quickbooks avow phone
  number Quickbooks lead phonenumber Quickbooks along with phone number
  Quickbooks encourage phone number Quickbooks to the lead up phone
  number Quickbooks benefit phone number Quickbooks serve on phonenumber
  Quickbooks pro phone number

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1701375/+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 1701376] Re: Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks tech support phone number QuickbOOks suppOrt phone

2017-06-29 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1701376

Title:
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone

Status in NULL Project:
  Invalid

Bug description:
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks 
tech support phone number QuickbOOks suppOrt phone
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks 
tech support phone number QuickbOOks suppOrt phone
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks 
tech support phone number QuickbOOks suppOrt phone
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks 
tech support phone number QuickbOOks suppOrt phone
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks 
tech support phone number QuickbOOks suppOrt phone
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks 
tech support phone number QuickbOOks suppOrt phone
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks 
tech support phone number QuickbOOks suppOrt phone
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks 
tech support phone number QuickbOOks suppOrt phone
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks 
tech support phone number QuickbOOks suppOrt phone
  Quickbks nical maintain right of relationships number, Intuit Quickbks 
maintain phone number, Intuit Quickbks Enterprise refrain phone number. Intuit 
Quickbks Enterprise customer preserve phone Intuit Quickbks Toll Free, 
Intuit@(+1.8oo.919.o992)@-: Intuit Quickbks Support Phone Number provides 
helpline utter for the entire part of USA/CANADA clients. For any forward of 
query call 1 8ooto profit each and every one single one Intuit Quickbks account 
huge. @@Call, +1.8oo.919.o992for every type in the to the front taking place 
occurring going on taking place by Intuit Quickbks withhold phone number, 
Intuit Quickbks SupportPhone Number, Intuit Quickbks Help Desk Phone Number, 
Intuit Quickbks bond number, Intuit Quickbks nical pronounce phone number,@@@ 
Intuit Quickbks phone number, Intuit Quickbks nical sticking to number, Intuit 
Quickbks sticking to phone number, Intuit Quickbks nical preserve, Intuit 
Quickbks Customer Service Phone Number, Intuit Quickbks Customer Service 
Number, Intu
 it Quickbks Customer Support Phone Number, Intuit Quickbks Customer Support 
Number,helpline Intuit Quickbks Customer Service Helpline Number, Intuit 
Quickbks Customer Care Number, Intuit Quickbks money team phone number, 
helpline Intuit Quickbks advance number-Intuit Quickbks Helpline Number; Intuit 
Quickbks upholding phone number-Intuit Quickbks Helpline Number, Intuit 
Quickbks Support Toll pardon Number, Intuit Quickbks Support Telephone Number, 
Intuit Quickbks Support Telephone number, Intuit Quickbks Support door number, 
Intuit Quickbks uphold admittance number, Intuit Quickbks nical maintain 
associations number. Call, Intuit Quickbks allocation phone number, Intuit 
Quickbks Support Phone Number, Intuit Quickbks Help Desk Phone Number, Intuit 
Quickbks preserve number, Intuit Quickbks nical supportphone number, Intuit 
Quickbks phone number, Intuit Quickbks nical child support number, Intuit 
Quickbks retain phone number. It is certainly popular toll loose number which 
find the chi
 ld maintenance for by Intuit Quickbks nical insist, Intuit Quickbks Customer 
Service Phone Number, Quickbooks withhold phone number Quickbooks avow phone 
number Quickbooks lead phonenumber Quickbooks along with phone number 
Quickbooks encourage phone number Quickbooks to the lead up phone number 
Quickbooks benefit phone number Quickbooks serve on phonenumber Quickbooks pro 
phone number

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1701376/+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 1701376] [NEW] Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks tech support phone number QuickbOOks suppOrt phone

2017-06-29 Thread hgfhdx
Private bug reported:

Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks tech 
support phone number QuickbOOks suppOrt phone
Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks tech 
support phone number QuickbOOks suppOrt phone
Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks tech 
support phone number QuickbOOks suppOrt phone
Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks tech 
support phone number QuickbOOks suppOrt phone
Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks tech 
support phone number QuickbOOks suppOrt phone
Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks tech 
support phone number QuickbOOks suppOrt phone
Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks tech 
support phone number QuickbOOks suppOrt phone
Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks tech 
support phone number QuickbOOks suppOrt phone
Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks tech 
support phone number QuickbOOks suppOrt phone
Quickbks nical maintain right of relationships number, Intuit Quickbks maintain 
phone number, Intuit Quickbks Enterprise refrain phone number. Intuit Quickbks 
Enterprise customer preserve phone Intuit Quickbks Toll Free, 
Intuit@(+1.8oo.919.o992)@-: Intuit Quickbks Support Phone Number provides 
helpline utter for the entire part of USA/CANADA clients. For any forward of 
query call 1 8ooto profit each and every one single one Intuit Quickbks account 
huge. @@Call, +1.8oo.919.o992for every type in the to the front taking place 
occurring going on taking place by Intuit Quickbks withhold phone number, 
Intuit Quickbks SupportPhone Number, Intuit Quickbks Help Desk Phone Number, 
Intuit Quickbks bond number, Intuit Quickbks nical pronounce phone number,@@@ 
Intuit Quickbks phone number, Intuit Quickbks nical sticking to number, Intuit 
Quickbks sticking to phone number, Intuit Quickbks nical preserve, Intuit 
Quickbks Customer Service Phone Number, Intuit Quickbks Customer Service 
Number, Intuit
  Quickbks Customer Support Phone Number, Intuit Quickbks Customer Support 
Number,helpline Intuit Quickbks Customer Service Helpline Number, Intuit 
Quickbks Customer Care Number, Intuit Quickbks money team phone number, 
helpline Intuit Quickbks advance number-Intuit Quickbks Helpline Number; Intuit 
Quickbks upholding phone number-Intuit Quickbks Helpline Number, Intuit 
Quickbks Support Toll pardon Number, Intuit Quickbks Support Telephone Number, 
Intuit Quickbks Support Telephone number, Intuit Quickbks Support door number, 
Intuit Quickbks uphold admittance number, Intuit Quickbks nical maintain 
associations number. Call, Intuit Quickbks allocation phone number, Intuit 
Quickbks Support Phone Number, Intuit Quickbks Help Desk Phone Number, Intuit 
Quickbks preserve number, Intuit Quickbks nical supportphone number, Intuit 
Quickbks phone number, Intuit Quickbks nical child support number, Intuit 
Quickbks retain phone number. It is certainly popular toll loose number which 
find the child
  maintenance for by Intuit Quickbks nical insist, Intuit Quickbks Customer 
Service Phone Number, Quickbooks withhold phone number Quickbooks avow phone 
number Quickbooks lead phonenumber Quickbooks along with phone number 
Quickbooks encourage phone number Quickbooks to the lead up phone number 
Quickbooks benefit phone number Quickbooks serve on phonenumber Quickbooks pro 
phone number

** Affects: null-and-void
 Importance: Undecided
 Status: 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/1701376

Title:
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone

Status in NULL Project:
  Invalid

Bug description:
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks 
tech support phone number QuickbOOks suppOrt phone
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks 
tech support phone number QuickbOOks suppOrt phone
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks 
tech support phone number QuickbOOks suppOrt phone
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks 
tech support phone number QuickbOOks suppOrt phone
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks 
tech support phone number QuickbOOks suppOrt phone
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks 
tech support phone number QuickbOOks suppOrt phone
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks 
tech support phone number QuickbOOks suppOrt phone
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone nu

[Yahoo-eng-team] [Bug 1701377] Re: tErI Ma KI !@$^&*$1800 919 0992 Quickbooks tech support phone number Quickbooks technical phone number Quickbooks tech suppℴrt phone number

2017-06-29 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1701377

Title:
   tErI Ma KI !@$^&*$1800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number

Status in NULL Project:
  Invalid

Bug description:
  
  tErI Ma KI !@$^&*$1800 919 0992 Quickbooks tech support phone number 
Quickbooks technical phone number Quickbooks tech suppℴrt phone number

  tErI Ma KI !@$^&*$1800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number

  tErI Ma KI !@$^&*$1800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number

  tErI Ma KI !@$^&*$1800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number

  tErI Ma KI !@$^&*$1800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number

  tErI Ma KI !@$^&*$1800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number

  tErI Ma KI !@$^&*$1800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone number

  tErI Ma KI !@$^&*$1800 919 0992 Quickbooks tech support phone number
  Quickbooks technical phone number Quickbooks tech suppℴrt phone
  numberQuickbℴℴks premier support team phone number. Call, Intuit
  Quickbℴℴks premier support phone number, Intuit Quickbℴℴks premier
  Support Phone Number, Intuit Quickbℴℴks premier Help Desk Phone
  Number, Intuit Quickbℴℴks premier support number, Intuit Quickbℴℴks
  premier technical support phone number, Intuit Quickbℴℴks premier
  Customer suppℴrt phone number, Intuit Quickbℴℴks premier technical
  support number, Intuit Quickbℴℴks premier support phone number, Intuit
  Quickbℴℴks premier technical support, Intuit Quickbℴℴks premier
  Customer Service Phone Number, Intuit Quickbℴℴks premier Customer
  Service Number, Intuit Quickbℴℴks premier Customer Support Phone
  Number, Intuit Quickbℴℴks premier Customer Support Number, Intuit
  Quickbℴℴks premier Customer Service Helpline Number, Intuit Quickbℴℴks
  premier Customer Care Number, Intuit Quickbℴℴks premier support team
  phone number, Intuit Quickbℴℴks premier help number-Intuit Quickbℴℴks
  premier Helpline Number; Intuit Quickbℴℴks premier help phone number,
  Intuit Quickbℴℴks premier Helpline Number, Intuit Quickbℴℴks premier
  Support Toll free Number, Intuit Quickbℴℴks premier Support Telephone
  Number, Intuit Quickbℴℴks premier Support Telephone number, Intuit
  Quickbℴℴks premier Support contact number, Intuit Quickbℴℴks premier
  support contact number, Intuit Quickbℴℴks premier technical support
  contact number, Intuit Quickbℴℴks premier pro support phone number,
  Intuit Quickbℴℴks premier Enterprise support phone number. Intuit
  Quickbℴℴks premier Enterprise customer support phone Intuit Quickbℴℴks
  premier pro Toll Free, Intuit@(+18oo 919 o992)@-: Intuit Quickbℴℴks
  premier pro Support Phone Number provides helpline solution for all
  USA/CANADA clients. For any help of query call 1 8oo to get all Intuit
  Quickbℴℴks premier pro account solution. @@Call, +18oo 919 o992 for
  all type help by Intuit Quickbℴℴks premier pro support phone number,
  Intuit Quickbℴℴks premier pro Support Phone Number, Intuit Quickbℴℴks
  premier pro Help Desk Phone Number, Intuit Quickbℴℴks premier pro
  support number, Intuit Quickbℴℴks premier pro technical support phone
  number,@@@ Intuit Quickbℴℴks premier pro phone number, Intuit
  Quickbℴℴks premier pro technical support number, Intuit Quickbℴℴks
  premier pro support phone number, Intuit Quickbℴℴks premier pro
  technical support, Intuit Quickbℴℴks premier pro Customer Service
  Phone Number, Intuit Quickbℴℴks premier pro Customer Service Number,
  Intuit Quickbℴℴks premier pro Customer Support Phone Number, Intuit
  Quickbℴℴks premier pro Customer Support Number,helpline Intuit
  Quickbℴℴks premier pro Customer Service Helpline Number, Intuit
  Quickbℴℴks premier pro Customer Care Number, Intuit Quickbℴℴks premier
  pro support team phone number, helpline Intuit Quickbℴℴks premier pro
  help number-Intuit Quickbℴℴks premier pro Helpline Number; Intuit
  Quickbℴℴks premier pro help phone number-Intuit Quickbℴℴks premier pro
  Helpline Number, Intuit Quickbℴℴks premier pro Support Toll free
  Number, Intuit Quickbℴℴks premier pro Support Telephone Number, Intuit
  Quickbℴℴks premier pro Support Telephone number, Intuit Quickbℴℴks
  premier pro Support contact number, Intuit Quickbℴℴks premier pro
  support contact number, Intuit

[Yahoo-eng-team] [Bug 1701377] [NEW] tErI Ma KI !@$^&*$1800 919 0992 Quickbooks tech support phone number Quickbooks technical phone number Quickbooks tech suppℴrt phone number

2017-06-29 Thread hgfhdx
Private bug reported:


tErI Ma KI !@$^&*$1800 919 0992 Quickbooks tech support phone number Quickbooks 
technical phone number Quickbooks tech suppℴrt phone number

tErI Ma KI !@$^&*$1800 919 0992 Quickbooks tech support phone number
Quickbooks technical phone number Quickbooks tech suppℴrt phone number

tErI Ma KI !@$^&*$1800 919 0992 Quickbooks tech support phone number
Quickbooks technical phone number Quickbooks tech suppℴrt phone number

tErI Ma KI !@$^&*$1800 919 0992 Quickbooks tech support phone number
Quickbooks technical phone number Quickbooks tech suppℴrt phone number

tErI Ma KI !@$^&*$1800 919 0992 Quickbooks tech support phone number
Quickbooks technical phone number Quickbooks tech suppℴrt phone number

tErI Ma KI !@$^&*$1800 919 0992 Quickbooks tech support phone number
Quickbooks technical phone number Quickbooks tech suppℴrt phone number

tErI Ma KI !@$^&*$1800 919 0992 Quickbooks tech support phone number
Quickbooks technical phone number Quickbooks tech suppℴrt phone number

tErI Ma KI !@$^&*$1800 919 0992 Quickbooks tech support phone number
Quickbooks technical phone number Quickbooks tech suppℴrt phone
numberQuickbℴℴks premier support team phone number. Call, Intuit
Quickbℴℴks premier support phone number, Intuit Quickbℴℴks premier
Support Phone Number, Intuit Quickbℴℴks premier Help Desk Phone Number,
Intuit Quickbℴℴks premier support number, Intuit Quickbℴℴks premier
technical support phone number, Intuit Quickbℴℴks premier Customer
suppℴrt phone number, Intuit Quickbℴℴks premier technical support
number, Intuit Quickbℴℴks premier support phone number, Intuit
Quickbℴℴks premier technical support, Intuit Quickbℴℴks premier Customer
Service Phone Number, Intuit Quickbℴℴks premier Customer Service Number,
Intuit Quickbℴℴks premier Customer Support Phone Number, Intuit
Quickbℴℴks premier Customer Support Number, Intuit Quickbℴℴks premier
Customer Service Helpline Number, Intuit Quickbℴℴks premier Customer
Care Number, Intuit Quickbℴℴks premier support team phone number, Intuit
Quickbℴℴks premier help number-Intuit Quickbℴℴks premier Helpline
Number; Intuit Quickbℴℴks premier help phone number, Intuit Quickbℴℴks
premier Helpline Number, Intuit Quickbℴℴks premier Support Toll free
Number, Intuit Quickbℴℴks premier Support Telephone Number, Intuit
Quickbℴℴks premier Support Telephone number, Intuit Quickbℴℴks premier
Support contact number, Intuit Quickbℴℴks premier support contact
number, Intuit Quickbℴℴks premier technical support contact number,
Intuit Quickbℴℴks premier pro support phone number, Intuit Quickbℴℴks
premier Enterprise support phone number. Intuit Quickbℴℴks premier
Enterprise customer support phone Intuit Quickbℴℴks premier pro Toll
Free, Intuit@(+18oo 919 o992)@-: Intuit Quickbℴℴks premier pro Support
Phone Number provides helpline solution for all USA/CANADA clients. For
any help of query call 1 8oo to get all Intuit Quickbℴℴks premier pro
account solution. @@Call, +18oo 919 o992 for all type help by Intuit
Quickbℴℴks premier pro support phone number, Intuit Quickbℴℴks premier
pro Support Phone Number, Intuit Quickbℴℴks premier pro Help Desk Phone
Number, Intuit Quickbℴℴks premier pro support number, Intuit Quickbℴℴks
premier pro technical support phone number,@@@ Intuit Quickbℴℴks premier
pro phone number, Intuit Quickbℴℴks premier pro technical support
number, Intuit Quickbℴℴks premier pro support phone number, Intuit
Quickbℴℴks premier pro technical support, Intuit Quickbℴℴks premier pro
Customer Service Phone Number, Intuit Quickbℴℴks premier pro Customer
Service Number, Intuit Quickbℴℴks premier pro Customer Support Phone
Number, Intuit Quickbℴℴks premier pro Customer Support Number,helpline
Intuit Quickbℴℴks premier pro Customer Service Helpline Number, Intuit
Quickbℴℴks premier pro Customer Care Number, Intuit Quickbℴℴks premier
pro support team phone number, helpline Intuit Quickbℴℴks premier pro
help number-Intuit Quickbℴℴks premier pro Helpline Number; Intuit
Quickbℴℴks premier pro help phone number-Intuit Quickbℴℴks premier pro
Helpline Number, Intuit Quickbℴℴks premier pro Support Toll free Number,
Intuit Quickbℴℴks premier pro Support Telephone Number, Intuit
Quickbℴℴks premier pro Support Telephone number, Intuit Quickbℴℴks
premier pro Support contact number, Intuit Quickbℴℴks premier pro
support contact number, Intuit (+18oo 919 o992) Quickbℴℴks premier pro
technical support contact number. Call, Intuit Quickbℴℴks premier pro
support phone number, Intuit Quickbℴℴks premier pro Support Phone
Number,(+18oo 919 o992) Intuit Quickbℴℴks premier pro Help Desk Phone
Number, (+18oo 919 o992) Intuit Quickbℴℴks premier pro support number,
Intuit Quickbℴℴks premier pro technical support phone number, Intuit
Quickbℴℴks premier pro phone number, Intuit Quickbℴℴks premier pro
technical support number, Intuit Quickbℴℴks premier pro support phone
number. It is very popular toll free number which provide by Intuit
Quickbℴℴks premier pro technical support, Intuit Quickb

[Yahoo-eng-team] [Bug 1701366] Re: Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks tech support phone number QuickbOOks suppOrt phone

2017-06-29 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1701366

Title:
   Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone

Status in NULL Project:
  Invalid

Bug description:
  
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks 
tech support phone number QuickbOOks suppOrt phone

  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone

  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone

  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone

  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone

  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone

  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone

  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks 
tech support phone number QuickbOOks suppOrt phone
  ₯08៛៛ΞΞ 18oo-919-o992::: Quickbℴℴks support phone number Quickbℴℴks support 
number Quickbℴℴks customer service phone number ₯08៛៛ΞΞ 18oo-919-o992::: 
Quickbℴℴks support phone number Quickbℴℴks support number Quickbℴℴks customer 
service phone number ₯08៛៛ΞΞ 18oo-919-o992::: Quickbℴℴks support phone number 
Quickbℴℴks support number Quickbℴℴks customer service phone number ₯08៛៛ΞΞ 
18oo-919-o992::: Quickbℴℴks support phone number Quickbℴℴks support number 
Quickbℴℴks customer service phone number ₯08៛៛ΞΞ 18oo-919-o992::: Quickbℴℴks 
support phone number Quickbℴℴks support number Quickbℴℴks customer service 
phone number ₯08៛៛ΞΞ 18oo-919-o992::: Quickbℴℴks support phone number 
Quickbℴℴks support number Quickbℴℴks customer service phone number

  Desi Dance=@=1.8oo<919https://bugs.launchpad.net/null-and-void/+bug/1701366/+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 1701366] [NEW] Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks tech support phone number QuickbOOks suppOrt phone

2017-06-29 Thread gsdry
Private bug reported:


Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks tech 
support phone number QuickbOOks suppOrt phone

Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
Quickbooks tech support phone number QuickbOOks suppOrt phone

Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
Quickbooks tech support phone number QuickbOOks suppOrt phone

Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
Quickbooks tech support phone number QuickbOOks suppOrt phone

Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
Quickbooks tech support phone number QuickbOOks suppOrt phone

Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
Quickbooks tech support phone number QuickbOOks suppOrt phone

Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
Quickbooks tech support phone number QuickbOOks suppOrt phone

Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks tech 
support phone number QuickbOOks suppOrt phone
₯08៛៛ΞΞ 18oo-919-o992::: Quickbℴℴks support phone number Quickbℴℴks support 
number Quickbℴℴks customer service phone number ₯08៛៛ΞΞ 18oo-919-o992::: 
Quickbℴℴks support phone number Quickbℴℴks support number Quickbℴℴks customer 
service phone number ₯08៛៛ΞΞ 18oo-919-o992::: Quickbℴℴks support phone number 
Quickbℴℴks support number Quickbℴℴks customer service phone number ₯08៛៛ΞΞ 
18oo-919-o992::: Quickbℴℴks support phone number Quickbℴℴks support number 
Quickbℴℴks customer service phone number ₯08៛៛ΞΞ 18oo-919-o992::: Quickbℴℴks 
support phone number Quickbℴℴks support number Quickbℴℴks customer service 
phone number ₯08៛៛ΞΞ 18oo-919-o992::: Quickbℴℴks support phone number 
Quickbℴℴks support number Quickbℴℴks customer service phone number

Desi Dance=@=1.8oo<919https://bugs.launchpad.net/bugs/1701366

Title:
   Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone

Status in NULL Project:
  Invalid

Bug description:
  
  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks 
tech support phone number QuickbOOks suppOrt phone

  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone

  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone

  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone

  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone

  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone

  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone

  Janaki @$^^-1-800 919 0992 Quickbooks tech support phone number Quickbooks 
tech support phone number QuickbOOks suppOrt phone
  ₯08៛៛ΞΞ 18oo-919-o992::: Quickbℴℴks support phone number Quickbℴℴks support 
number Quickbℴℴks customer service phone number ₯08៛៛ΞΞ 18oo-919-o992::: 
Quickbℴℴks support phone number Quickbℴℴks support number Quickbℴℴks customer 
service phone number ₯08៛៛ΞΞ 18oo-919-o992::: Quickbℴℴks support phone number 
Quickbℴℴks support number Quickbℴℴks customer service phone number ₯08៛៛ΞΞ 
18oo-919-o992::: Quickbℴℴks support phone number Quickbℴℴks support number 
Quickbℴℴks customer service phone number ₯08៛៛ΞΞ 18oo-919-o992::: Quickbℴℴks 
support phone number Quickbℴℴks support number Quickbℴℴks customer service 
phone number ₯08៛៛ΞΞ 18oo-919-o992::: Quickbℴℴks support phone number 
Quickbℴℴks support number Quickbℴℴks customer service phone number

  Desi Dance=@=1.8oo<919https://bugs.launchpad.net/null-and-void/+bug/1701366/+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 1701367] Re: THe Hindu$%+1-800 919 0992 Quickbooks tech support phone number Quickbooks tech support phone number QuickbOOks suppOrt phone

2017-06-29 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1701367

Title:
THe Hindu$%+1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone

Status in NULL Project:
  Invalid

Bug description:
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
  uickbℴℴks nical support contact number, Intuit Quickbℴℴks support phone 
number, Intuit Quickbℴℴks Enterprise support phone number. Intuit Quickbℴℴks 
Enterprise customer support phoneIntuit Quickbℴℴks Toll Free, 
Intuit@(+1.8oo.919.o992)@-: Intuit Quickbℴℴks Support Phone Number provides 
helpline solution for all USA/CANADA clients. For any help of query call 1 8oo 
to get all Intuit Quickbℴℴks account solution. @@Call, +1.8oo.919.o992for all 
type help by Intuit Quickbℴℴks support phone number, Intuit Quickbℴℴks Support 
Phone Number, Intuit Quickbℴℴks Help Desk Phone Number, Intuit Quickbℴℴks 
support number, Intuit Quickbℴℴks nical support phone number,@@@ Intuit 
Quickbℴℴks phone number, Intuit Quickbℴℴks nical support number, Intuit 
Quickbℴℴks support phone number, Intuit Quickbℴℴks nical support, Intuit 
Quickbℴℴks Customer Service Phone Number, Intuit Quickbℴℴks Customer Service 
Number, Intuit Quickbℴℴks Customer Support Phone Number, Intuit Quickbℴℴks 
Customer Support Number,helpline Intuit Quickbℴℴks Customer Service Helpline 
Number, Intuit Quickbℴℴks Customer Care Number, Intuit Quickbℴℴks support team 
phone number, helpline Intuit Quickbℴℴks help number-Intuit Quickbℴℴks Helpline 
Number; Intuit Quickbℴℴks help phone number-Intuit Quickbℴℴks Helpline Number, 
Intuit Quickbℴℴks SupportToll free Number, Intuit Quickbℴℴks Support Telephone 
Number, Intuit Quickbℴℴks Support Telephone number, Intuit Quickbℴℴks Support 
contact number, Intuit Quickbℴℴks support contact number, Intuit Quickbℴℴks 
nical support contact number. Call, Intuit Quickbℴℴks support phone number, 
Intuit Quickbℴℴks Support Phone Number, Intuit Quickbℴℴks Help Desk Phone 
Number, Intuit Quickbℴℴks support number, Intuit Quickbℴℴks nical support phone 
number, Intuit Quickbℴℴks phone number, Intuit Quickbℴℴks nical support number, 
Intuit Quickbℴℴks support phone number. It is very popular toll free number 
which provide by Intuit Quickbℴℴks nical support, Intuit Quickbℴℴks Customer 
Service Phone Number, Quickbooks support phone number Quickbooks support phone 
number Quickbooks support phone number Quickbooks support phone number 
Quickbooks support phone number Quickbooks support phone number Quickbooks 
support phone number Quickbooks support phone number Quickbooks support phone 
number

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1701367/+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 1701369] Re: WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 Quickbooks tech Support Number

2017-06-29 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1701369

Title:
  WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919
  0992 Quickbooks tech Support Number

Status in NULL Project:
  Invalid

Bug description:
  WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
  WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
  WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
  WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
  WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
  WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
  WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
  WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
  WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
  WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
  WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
  WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
  WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
  WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
  WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
  WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support NumberQuickbks nical maintain right of relationships 
number, Intuit Quickbks maintain phone number, Intuit Quickbks Enterprise 
refrain phone number. Intuit Quickbks Enterprise customer preserve phone Intuit 
Quickbks Toll Free, Intuit@(+1.8oo.919.o992)@-: Intuit Quickbks Support Phone 
Number provides helpline utter for the entire part of USA/CANADA clients. For 
any forward of query call 1 8ooto profit each and every one single one Intuit 
Quickbks account huge. @@Call, +1.8oo.919.o992for every type in the to the 
front taking place occurring going on taking place by Intuit Quickbks withhold 
phone number, Intuit Quickbks SupportPhone Number, Intuit Quickbks Help Desk 
Phone Number, Intuit Quickbks bond number, Intuit Quickbks nical pronounce 
phone number,@@@ Intuit Quickbks phone number, Intuit Quickbks nical sticking 
to number, Intuit Quickbks sticking to phone number, Intuit Quickbks nica
 l preserve, Intuit Quickbks Customer Service Phone Number, Intuit Quickbks 
Customer Service Number, Intuit Quickbks Customer Support Phone Number, Intuit 
Quickbks Customer Support Number,helpline Intuit Quickbks Customer Service 
Helpline Number, Intuit Quickbks Customer Care Number, Intuit Quickbks money 
team phone number, helpline Intuit Quickbks advance number-Intuit Quickbks 
Helpline Number; Intuit Quickbks upholding phone number-Intuit Quickbks 
Helpline Number, Intuit Quickbks Support Toll pardon Number, Intuit Quickbks 
Support Telephone Number, Intuit Quickbks Support Telephone number, Intuit 
Quickbks Support door number, Intuit Quickbks uphold admittance number, Intuit 
Quickbks nical maintain associations number. Call, Intuit Quickbks allocation 
phone number, Intuit Quickbks Support Phone Number, Intuit Quickbks Help Desk 
Phone Number, Intuit Quickbks preserve number, Intuit Quickbks nical 
supportphone number, Intuit Quickbks phone number, Intuit Quickbks nical child 
support n
 umber, Intuit Quickbks retain phone number. It is certainly popular toll loose 
number which find the child maintenance for by Intuit Quickbks nical insist, 
Intuit Quickbks Customer Service Phone Number, Quickbooks withhold phone number 
Quickbooks avow phone number Quickbooks lead phonenumber Quickbooks along with 
phone number Quickbooks encourage phone number Quickbooks to the lead up phone 
number Quickbooks benefit phone number Quickbooks serve on phonenumber 
Quickbooks pro phone number

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1701369/+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 1701367] [NEW] THe Hindu$%+1-800 919 0992 Quickbooks tech support phone number Quickbooks tech support phone number QuickbOOks suppOrt phone

2017-06-29 Thread gsdry
Private bug reported:

 Quatero*1-800 919 0992 quickbooks tech phone number
 Quatero*1-800 919 0992 quickbooks tech phone number
 Quatero*1-800 919 0992 quickbooks tech phone number
 Quatero*1-800 919 0992 quickbooks tech phone number
 Quatero*1-800 919 0992 quickbooks tech phone number
 Quatero*1-800 919 0992 quickbooks tech phone number
 Quatero*1-800 919 0992 quickbooks tech phone number
 Quatero*1-800 919 0992 quickbooks tech phone number
 Quatero*1-800 919 0992 quickbooks tech phone number
 Quatero*1-800 919 0992 quickbooks tech phone number
 Quatero*1-800 919 0992 quickbooks tech phone number
 Quatero*1-800 919 0992 quickbooks tech phone number
 Quatero*1-800 919 0992 quickbooks tech phone number
 Quatero*1-800 919 0992 quickbooks tech phone number
 Quatero*1-800 919 0992 quickbooks tech phone number
uickbℴℴks nical support contact number, Intuit Quickbℴℴks support phone number, 
Intuit Quickbℴℴks Enterprise support phone number. Intuit Quickbℴℴks Enterprise 
customer support phoneIntuit Quickbℴℴks Toll Free, Intuit@(+1.8oo.919.o992)@-: 
Intuit Quickbℴℴks Support Phone Number provides helpline solution for all 
USA/CANADA clients. For any help of query call 1 8oo to get all Intuit 
Quickbℴℴks account solution. @@Call, +1.8oo.919.o992for all type help by Intuit 
Quickbℴℴks support phone number, Intuit Quickbℴℴks Support Phone Number, Intuit 
Quickbℴℴks Help Desk Phone Number, Intuit Quickbℴℴks support number, Intuit 
Quickbℴℴks nical support phone number,@@@ Intuit Quickbℴℴks phone number, 
Intuit Quickbℴℴks nical support number, Intuit Quickbℴℴks support phone number, 
Intuit Quickbℴℴks nical support, Intuit Quickbℴℴks Customer Service Phone 
Number, Intuit Quickbℴℴks Customer Service Number, Intuit Quickbℴℴks Customer 
Support Phone Number, Intuit Quickbℴℴks Customer Support Number,helpline Intuit 
Quickbℴℴks Customer Service Helpline Number, Intuit Quickbℴℴks Customer Care 
Number, Intuit Quickbℴℴks support team phone number, helpline Intuit Quickbℴℴks 
help number-Intuit Quickbℴℴks Helpline Number; Intuit Quickbℴℴks help phone 
number-Intuit Quickbℴℴks Helpline Number, Intuit Quickbℴℴks SupportToll free 
Number, Intuit Quickbℴℴks Support Telephone Number, Intuit Quickbℴℴks Support 
Telephone number, Intuit Quickbℴℴks Support contact number, Intuit Quickbℴℴks 
support contact number, Intuit Quickbℴℴks nical support contact number. Call, 
Intuit Quickbℴℴks support phone number, Intuit Quickbℴℴks Support Phone Number, 
Intuit Quickbℴℴks Help Desk Phone Number, Intuit Quickbℴℴks support number, 
Intuit Quickbℴℴks nical support phone number, Intuit Quickbℴℴks phone number, 
Intuit Quickbℴℴks nical support number, Intuit Quickbℴℴks support phone number. 
It is very popular toll free number which provide by Intuit Quickbℴℴks nical 
support, Intuit Quickbℴℴks Customer Service Phone Number, Quickbooks support 
phone number Quickbooks support phone number Quickbooks support phone number 
Quickbooks support phone number Quickbooks support phone number Quickbooks 
support phone number Quickbooks support phone number Quickbooks support phone 
number Quickbooks support phone number

** Affects: null-and-void
 Importance: Undecided
 Status: 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/1701367

Title:
THe Hindu$%+1-800 919 0992 Quickbooks tech support phone number
  Quickbooks tech support phone number QuickbOOks suppOrt phone

Status in NULL Project:
  Invalid

Bug description:
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
   Quatero*1-800 919 0992 quickbooks tech phone number
  uickbℴℴks nical support contact number, Intuit Quickbℴℴks support phone 
number, Intuit Quickbℴℴks Enterprise support phone number. Intuit Quickbℴℴks 
Enterprise customer support phoneIntuit Quickbℴℴks Toll Free, 
Intuit@(+1.8oo.919.o992)@-: Intuit Quickbℴℴks Support Phone Number provides 
helpline solution for all USA/CANADA clients. For any help of query call 1 8oo 
to get all Intuit Quickbℴℴks account solution. @@Call, +1.8oo.919.o992for all 
type help by Intuit Quickbℴℴks support phone number, Intuit Quickbℴℴks Support 
Phone Number, Intuit Quickbℴℴks Help Desk Phone Number

[Yahoo-eng-team] [Bug 1701369] [NEW] WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 Quickbooks tech Support Number

2017-06-29 Thread gsdry
Private bug reported:

WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support NumberQuickbks nical maintain right of relationships 
number, Intuit Quickbks maintain phone number, Intuit Quickbks Enterprise 
refrain phone number. Intuit Quickbks Enterprise customer preserve phone Intuit 
Quickbks Toll Free, Intuit@(+1.8oo.919.o992)@-: Intuit Quickbks Support Phone 
Number provides helpline utter for the entire part of USA/CANADA clients. For 
any forward of query call 1 8ooto profit each and every one single one Intuit 
Quickbks account huge. @@Call, +1.8oo.919.o992for every type in the to the 
front taking place occurring going on taking place by Intuit Quickbks withhold 
phone number, Intuit Quickbks SupportPhone Number, Intuit Quickbks Help Desk 
Phone Number, Intuit Quickbks bond number, Intuit Quickbks nical pronounce 
phone number,@@@ Intuit Quickbks phone number, Intuit Quickbks nical sticking 
to number, Intuit Quickbks sticking to phone number, Intuit Quickbks nical 
 preserve, Intuit Quickbks Customer Service Phone Number, Intuit Quickbks 
Customer Service Number, Intuit Quickbks Customer Support Phone Number, Intuit 
Quickbks Customer Support Number,helpline Intuit Quickbks Customer Service 
Helpline Number, Intuit Quickbks Customer Care Number, Intuit Quickbks money 
team phone number, helpline Intuit Quickbks advance number-Intuit Quickbks 
Helpline Number; Intuit Quickbks upholding phone number-Intuit Quickbks 
Helpline Number, Intuit Quickbks Support Toll pardon Number, Intuit Quickbks 
Support Telephone Number, Intuit Quickbks Support Telephone number, Intuit 
Quickbks Support door number, Intuit Quickbks uphold admittance number, Intuit 
Quickbks nical maintain associations number. Call, Intuit Quickbks allocation 
phone number, Intuit Quickbks Support Phone Number, Intuit Quickbks Help Desk 
Phone Number, Intuit Quickbks preserve number, Intuit Quickbks nical 
supportphone number, Intuit Quickbks phone number, Intuit Quickbks nical child 
support num
 ber, Intuit Quickbks retain phone number. It is certainly popular toll loose 
number which find the child maintenance for by Intuit Quickbks nical insist, 
Intuit Quickbks Customer Service Phone Number, Quickbooks withhold phone number 
Quickbooks avow phone number Quickbooks lead phonenumber Quickbooks along with 
phone number Quickbooks encourage phone number Quickbooks to the lead up phone 
number Quickbooks benefit phone number Quickbooks serve on phonenumber 
Quickbooks pro phone number

** Affects: null-and-void
 Importance: Undecided
 Status: 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/1701369

Title:
  WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919
  0992 Quickbooks tech Support Number

Status in NULL Project:
  Invalid

Bug description:
  WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
  WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
  WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
  WWe!!!=1 800 919 0992 Quickbooks tech support phone number=1 800 919 0992 
Quickbooks tech Support Number
  

[Yahoo-eng-team] [Bug 1701360] Re: TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt numberyu

2017-06-29 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1701360

Title:
  TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

Status in NULL Project:
  Invalid

Bug description:
  TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyuTiMingӁ@1-800919 0992
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt numberyuTiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt
  phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberyuTiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberyuTiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberyuTiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberyuTiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberyuTiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberyuTiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberyuTiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt numberyuFor any
  forward of query call 1 8ooto profit each and every one single one
  Intuit Quickbks account huge. @@Call, +1.8oo.919.o992for every type in
  the to the front taking place occurring going on taking place by
  Intuit Quickbks withhold phone number, Intuit Quickbks SupportPhone
  Number, Intuit Quickbks Help Desk Phone Number, Intuit Quickbks bond
  number, Intuit Quickbks nical pronounce phone number,@@@ Intuit
  Quickbks phone number, Intuit Quickbks nical sticking to number,
  Intuit Quickbks sticking to phone number, Intuit Quickbks nical
  preserve, Intuit Quickbks Customer Service Phone Number, Intuit
  Quickbks Customer Service Number, Intuit Quickbks Customer Support
  Phone Number, Intuit Quickbks Customer Support Number,helpline Intuit
  Quickbks Customer Service Helpline Number, Intuit Quickbks Customer
  Care Number, Intuit Quickbks money team phone number, helpline Intuit
  Quickbks advance number-Intuit Quickbks Helpline Number; Intuit
  Quickbks upholding phone number-Intuit Quickbks Helpline Number,
  Intuit Quickbks Support Toll pardon Number, Intuit Quickbks Support
  Telephone Number, Intuit Quickbks Support Telephone number, Intuit
  Quickbks Support door number, Intuit Quickbks uphold admittance
  number, Intuit Quickbks nical maintain associations number. Call,
  Intuit Quickbks allocation phone number, Intuit Quickbks Support Phone
  Number, Intuit Quickbks Help Desk Phone Number, Intuit Quickbks
  preserve number, Intuit Quickbks nical supportphone number, Intuit
  Quickbks phone number, Intuit Quickbks nical child support number,
  Intuit Quickbks retain phone number. It is certainly popular toll
  loose number which find the child maintenance for by Intuit Quickbks
  nical insist, Intuit Quickbks Customer Service Phone Number,
  Quickbooks withhold phone number Quickbooks avow phone number
  Quickbooks lead phonenumber Quickbooks along with phone number
  Quickbooks encourage phone number Quickbooks to the lead up phone
  number Quickbooks benefit phone number Quickbooks serve on phonenumber
  Quickbooks pro phone number

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1701360/+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 1701360] [NEW] TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt numberyu

2017-06-29 Thread vxzcfds
Private bug reported:

TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
phone number Quickbℴℴks suppℴrt numberyuTiMingӁ@1-800919 0992 Quickbℴℴks
suppℴrt phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
numberyuTiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
suppℴrt phone number Quickbℴℴks suppℴrt numberyuTiMingӁ@1-800919 0992
Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
Quickbℴℴks suppℴrt numberyuTiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt
phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
numberyuTiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
suppℴrt phone number Quickbℴℴks suppℴrt numberyuTiMingӁ@1-800919 0992
Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
Quickbℴℴks suppℴrt numberyuTiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt
phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
numberyuTiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
suppℴrt phone number Quickbℴℴks suppℴrt numberyuTiMingӁ@1-800919 0992
Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
Quickbℴℴks suppℴrt numberyuFor any forward of query call 1 8ooto profit
each and every one single one Intuit Quickbks account huge. @@Call,
+1.8oo.919.o992for every type in the to the front taking place occurring
going on taking place by Intuit Quickbks withhold phone number, Intuit
Quickbks SupportPhone Number, Intuit Quickbks Help Desk Phone Number,
Intuit Quickbks bond number, Intuit Quickbks nical pronounce phone
number,@@@ Intuit Quickbks phone number, Intuit Quickbks nical sticking
to number, Intuit Quickbks sticking to phone number, Intuit Quickbks
nical preserve, Intuit Quickbks Customer Service Phone Number, Intuit
Quickbks Customer Service Number, Intuit Quickbks Customer Support Phone
Number, Intuit Quickbks Customer Support Number,helpline Intuit Quickbks
Customer Service Helpline Number, Intuit Quickbks Customer Care Number,
Intuit Quickbks money team phone number, helpline Intuit Quickbks
advance number-Intuit Quickbks Helpline Number; Intuit Quickbks
upholding phone number-Intuit Quickbks Helpline Number, Intuit Quickbks
Support Toll pardon Number, Intuit Quickbks Support Telephone Number,
Intuit Quickbks Support Telephone number, Intuit Quickbks Support door
number, Intuit Quickbks uphold admittance number, Intuit Quickbks nical
maintain associations number. Call, Intuit Quickbks allocation phone
number, Intuit Quickbks Support Phone Number, Intuit Quickbks Help Desk
Phone Number, Intuit Quickbks preserve number, Intuit Quickbks nical
supportphone number, Intuit Quickbks phone number, Intuit Quickbks nical
child support number, Intuit Quickbks retain phone number. It is
certainly popular toll loose number which find the child maintenance for
by Intuit Quickbks nical insist, Intuit Quickbks Customer Service Phone
Number, Quickbooks withhold phone number Quickbooks avow phone number
Quickbooks lead phonenumber Quickbooks along with phone number
Quickbooks encourage phone number Quickbooks to the lead up phone number
Quickbooks benefit phone number Quickbooks serve on phonenumber
Quickbooks pro phone number

** Affects: null-and-void
 Importance: Undecided
 Status: 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/1701360

Title:
  TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

Status in NULL Project:
  Invalid

Bug description:
  TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyuTiMingӁ@1-800919 0992
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt numberyuTiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt
  phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberyuTiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberyuTiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberyuTiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberyuTiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberyuTiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberyuTiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  numberyuTiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt numberyuFor any
  forward of query call 1 8ooto profit each and every one single one
  Intuit Quickbks account huge. @@Call, +1.8oo.919.o992for every type in
  the to the front taking place occurring going on taking p

[Yahoo-eng-team] [Bug 1701361] Re: AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support Number$#$

2017-06-29 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1701361

Title:
  AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919 0992
  Quickbooks tech Support Number$#$

Status in NULL Project:
  Invalid

Bug description:
  AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919 0992
  Quickbooks tech Support Number$#$AmAAN***1-800 919 0992 Quickbooks
  tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$uickbℴℴks nical support contact number, Intuit Quickbℴℴks
  support phone number, Intuit Quickbℴℴks Enterprise support phone
  number. Intuit Quickbℴℴks Enterprise customer support phoneIntuit
  Quickbℴℴks Toll Free, Intuit@(+1.8oo.919.o992)@-: Intuit Quickbℴℴks
  Support Phone Number provides helpline solution for all USA/CANADA
  clients. For any help of query call 1 8oo to get all Intuit Quickbℴℴks
  account solution. @@Call, +1.8oo.919.o992for all type help by Intuit
  Quickbℴℴks support phone number, Intuit Quickbℴℴks Support Phone
  Number, Intuit Quickbℴℴks Help Desk Phone Number, Intuit Quickbℴℴks
  support number, Intuit Quickbℴℴks nical support phone number,@@@
  Intuit Quickbℴℴks phone number, Intuit Quickbℴℴks nical support
  number, Intuit Quickbℴℴks support phone number, Intuit Quickbℴℴks
  nical support, Intuit Quickbℴℴks Customer Service Phone Number, Intuit
  Quickbℴℴks Customer Service Number, Intuit Quickbℴℴks Customer Support
  Phone Number, Intuit Quickbℴℴks Customer Support Number,helpline
  Intuit Quickbℴℴks Customer Service Helpline Number, Intuit Quickbℴℴks
  Customer Care Number, Intuit Quickbℴℴks support team phone number,
  helpline Intuit Quickbℴℴks help number-Intuit Quickbℴℴks Helpline
  Number; Intuit Quickbℴℴks help phone number-Intuit Quickbℴℴks Helpline
  Number, Intuit Quickbℴℴks SupportToll free Number, Intuit Quickbℴℴks
  Support Telephone Number, Intuit Quickbℴℴks Support Telephone number,
  Intuit Quickbℴℴks Support contact number, Intuit Quickbℴℴks support
  contact number, Intuit Quickbℴℴks nical support contact number. Call,
  Intuit Quickbℴℴks support phone number, Intuit Quickbℴℴks Support
  Phone Number, Intuit Quickbℴℴks Help Desk Phone Number, Intuit
  Quickbℴℴks support number, Intuit Quickbℴℴks nical support phone
  number, Intuit Quickbℴℴks phone number, Intuit Quickbℴℴks nical
  support number, Intuit Quickbℴℴks support phone number. It is very
  popular toll free number which provide by Intuit Quickbℴℴks nical
  support, Intuit Quickbℴℴks Customer Service Phone Number, Quickbooks
  support phone number Quickbooks support phone number Quickbooks
  support phone number Quickbooks support phone number Quickbooks
  support phone number Quickbooks support phone number Quickbooks
  support phone number Quickbooks support phone number Quickbooks
  support phone number

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1701361/+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 1701361] [NEW] AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support Number$#$

2017-06-29 Thread vxzcfds
Private bug reported:

AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919 0992
Quickbooks tech Support Number$#$AmAAN***1-800 919 0992 Quickbooks tech
support number+1 800 919 0992 Quickbooks tech Support
Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919
0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992 Quickbooks
tech support number+1 800 919 0992 Quickbooks tech Support
Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919
0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992 Quickbooks
tech support number+1 800 919 0992 Quickbooks tech Support
Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919
0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992 Quickbooks
tech support number+1 800 919 0992 Quickbooks tech Support
Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919
0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992 Quickbooks
tech support number+1 800 919 0992 Quickbooks tech Support
Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919
0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992 Quickbooks
tech support number+1 800 919 0992 Quickbooks tech Support
Number$#$uickbℴℴks nical support contact number, Intuit Quickbℴℴks
support phone number, Intuit Quickbℴℴks Enterprise support phone number.
Intuit Quickbℴℴks Enterprise customer support phoneIntuit Quickbℴℴks
Toll Free, Intuit@(+1.8oo.919.o992)@-: Intuit Quickbℴℴks Support Phone
Number provides helpline solution for all USA/CANADA clients. For any
help of query call 1 8oo to get all Intuit Quickbℴℴks account solution.
@@Call, +1.8oo.919.o992for all type help by Intuit Quickbℴℴks support
phone number, Intuit Quickbℴℴks Support Phone Number, Intuit Quickbℴℴks
Help Desk Phone Number, Intuit Quickbℴℴks support number, Intuit
Quickbℴℴks nical support phone number,@@@ Intuit Quickbℴℴks phone
number, Intuit Quickbℴℴks nical support number, Intuit Quickbℴℴks
support phone number, Intuit Quickbℴℴks nical support, Intuit Quickbℴℴks
Customer Service Phone Number, Intuit Quickbℴℴks Customer Service
Number, Intuit Quickbℴℴks Customer Support Phone Number, Intuit
Quickbℴℴks Customer Support Number,helpline Intuit Quickbℴℴks Customer
Service Helpline Number, Intuit Quickbℴℴks Customer Care Number, Intuit
Quickbℴℴks support team phone number, helpline Intuit Quickbℴℴks help
number-Intuit Quickbℴℴks Helpline Number; Intuit Quickbℴℴks help phone
number-Intuit Quickbℴℴks Helpline Number, Intuit Quickbℴℴks SupportToll
free Number, Intuit Quickbℴℴks Support Telephone Number, Intuit
Quickbℴℴks Support Telephone number, Intuit Quickbℴℴks Support contact
number, Intuit Quickbℴℴks support contact number, Intuit Quickbℴℴks
nical support contact number. Call, Intuit Quickbℴℴks support phone
number, Intuit Quickbℴℴks Support Phone Number, Intuit Quickbℴℴks Help
Desk Phone Number, Intuit Quickbℴℴks support number, Intuit Quickbℴℴks
nical support phone number, Intuit Quickbℴℴks phone number, Intuit
Quickbℴℴks nical support number, Intuit Quickbℴℴks support phone number.
It is very popular toll free number which provide by Intuit Quickbℴℴks
nical support, Intuit Quickbℴℴks Customer Service Phone Number,
Quickbooks support phone number Quickbooks support phone number
Quickbooks support phone number Quickbooks support phone number
Quickbooks support phone number Quickbooks support phone number
Quickbooks support phone number Quickbooks support phone number
Quickbooks support phone number

** Affects: null-and-void
 Importance: Undecided
 Status: 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/1701361

Title:
  AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919 0992
  Quickbooks tech Support Number$#$

Status in NULL Project:
  Invalid

Bug description:
  AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919 0992
  Quickbooks tech Support Number$#$AmAAN***1-800 919 0992 Quickbooks
  tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Sup

[Yahoo-eng-team] [Bug 1699199] Re: test_agent_management resource_setup assumes multiple agents

2017-06-29 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/476491
Committed: 
https://git.openstack.org/cgit/openstack/neutron/commit/?id=4548ffd6b37247a70b6447177db63e4fbf5c411c
Submitter: Jenkins
Branch:master

commit 4548ffd6b37247a70b6447177db63e4fbf5c411c
Author: Jakub Libosvar 
Date:   Thu Jun 22 12:15:12 2017 +

tempest-api: Skip test if deployment has not enough agents

Neutron deployments can have various number of agents. For agentless
deployments there is no point in running agent API tests so that should
be reflected in tempest.conf available extension.

One of the tests require at least two agents - this patch skips such
test if environment doesn't contain enough agents for running the test.

Change-Id: I0f006258aa89c1f52fac73669352d725b109696c
Closes-bug: #1699199


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

Title:
  test_agent_management resource_setup assumes multiple agents

Status in neutron:
  Fix Released

Bug description:
  
https://github.com/openstack/neutron/blob/master/neutron/tests/tempest/api/admin/test_agent_management.py#L26-L31

  
  resource_setup assumes that admin_client.list_agents will return at least 2 
different agents, agents[0] and agents[1]. If there is only 1 agent, this setup 
will fail when trying to access agents[1]. A trace can be found below.

  ft1.1: setUpClass 
(neutron.tests.tempest.api.admin.test_agent_management.AgentManagementTestJSON)_StringException:
 Traceback (most recent call last):
File "tempest/test.py", line 244, in setUpClass
  six.reraise(etype, value, trace)
File "tempest/test.py", line 237, in setUpClass
  cls.resource_setup()
File 
"/opt/stack/neutron/neutron/tests/tempest/api/admin/test_agent_management.py", 
line 31, in resource_setup
  cls.dyn_agent = agents[1]
  IndexError: list index out of range

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1699199/+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 1701358] Re: TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt numberyu

2017-06-29 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1701358

Title:
TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

Status in NULL Project:
  Invalid

Bug description:
  
   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt 
phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyuuickbℴℴks suppℴrt
  phone number Quickbℴℴks tech suppℴrt number QB* TECH!!@1-8oo_919_o992
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
  Quickbℴℴks tech suppℴrt number Hd lock@ ~~!!@@+1-8oo_919_o992
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone@@bobmb@ @$$+1-8oo_919_o992Quickbℴℴks suppℴrt
  phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  phone@@bobmbCall@ @$$+1-8oo_919_o992Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone
  numberDATH1$Call@ @$$+1-8oo_919_o992Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone numberDesi
  Dance=@=$$+1-8oo<919https://bugs.launchpad.net/null-and-void/+bug/1701358/+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 1701358] [NEW] TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt numberyu

2017-06-29 Thread ylledipave-
Private bug reported:


 TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone 
number Quickbℴℴks suppℴrt numberyu

 TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
suppℴrt phone number Quickbℴℴks suppℴrt numberyu

 TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
suppℴrt phone number Quickbℴℴks suppℴrt numberyu

 TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
suppℴrt phone number Quickbℴℴks suppℴrt numberyu

 TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
suppℴrt phone number Quickbℴℴks suppℴrt numberyu

 TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
suppℴrt phone number Quickbℴℴks suppℴrt numberyu

 TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
suppℴrt phone number Quickbℴℴks suppℴrt numberyu

 TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
suppℴrt phone number Quickbℴℴks suppℴrt numberyuuickbℴℴks suppℴrt phone
number Quickbℴℴks tech suppℴrt number QB* TECH!!@1-8oo_919_o992
Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
Quickbℴℴks tech suppℴrt number Hd lock@ ~~!!@@+1-8oo_919_o992 Quickbℴℴks
suppℴrt phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
phone@@bobmb@ @$$+1-8oo_919_o992Quickbℴℴks suppℴrt phone number
Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone@@bobmbCall@
@$$+1-8oo_919_o992Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
phone number Quickbℴℴks suppℴrt phone numberDATH1$Call@
@$$+1-8oo_919_o992Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
phone number Quickbℴℴks suppℴrt phone numberDesi
Dance=@=$$+1-8oo<919https://bugs.launchpad.net/bugs/1701358

Title:
TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

Status in NULL Project:
  Invalid

Bug description:
  
   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt 
phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyuuickbℴℴks suppℴrt
  phone number Quickbℴℴks tech suppℴrt number QB* TECH!!@1-8oo_919_o992
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
  Quickbℴℴks tech suppℴrt number Hd lock@ ~~!!@@+1-8oo_919_o992
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone@@bobmb@ @$$+1-8oo_919_o992Quickbℴℴks suppℴrt
  phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  phone@@bobmbCall@ @$$+1-8oo_919_o992Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone
  numberDATH1$Call@ @$$+1-8oo_919_o992Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone numberDesi
  Dance=@=$$+1-8oo<919https://bugs.launchpad.net/null-and-void/+bug/1701358/+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 1701359] Re: AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support Number$#$

2017-06-29 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1701359

Title:
  AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919 0992
  Quickbooks tech Support Number$#$

Status in NULL Project:
  Invalid

Bug description:
  AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919 0992
  Quickbooks tech Support Number$#$AmAAN***1-800 919 0992 Quickbooks
  tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$BANKOK 1-8oo919 o992Quickbks supprt phone number Quickbks
  supprt phone number Quickbks supprt number USA 1-8oo919 o992Quickbks
  supprt phone number Quickbks supprt phone number Quickbks supprt
  number QB* TECH!!@1-8oo_919_o992Quickbks supprt phone number Quickbks
  supprt phone number Quickbks supprt number Hd lock@
  ~~!!@@+1-8oo_919_o992Quickbks supprt phone number Quickbks supprt
  phone number Quickbks supprt phone @@bobmb@ @$$+1-8oo_919_o992Quickbks
  supprt phone number Quickbks supprtphone number Quickbks supprt phone
  @@bobmbCall@ @$$+1-8oo_919_o992Quickbks supprt phone number Quickbks
  supprt phone number Quickbks supprt phonenumber DATH1$Call@
  @$$+1-8oo_919_o992Quickbks supprt phone number Quickbks supprt phone
  number Quickbks supprt phone number Desi Dance=@=$$+1-8oo<919https://bugs.launchpad.net/null-and-void/+bug/1701359/+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 1701359] [NEW] AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support Number$#$

2017-06-29 Thread ylledipave-
Private bug reported:

AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919 0992
Quickbooks tech Support Number$#$AmAAN***1-800 919 0992 Quickbooks tech
support number+1 800 919 0992 Quickbooks tech Support
Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919
0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992 Quickbooks
tech support number+1 800 919 0992 Quickbooks tech Support
Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919
0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992 Quickbooks
tech support number+1 800 919 0992 Quickbooks tech Support
Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919
0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992 Quickbooks
tech support number+1 800 919 0992 Quickbooks tech Support
Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919
0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992 Quickbooks
tech support number+1 800 919 0992 Quickbooks tech Support
Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919
0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992 Quickbooks
tech support number+1 800 919 0992 Quickbooks tech Support
Number$#$BANKOK 1-8oo919 o992Quickbks supprt phone number Quickbks
supprt phone number Quickbks supprt number USA 1-8oo919 o992Quickbks
supprt phone number Quickbks supprt phone number Quickbks supprt number
QB* TECH!!@1-8oo_919_o992Quickbks supprt phone number Quickbks supprt
phone number Quickbks supprt number Hd lock@
~~!!@@+1-8oo_919_o992Quickbks supprt phone number Quickbks supprt phone
number Quickbks supprt phone @@bobmb@ @$$+1-8oo_919_o992Quickbks supprt
phone number Quickbks supprtphone number Quickbks supprt phone
@@bobmbCall@ @$$+1-8oo_919_o992Quickbks supprt phone number Quickbks
supprt phone number Quickbks supprt phonenumber DATH1$Call@
@$$+1-8oo_919_o992Quickbks supprt phone number Quickbks supprt phone
number Quickbks supprt phone number Desi Dance=@=$$+1-8oo<919https://bugs.launchpad.net/bugs/1701359

Title:
  AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919 0992
  Quickbooks tech Support Number$#$

Status in NULL Project:
  Invalid

Bug description:
  AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919 0992
  Quickbooks tech Support Number$#$AmAAN***1-800 919 0992 Quickbooks
  tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$BANKOK 1-8oo919 o992Quickbks supprt phone number Quickbks
  supprt phone number Quickbks supprt number USA 1-8oo919 o992Quickbks
  supprt phone number Quickbks supprt phone number Quickbks supprt
  number QB* TECH!!@1-8oo_919_o992Quickbks supprt phone number Quickbks
  supprt phone number Quickbks supprt number Hd lock@
  ~~!!@@+1-8oo_919_o992Quickbks supprt phone number Quickbks supprt
  phone number Quickbks supprt phone @@bobmb@ @$$+1-8oo_919_o992Quickbks
  supprt phone number Quickbks supprtphone number Quickbks supprt phone
  @@bobmbCall@ @$$+1-8oo_919_o992Quickbks supprt phone number Quickbks
  supprt phone number Quickbks supprt phonenumber DATH1$Call@
  @$$+1-8oo_919_o992Quickbks supprt phone number Quickbks supprt phone
  number Quickbks supprt phone number Desi Dance=@=$$+1-8oo<919https://bugs.launchpad.net/null-and-void/+bug/1701359/+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 1701354] Re: AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support Number$#$

2017-06-29 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1701354

Title:
  AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919 0992
  Quickbooks tech Support Number$#$

Status in NULL Project:
  Invalid

Bug description:
  AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919 0992
  Quickbooks tech Support Number$#$AmAAN***1-800 919 0992 Quickbooks
  tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$BANKOK 1-8oo919 o992Quickbks
  supprt phone number Quickbks supprt phone number Quickbks supprt
  number USA 1-8oo919 o992Quickbks supprt phone number Quickbks supprt
  phone number Quickbks supprt number QB* TECH!!@1-8oo_919_o992Quickbks
  supprt phone number Quickbks supprt phone number Quickbks supprt
  number Hd lock@ ~~!!@@+1-8oo_919_o992Quickbks supprt phone number
  Quickbks supprt phone number Quickbks supprt phone @@bobmb@
  @$$+1-8oo_919_o992Quickbks supprt phone number Quickbks supprtphone
  number Quickbks supprt phone @@bobmbCall@ @$$+1-8oo_919_o992Quickbks
  supprt phone number Quickbks supprt phone number Quickbks supprt
  phonenumber DATH1$Call@ @$$+1-8oo_919_o992Quickbks supprt phone number
  Quickbks supprt phone number Quickbks supprt phone number Desi
  Dance=@=$$+1-8oo<919https://bugs.launchpad.net/null-and-void/+bug/1701354/+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 1701354] [NEW] AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support Number$#$

2017-06-29 Thread ylledipave
Private bug reported:

AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919 0992
Quickbooks tech Support Number$#$AmAAN***1-800 919 0992 Quickbooks tech
support number+1 800 919 0992 Quickbooks tech Support
Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919
0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992 Quickbooks
tech support number+1 800 919 0992 Quickbooks tech Support
Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919
0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992 Quickbooks
tech support number+1 800 919 0992 Quickbooks tech Support
Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919
0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992 Quickbooks
tech support number+1 800 919 0992 Quickbooks tech Support
Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919
0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992 Quickbooks
tech support number+1 800 919 0992 Quickbooks tech Support
Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919
0992 Quickbooks tech Support Number$#$BANKOK 1-8oo919 o992Quickbks
supprt phone number Quickbks supprt phone number Quickbks supprt number
USA 1-8oo919 o992Quickbks supprt phone number Quickbks supprt phone
number Quickbks supprt number QB* TECH!!@1-8oo_919_o992Quickbks supprt
phone number Quickbks supprt phone number Quickbks supprt number Hd
lock@ ~~!!@@+1-8oo_919_o992Quickbks supprt phone number Quickbks supprt
phone number Quickbks supprt phone @@bobmb@ @$$+1-8oo_919_o992Quickbks
supprt phone number Quickbks supprtphone number Quickbks supprt phone
@@bobmbCall@ @$$+1-8oo_919_o992Quickbks supprt phone number Quickbks
supprt phone number Quickbks supprt phonenumber DATH1$Call@
@$$+1-8oo_919_o992Quickbks supprt phone number Quickbks supprt phone
number Quickbks supprt phone number Desi Dance=@=$$+1-8oo<919https://bugs.launchpad.net/bugs/1701354

Title:
  AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919 0992
  Quickbooks tech Support Number$#$

Status in NULL Project:
  Invalid

Bug description:
  AmAAN***1-800 919 0992 Quickbooks tech support number+1 800 919 0992
  Quickbooks tech Support Number$#$AmAAN***1-800 919 0992 Quickbooks
  tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$AmAAN***1-800 919 0992
  Quickbooks tech support number+1 800 919 0992 Quickbooks tech Support
  Number$#$AmAAN***1-800 919 0992 Quickbooks tech support number+1 800
  919 0992 Quickbooks tech Support Number$#$BANKOK 1-8oo919 o992Quickbks
  supprt phone number Quickbks supprt phone number Quickbks supprt
  number USA 1-8oo919 o992Quickbks supprt phone number Quickbks supprt
  phone number Quickbks supprt number QB* TECH!!@1-8oo_919_o992Quickbks
  supprt phone number Quickbks supprt phone number Quickbks supprt
  number Hd lock@ ~~!!@@+1-8oo_919_o992Quickbks supprt phone number
  Quickbks supprt phone number Quickbks supprt phone @@bobmb@
  @$$+1-8oo_919_o992Quickbks supprt phone number Quickbks supprtphone
  number Quickbks supprt phone @@bobmbCall@ @$$+1-8oo_919_o992Quickbks
  supprt phone number Quickbks supprt phone number Quickbks supprt
  phonenumber DATH1$Call@ @$$+1-8oo_919_o992Quickbks supprt phone number
  Quickbks supprt phone number Quickbks supprt phone number Desi
  Dance=@=$$+1-8oo<919https://bugs.launchpad.net/null-and-void/+bug/1701354/+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 1701355] [NEW] TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt numberyu

2017-06-29 Thread ylledipave
Private bug reported:


 TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone 
number Quickbℴℴks suppℴrt numberyu

 TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
suppℴrt phone number Quickbℴℴks suppℴrt numberyu

 TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
suppℴrt phone number Quickbℴℴks suppℴrt numberyu

 TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
suppℴrt phone number Quickbℴℴks suppℴrt numberyu

 TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
suppℴrt phone number Quickbℴℴks suppℴrt numberyu

 TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
suppℴrt phone number Quickbℴℴks suppℴrt numberyuuickbℴℴks suppℴrt phone
number Quickbℴℴks tech suppℴrt number QB* TECH!!@1-8oo_919_o992
Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
Quickbℴℴks tech suppℴrt number Hd lock@ ~~!!@@+1-8oo_919_o992 Quickbℴℴks
suppℴrt phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
phone@@bobmb@ @$$+1-8oo_919_o992Quickbℴℴks suppℴrt phone number
Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone@@bobmbCall@
@$$+1-8oo_919_o992Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
phone number Quickbℴℴks suppℴrt phone numberDATH1$Call@
@$$+1-8oo_919_o992Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
phone number Quickbℴℴks suppℴrt phone numberDesi
Dance=@=$$+1-8oo<919https://bugs.launchpad.net/bugs/1701355

Title:
TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

Status in NULL Project:
  Invalid

Bug description:
  
   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt 
phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyuuickbℴℴks suppℴrt
  phone number Quickbℴℴks tech suppℴrt number QB* TECH!!@1-8oo_919_o992
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
  Quickbℴℴks tech suppℴrt number Hd lock@ ~~!!@@+1-8oo_919_o992
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone@@bobmb@ @$$+1-8oo_919_o992Quickbℴℴks suppℴrt
  phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  phone@@bobmbCall@ @$$+1-8oo_919_o992Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone
  numberDATH1$Call@ @$$+1-8oo_919_o992Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone numberDesi
  Dance=@=$$+1-8oo<919https://bugs.launchpad.net/null-and-void/+bug/1701355/+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 1701355] Re: TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt numberyu

2017-06-29 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1701355

Title:
TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

Status in NULL Project:
  Invalid

Bug description:
  
   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt 
phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyu

   TiMingӁ@1-800919 0992 Quickbℴℴks suppℴrt phone number Quickbℴℴks
  suppℴrt phone number Quickbℴℴks suppℴrt numberyuuickbℴℴks suppℴrt
  phone number Quickbℴℴks tech suppℴrt number QB* TECH!!@1-8oo_919_o992
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
  Quickbℴℴks tech suppℴrt number Hd lock@ ~~!!@@+1-8oo_919_o992
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone@@bobmb@ @$$+1-8oo_919_o992Quickbℴℴks suppℴrt
  phone number Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt
  phone@@bobmbCall@ @$$+1-8oo_919_o992Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone
  numberDATH1$Call@ @$$+1-8oo_919_o992Quickbℴℴks suppℴrt phone number
  Quickbℴℴks suppℴrt phone number Quickbℴℴks suppℴrt phone numberDesi
  Dance=@=$$+1-8oo<919https://bugs.launchpad.net/null-and-void/+bug/1701355/+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 1701346] [NEW] Trust mechanism is broken

2017-06-29 Thread Mike Fedosin
Public bug reported:

Because of various changes in keystoneauth1 module current trust
mechanism glance.common.trust_auth cannot create a trust and fails with
a error:

[None req-b7ac5edd-2104-4cab-b85e-ddae7c205261 admin admin] Unable to
create trust: 'NoneType' object has no attribute 'endswith' Use the
existing user token.

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

Title:
  Trust mechanism is broken

Status in Glance:
  New

Bug description:
  Because of various changes in keystoneauth1 module current trust
  mechanism glance.common.trust_auth cannot create a trust and fails
  with a error:

  [None req-b7ac5edd-2104-4cab-b85e-ddae7c205261 admin admin] Unable to
  create trust: 'NoneType' object has no attribute 'endswith' Use the
  existing user token.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1701346/+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 1455102] Re: some test jobs broken by tox 2.0 not passing env variables

2017-06-29 Thread Sean Dague
** No longer affects: python-novaclient

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

Title:
  some test jobs broken by tox 2.0 not passing env variables

Status in Magnum:
  Fix Released
Status in neutron:
  Fix Released
Status in neutron kilo series:
  New
Status in OpenStack-Gate:
  Confirmed
Status in python-cinderclient:
  Fix Released
Status in Glance Client:
  Fix Released
Status in python-manilaclient:
  Fix Committed
Status in python-neutronclient:
  Fix Released
Status in python-swiftclient:
  In Progress
Status in OpenStack Object Storage (swift):
  Fix Released

Bug description:
  Tox 2.0 brings environment isolation, which is good. Except a lot of
  test jobs assume passing critical variables via environment (like
  credentials).

  There are multiple ways to fix this:

  1. stop using environment to pass things, instead use a config file of
  some sort

  2. allow explicit pass through via -
  http://tox.readthedocs.org/en/latest/config.html#confval-passenv
  =SPACE-SEPARATED-GLOBNAMES

  This bug mostly exists for tracking patches, and ensuring that people
  realize there is a larger change here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/magnum/+bug/1455102/+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 1701324] Re: Removing duplicated items doesn't work in case of federations

2017-06-29 Thread Lance Bragstad
The change referenced in the description [0] includes tests for
duplicate projects via direct and indirect assignments [1]. This should
be testing the code in question.

I ran the tests locally and ensured there were't duplicate projects or
domains as a result of the API. Are you able to recreate this with a
test of some kind?

[0] https://review.openstack.org/#/c/284943/63
[1] 
https://github.com/openstack/keystone/blob/bebd7056ad33d294871013067cb7367bc6db1a13/keystone/tests/unit/test_v3_federation.py#L3069-L3132

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

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

Title:
  Removing duplicated items doesn't work in case of federations

Status in OpenStack Identity (keystone):
  Invalid

Bug description:
  In commit eed233cac8f34ce74a2f6fa989c484773c491df3 "Concrete role assignments 
for federated users" there was added handling of federation-related objects. In 
that implementation objects like roles, projects and domains were aggregated 
from 2 sources - from appropriate tables directly and from federation-related 
hooks.
  This mechanism can lead to situation when there's duplication of objects, so 
for such cases code for filtering out duplicates was added.

  It was impemented in the following way:

  domains = [dict(t) for t in set([tuple(d.items()) for d in domains])]

  where domains is a list of dicts, each of which contains information
  about appropriate domain. This code can work fine in some situations
  but in general can work in a wrong way because dict "items" method
  returns key-value pairs in arbitrary order according to
  https://docs.python.org/2/library/stdtypes.html#dict.items. So, this
  code may remain unchanged list of 2 similar dicts where items listed
  out in a different order.

  This code was introduced in upstream Thu Feb 25 21:39:15 2016, so it
  seems that this code remains in newton and ocata and master branch.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1701324/+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 1701337] [NEW] RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks tech support phone number Quickbℴℴks suppℴrt phone

2017-06-29 Thread asrsg
Private bug reported:


RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks tech 
support phone number Quickbℴℴks suppℴrt phone

RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
tech support phone number Quickbℴℴks suppℴrt phone

RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
tech support phone number Quickbℴℴks suppℴrt phone

RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
tech support phone number Quickbℴℴks suppℴrt phone

RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
tech support phone number Quickbℴℴks suppℴrt phone

RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
tech support phone number Quickbℴℴks suppℴrt phone

RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
tech support phone number Quickbℴℴks suppℴrt phone

RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
tech support phone number Quickbℴℴks suppℴrt phone

RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
tech support phone number Quickbℴℴks suppℴrt phone

RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
tech support phone number Quickbℴℴks suppℴrt phone

RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
tech support phone number Quickbℴℴks suppℴrt phone

RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
tech support phone number Quickbℴℴks suppℴrt phone

RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
tech support phone number Quickbℴℴks suppℴrt phone

RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
tech support phone number Quickbℴℴks suppℴrt phoneBANKOK 1-8oo919
o992Quickbks supprt phone number Quickbks supprt phone number Quickbks
supprt number USA 1-8oo919 o992Quickbks supprt phone number Quickbks
supprt phone number Quickbks supprt number QB*
TECH!!@1-8oo_919_o992Quickbks supprt phone number Quickbks supprt phone
number Quickbks supprt number Hd lock@ ~~!!@@+1-8oo_919_o992Quickbks
supprt phone number Quickbks supprt phone number Quickbks supprt phone
@@bobmb@ @$$+1-8oo_919_o992Quickbks supprt phone number Quickbks
supprtphone number Quickbks supprt phone @@bobmbCall@
@$$+1-8oo_919_o992Quickbks supprt phone number Quickbks supprt phone
number Quickbks supprt phonenumber DATH1$Call@
@$$+1-8oo_919_o992Quickbks supprt phone number Quickbks supprt phone
number Quickbks supprt phone number Desi Dance=@=$$+1-8oo<919https://bugs.launchpad.net/bugs/1701337

Title:
   RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

Status in NULL Project:
  Invalid

Bug description:
  
  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks tech 
support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phoneBANKOK 1-8oo919
  o992Quickbks supprt phone number Quickbks supprt phone number Quickbks
  supprt number USA 1-8oo919 o992Quickbks supprt phone number Quickbks
  supprt phone number Quickbks supprt number QB*
  TECH!!@1-8oo_919_o992Quickbks supprt phone number Quickbks supprt
  phone number Quickbks supprt number Hd lock@
  ~~!!@@+1-8oo_919_o992Quickbks supprt phone number Quickbks supprt
  phone number Quickbks supprt phone @@bobmb@ @$$+1-8oo_919_o992Quickbks
  supprt phone number Quickbks s

[Yahoo-eng-team] [Bug 1701337] Re: RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks tech support phone number Quickbℴℴks suppℴrt phone

2017-06-29 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1701337

Title:
   RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

Status in NULL Project:
  Invalid

Bug description:
  
  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks tech 
support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phone

  RoutER-1-8oo 919 o992 Quickbooks tech support phone number Quickbooks
  tech support phone number Quickbℴℴks suppℴrt phoneBANKOK 1-8oo919
  o992Quickbks supprt phone number Quickbks supprt phone number Quickbks
  supprt number USA 1-8oo919 o992Quickbks supprt phone number Quickbks
  supprt phone number Quickbks supprt number QB*
  TECH!!@1-8oo_919_o992Quickbks supprt phone number Quickbks supprt
  phone number Quickbks supprt number Hd lock@
  ~~!!@@+1-8oo_919_o992Quickbks supprt phone number Quickbks supprt
  phone number Quickbks supprt phone @@bobmb@ @$$+1-8oo_919_o992Quickbks
  supprt phone number Quickbks supprtphone number Quickbks supprt phone
  @@bobmbCall@ @$$+1-8oo_919_o992Quickbks supprt phone number Quickbks
  supprt phone number Quickbks supprt phonenumber DATH1$Call@
  @$$+1-8oo_919_o992Quickbks supprt phone number Quickbks supprt phone
  number Quickbks supprt phone number Desi Dance=@=$$+1-8oo<919https://bugs.launchpad.net/null-and-void/+bug/1701337/+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 1701338] Re: fdasff

2017-06-29 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1701338

Title:
  fdasff

Status in NULL Project:
  Invalid

Bug description:
  kAtTTAPPA!= 1 8oo 919 o992 Quickbooks tech support number=1 8oo 919 o992 
Quickbooks tech Suppℴrt Number
  kAtTTAPPA!= 1 8oo 919 o992 Quickbooks tech support number=1 8oo 919 o992 
Quickbooks tech Suppℴrt Number
  kAtTTAPPA!= 1 8oo 919 o992 Quickbooks tech support number=1 8oo 919 o992 
Quickbooks tech Suppℴrt Number
  kAtTTAPPA!= 1 8oo 919 o992 Quickbooks tech support number=1 8oo 919 o992 
Quickbooks tech Suppℴrt Number
  kAtTTAPPA!= 1 8oo 919 o992 Quickbooks tech support number=1 8oo 919 o992 
Quickbooks tech Suppℴrt Number
  kAtTTAPPA!= 1 8oo 919 o992 Quickbooks tech support number=1 8oo 919 o992 
Quickbooks tech Suppℴrt Number
  kAtTTAPPA!= 1 8oo 919 o992 Quickbooks tech support number=1 8oo 919 o992 
Quickbooks tech Suppℴrt NumberBANKOK 1-8oo919 o992Quickbks supprt phone number 
Quickbks supprt phone number Quickbks supprt number USA 1-8oo919 o992Quickbks 
supprt phone number Quickbks supprt phone number Quickbks supprt number QB* 
TECH!!@1-8oo_919_o992Quickbks supprt phone number Quickbks supprt phone number 
Quickbks supprt number Hd lock@ ~~!!@@+1-8oo_919_o992Quickbks supprt phone 
number Quickbks supprt phone number Quickbks supprt phone @@bobmb@ 
@$$+1-8oo_919_o992Quickbks supprt phone number Quickbks supprtphone number 
Quickbks supprt phone @@bobmbCall@ @$$+1-8oo_919_o992Quickbks supprt phone 
number Quickbks supprt phone number Quickbks supprt phonenumber DATH1$Call@ 
@$$+1-8oo_919_o992Quickbks supprt phone number Quickbks supprt phone number 
Quickbks supprt phone number Desi Dance=@=$$+1-8oo<919https://bugs.launchpad.net/null-and-void/+bug/1701338/+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 1701338] [NEW] fdasff

2017-06-29 Thread asrsg
Private bug reported:

kAtTTAPPA!= 1 8oo 919 o992 Quickbooks tech support number=1 8oo 919 o992 
Quickbooks tech Suppℴrt Number
kAtTTAPPA!= 1 8oo 919 o992 Quickbooks tech support number=1 8oo 919 o992 
Quickbooks tech Suppℴrt Number
kAtTTAPPA!= 1 8oo 919 o992 Quickbooks tech support number=1 8oo 919 o992 
Quickbooks tech Suppℴrt Number
kAtTTAPPA!= 1 8oo 919 o992 Quickbooks tech support number=1 8oo 919 o992 
Quickbooks tech Suppℴrt Number
kAtTTAPPA!= 1 8oo 919 o992 Quickbooks tech support number=1 8oo 919 o992 
Quickbooks tech Suppℴrt Number
kAtTTAPPA!= 1 8oo 919 o992 Quickbooks tech support number=1 8oo 919 o992 
Quickbooks tech Suppℴrt Number
kAtTTAPPA!= 1 8oo 919 o992 Quickbooks tech support number=1 8oo 919 o992 
Quickbooks tech Suppℴrt NumberBANKOK 1-8oo919 o992Quickbks supprt phone number 
Quickbks supprt phone number Quickbks supprt number USA 1-8oo919 o992Quickbks 
supprt phone number Quickbks supprt phone number Quickbks supprt number QB* 
TECH!!@1-8oo_919_o992Quickbks supprt phone number Quickbks supprt phone number 
Quickbks supprt number Hd lock@ ~~!!@@+1-8oo_919_o992Quickbks supprt phone 
number Quickbks supprt phone number Quickbks supprt phone @@bobmb@ 
@$$+1-8oo_919_o992Quickbks supprt phone number Quickbks supprtphone number 
Quickbks supprt phone @@bobmbCall@ @$$+1-8oo_919_o992Quickbks supprt phone 
number Quickbks supprt phone number Quickbks supprt phonenumber DATH1$Call@ 
@$$+1-8oo_919_o992Quickbks supprt phone number Quickbks supprt phone number 
Quickbks supprt phone number Desi Dance=@=$$+1-8oo<919https://bugs.launchpad.net/bugs/1701338

Title:
  fdasff

Status in NULL Project:
  Invalid

Bug description:
  kAtTTAPPA!= 1 8oo 919 o992 Quickbooks tech support number=1 8oo 919 o992 
Quickbooks tech Suppℴrt Number
  kAtTTAPPA!= 1 8oo 919 o992 Quickbooks tech support number=1 8oo 919 o992 
Quickbooks tech Suppℴrt Number
  kAtTTAPPA!= 1 8oo 919 o992 Quickbooks tech support number=1 8oo 919 o992 
Quickbooks tech Suppℴrt Number
  kAtTTAPPA!= 1 8oo 919 o992 Quickbooks tech support number=1 8oo 919 o992 
Quickbooks tech Suppℴrt Number
  kAtTTAPPA!= 1 8oo 919 o992 Quickbooks tech support number=1 8oo 919 o992 
Quickbooks tech Suppℴrt Number
  kAtTTAPPA!= 1 8oo 919 o992 Quickbooks tech support number=1 8oo 919 o992 
Quickbooks tech Suppℴrt Number
  kAtTTAPPA!= 1 8oo 919 o992 Quickbooks tech support number=1 8oo 919 o992 
Quickbooks tech Suppℴrt NumberBANKOK 1-8oo919 o992Quickbks supprt phone number 
Quickbks supprt phone number Quickbks supprt number USA 1-8oo919 o992Quickbks 
supprt phone number Quickbks supprt phone number Quickbks supprt number QB* 
TECH!!@1-8oo_919_o992Quickbks supprt phone number Quickbks supprt phone number 
Quickbks supprt number Hd lock@ ~~!!@@+1-8oo_919_o992Quickbks supprt phone 
number Quickbks supprt phone number Quickbks supprt phone @@bobmb@ 
@$$+1-8oo_919_o992Quickbks supprt phone number Quickbks supprtphone number 
Quickbks supprt phone @@bobmbCall@ @$$+1-8oo_919_o992Quickbks supprt phone 
number Quickbks supprt phone number Quickbks supprt phonenumber DATH1$Call@ 
@$$+1-8oo_919_o992Quickbks supprt phone number Quickbks supprt phone number 
Quickbks supprt phone number Desi Dance=@=$$+1-8oo<919https://bugs.launchpad.net/null-and-void/+bug/1701338/+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 1701327] [NEW] While updating fixed_ip attribute of neutron port, get rabbit error

2017-06-29 Thread Sridhar Venkat
Public bug reported:

While attempting to update fixed_ip attribute of neutron port, get this error:
2017-06-29 02:55:58.856 37283 ERROR oslo.messaging._drivers.impl_rabbit 
[req-2ea397ae-d5fd-4860-aca6-e633bba0d84a 
0688b01e6439ca32d698d20789d52169126fb41fb1a4ddafcebb97d854e836c9 
2d374653dc914c2e877fb6900ef28ccd - - -] Failed to publish message to topic 
'q-agent-notifier-l2population-update_fanout': Basic.publish: (404) NOT_FOUND - 
no exchange 'q-agent-notifier-l2population-update_fanout' in vhost '/'

Stack trace from neutron server log :
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers 
[req-2ea397ae-d5fd-4860-aca6-e633bba0d84a 
0688b01e6439ca32d698d20789d52169126fb41fb1a4ddafcebb97d854e836c9 
2d374653dc914c2e877fb6900ef28ccd - - -] Mechanism driver 'l2population' failed 
in update_port_postcommit
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers Traceback 
(most recent call last):
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers   File 
"/usr/lib/python2.7/site-packages/neutron/plugins/ml2/managers.py", line 408, 
in _call_on_drivers
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers 
getattr(driver.obj, method_name)(context)
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers   File 
"/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/l2pop/mech_driver.py",
 line 156, in update_port_postcommit
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers 
self._fixed_ips_changed(context, orig, port, diff_ips)
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers   File 
"/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/l2pop/mech_driver.py",
 line 134, in _fixed_ips_changed
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers 
self.rpc_ctx, {'chg_ip': upd_fdb_entries})
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers   File 
"/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/l2pop/rpc.py", 
line 87, in update_fdb_entries
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers 
fdb_entries)
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers   File 
"/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/l2pop/rpc.py", 
line 49, in _notification_fanout
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers 
cctxt.cast(context, method, fdb_entries=fdb_entries)
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers   File 
"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 147, in 
cast
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers 
self.transport._send(self.target, msg_ctxt, msg, retry=self.retry)
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers   File 
"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 97, in 
_send
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers 
timeout=timeout, retry=retry)
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers   File 
"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 
458, in send
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers 
retry=retry)
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers   File 
"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 
432, in _send
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers 
conn.fanout_send(target.topic, msg, retry=retry)
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers   File 
"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 
1295, in fanout_send
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers 
self._ensure_publishing(self._publish, exchange, msg, retry=retry)
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers   File 
"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 
1170, in _ensure_publishing
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers 
self.ensure(method, retry=retry, error_callback=_error_callback)
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers   File 
"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 
817, in ensure
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers ret, 
channel = autoretry_method()
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers   File 
"/usr/lib/python2.7/site-packages/kombu/connection.py", line 436, in _ensured
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers return 
fun(*args, **kwargs)
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers   File 
"/usr/lib/python2.7/site-packages/kombu/connection.py", line 508, in __call__
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers return 
fun(*args, channel=channels[0], **kwargs), channels[0]
2017-06-29 02:55:58.858 37283 ERROR neutron.plugins.ml2.managers   F

[Yahoo-eng-team] [Bug 1571878] Re: Add protocol to identity provider using nonexistent mapping

2017-06-29 Thread Lance Bragstad
** Also affects: keystone/newton
   Importance: Undecided
   Status: New

** Changed in: keystone/newton
   Status: New => In Progress

** Changed in: keystone/newton
   Importance: Undecided => High

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

Title:
  Add protocol to identity provider using nonexistent mapping

Status in OpenStack Identity (keystone):
  Fix Released
Status in OpenStack Identity (keystone) newton series:
  In Progress

Bug description:
  Currently, it is possible to add a protocol to a identity provider [0]
  using a nonexistent mapping id. We could add a mapping later using the
  ID in the previous step, but several errors can occur in between this
  steps.

  We might want to enforce steps here:
  1 - create idp
  2 - create mapping
  3 - create protocol

  This would also be valid for the update case: only allow update the
  protocol using a valid mapping ID.

  [0] https://github.com/openstack/keystone-specs/blob/master/api/v3
  /identity-api-v3-os-federation-ext.rst#add-a-protocol-and-attribute-
  mapping-to-an-identity-provider

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1571878/+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 1701325] [NEW] attempt to read dmi data can cause warning and stacktrace in logs in a container.

2017-06-29 Thread Scott Moser
Public bug reported:

I launched an instance of artful.
Looked in /var/log/cloud-init.log and saw:
2017-06-29 16:00:15,222 - util.py[DEBUG]: Reading from 
/sys/class/dmi/id/product_serial (quiet=False)
2017-06-29 16:00:15,222 - util.py[WARNING]: failed read of 
/sys/class/dmi/id/product_serial
2017-06-29 16:00:15,223 - util.py[DEBUG]: failed read of 
/sys/class/dmi/id/product_serial
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/cloudinit/util.py", line 2359, in 
_read_dmi_syspath
key_data = load_file(dmi_key_path, decode=False)
  File "/usr/lib/python3/dist-packages/cloudinit/util.py", line 1283, in 
load_file
with open(fname, 'rb') as ifh:
PermissionError: [Errno 13] Permission denied: 
'/sys/class/dmi/id/product_serial'
2017-06-29 16:00:15,225 - util.py[DEBUG]: Running command 
['/usr/sbin/dmidecode', '--string', 'system-serial-number'] with allowed return 
codes [0] (shell=False, capture=True)
2017-06-29 16:00:15,228 - util.py[DEBUG]: failed dmidecode cmd: 
['/usr/sbin/dmidecode', '--string', 'system-serial-number']
Unexpected error while running command.
Command: ['/usr/sbin/dmidecode', '--string', 'system-serial-number']
Exit code: 1
Reason: -
Stdout: -
Stderr: /sys/firmware/dmi/tables/smbios_entry_point: Permission denied
/dev/mem: No such file or directory

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: cloud-init 0.7.9-197-gebc9ecbc-0ubuntu1
ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
Uname: Linux 4.10.0-22-generic x86_64
ApportVersion: 2.20.5-0ubuntu5
Architecture: amd64
Date: Thu Jun 29 16:47:51 2017
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=C.UTF-8
SourcePackage: cloud-init
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: cloud-init
 Importance: Undecided
 Status: New

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug artful uec-images

** Also affects: cloud-init
   Importance: Undecided
   Status: New

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

Title:
  attempt to read dmi data can cause warning and stacktrace in logs in a
  container.

Status in cloud-init:
  New
Status in cloud-init package in Ubuntu:
  Confirmed

Bug description:
  I launched an instance of artful.
  Looked in /var/log/cloud-init.log and saw:
  2017-06-29 16:00:15,222 - util.py[DEBUG]: Reading from 
/sys/class/dmi/id/product_serial (quiet=False)
  2017-06-29 16:00:15,222 - util.py[WARNING]: failed read of 
/sys/class/dmi/id/product_serial
  2017-06-29 16:00:15,223 - util.py[DEBUG]: failed read of 
/sys/class/dmi/id/product_serial
  Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/cloudinit/util.py", line 2359, in 
_read_dmi_syspath
  key_data = load_file(dmi_key_path, decode=False)
File "/usr/lib/python3/dist-packages/cloudinit/util.py", line 1283, in 
load_file
  with open(fname, 'rb') as ifh:
  PermissionError: [Errno 13] Permission denied: 
'/sys/class/dmi/id/product_serial'
  2017-06-29 16:00:15,225 - util.py[DEBUG]: Running command 
['/usr/sbin/dmidecode', '--string', 'system-serial-number'] with allowed return 
codes [0] (shell=False, capture=True)
  2017-06-29 16:00:15,228 - util.py[DEBUG]: failed dmidecode cmd: 
['/usr/sbin/dmidecode', '--string', 'system-serial-number']
  Unexpected error while running command.
  Command: ['/usr/sbin/dmidecode', '--string', 'system-serial-number']
  Exit code: 1
  Reason: -
  Stdout: -
  Stderr: /sys/firmware/dmi/tables/smbios_entry_point: Permission denied
  /dev/mem: No such file or directory

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: cloud-init 0.7.9-197-gebc9ecbc-0ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.5-0ubuntu5
  Architecture: amd64
  Date: Thu Jun 29 16:47:51 2017
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
  SourcePackage: cloud-init
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1701325/+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 1701324] [NEW] Removing duplicated items doesn't work in case of federations

2017-06-29 Thread Dmitry Stepanenko
Public bug reported:

In commit eed233cac8f34ce74a2f6fa989c484773c491df3 "Concrete role assignments 
for federated users" there was added handling of federation-related objects. In 
that implementation objects like roles, projects and domains were aggregated 
from 2 sources - from appropriate tables directly and from federation-related 
hooks.
This mechanism can lead to situation when there's duplication of objects, so 
for such cases code for filtering out duplicates was added.

It was impemented in the following way:

domains = [dict(t) for t in set([tuple(d.items()) for d in domains])]

where domains is a list of dicts, each of which contains information
about appropriate domain. This code can work fine in some situations but
in general can work in a wrong way because dict "items" method returns
key-value pairs in arbitrary order according to
https://docs.python.org/2/library/stdtypes.html#dict.items. So, this
code may remain unchanged list of 2 similar dicts where items listed out
in a different order.

This code was introduced in upstream Thu Feb 25 21:39:15 2016, so it
seems that this code remains in newton and ocata and master branch.

** Affects: keystone
 Importance: Undecided
 Assignee: Dmitry Stepanenko (dstepanenko)
 Status: New


** Tags: federation

** Tags added: federation

** Changed in: keystone
 Assignee: (unassigned) => Dmitry Stepanenko (dstepanenko)

** Description changed:

  In commit eed233cac8f34ce74a2f6fa989c484773c491df3 "Concrete role assignments 
for federated users" there was added handling of federation-related objects. In 
that implementation objects like roles, projects and domains were aggregated 
from 2 sources - from appropriate tables directly and from federation-related 
hooks.
  This mechanism can lead to situation when there's duplication of objects, so 
for such cases code for filtering out duplicates was added.
  
  It was impemented in the following way:
  
  domains = [dict(t) for t in set([tuple(d.items()) for d in domains])]
  
  where domains is a list of dicts, each of which contains information
  about appropriate domain. This code can work fine in some situations but
  in general can work in a wrong way because dict "items" method returns
  key-value pairs in arbitrary order according to
  https://docs.python.org/2/library/stdtypes.html#dict.items. So, this
  code may remain unchanged list of 2 similar dicts where items listed out
  in a different order.
  
- This code was introduced in upstream Thu Feb 25 21:39:15 2016.
+ This code was introduced in upstream Thu Feb 25 21:39:15 2016, so it
+ seems that this code remains in newton and ocata and master branch.

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

Title:
  Removing duplicated items doesn't work in case of federations

Status in OpenStack Identity (keystone):
  New

Bug description:
  In commit eed233cac8f34ce74a2f6fa989c484773c491df3 "Concrete role assignments 
for federated users" there was added handling of federation-related objects. In 
that implementation objects like roles, projects and domains were aggregated 
from 2 sources - from appropriate tables directly and from federation-related 
hooks.
  This mechanism can lead to situation when there's duplication of objects, so 
for such cases code for filtering out duplicates was added.

  It was impemented in the following way:

  domains = [dict(t) for t in set([tuple(d.items()) for d in domains])]

  where domains is a list of dicts, each of which contains information
  about appropriate domain. This code can work fine in some situations
  but in general can work in a wrong way because dict "items" method
  returns key-value pairs in arbitrary order according to
  https://docs.python.org/2/library/stdtypes.html#dict.items. So, this
  code may remain unchanged list of 2 similar dicts where items listed
  out in a different order.

  This code was introduced in upstream Thu Feb 25 21:39:15 2016, so it
  seems that this code remains in newton and ocata and master branch.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1701324/+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 1701297] [NEW] NTP reload failure (causing deployment failures with MAAS)

2017-06-29 Thread Andres Rodriguez
Public bug reported:

After update [1] of cloud-init in Ubuntu (which landed in xenial-updates
on 2017-06-27), it is causing NTP reload failures.

https://launchpad.net/ubuntu/+source/cloud-init/0.7.9-153-g16a7302f-
0ubuntu1~16.04.1

In MAAS scenarios, this is causing the machine to fail to deploy.

** Affects: cloud-init
 Importance: Undecided
 Status: Incomplete

** Affects: cloud-init (Ubuntu)
 Importance: Critical
 Status: New

** Also affects: cloud-init (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: cloud-init (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  NTP reload failure (causing deployment failures with MAAS)

Status in cloud-init:
  Incomplete
Status in cloud-init package in Ubuntu:
  New

Bug description:
  After update [1] of cloud-init in Ubuntu (which landed in xenial-
  updates on 2017-06-27), it is causing NTP reload failures.

  https://launchpad.net/ubuntu/+source/cloud-init/0.7.9-153-g16a7302f-
  0ubuntu1~16.04.1

  In MAAS scenarios, this is causing the machine to fail to deploy.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1701297/+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 1701288] [NEW] In scale testing RPC timeout error seen in the ovs_neutron_agent when update_device_list is called with DVR routers

2017-06-29 Thread Swaminathan Vasudevan
Public bug reported:

At large scale testing when trying to deploy around 8000 VMs with DVR
routers, we are seeing an RPC Timeout error in ovs_neutron_agent.

This RPC Timeout error occurs when the ovs_neutron_agent tries to bind the vif 
port.
On further analysis it seems that the update_port_status is taking a lot more 
time at large scale to return and so the ovs_neutron_agent timesout waiting for 
the message.

Looking into the update_port_status code path, after the port status
update occurs it calls the update_port_postcommit call. Since L2pop is
enabled by default with DVR, the update_port_postcommit calls
_create_agent_fdb entries for the agent, if this is the first port
associated with the agent.

In _create_agent_fdb it tries to retrieve all the PortInfo associated
with network and this DB call is very expensive and sometimes we have
seen it take upto to 3900s at some instances.


2017-06-15 17:48:30.651 9320 DEBUG neutron.agent.linux.utils 
[req-51df1df5-8a51-4679-938b-895545a225c2 - - - - -] Exit code: 0 execute 
/opt/stack/venv/neutron-20170421T033908Z/lib/python2.7/site-packages/neutron/agent/linux/utils.py:146

2017-06-15 17:48:38.420 9320 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent 
[req-ece15133-1294-46c0-b0b5-cab785d4314b - - - - -] Error while processing VIF 
ports
2017-06-15 17:48:38.420 9320 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent Traceback (most 
recent call last):
2017-06-15 17:48:38.420 9320 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent   File 
"/opt/stack/venv/neutron-20170421T033908Z/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py",
 line 2044, in rpc_loop
2017-06-15 17:48:38.420 9320 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent port_info, 
ovs_restarted)
2017-06-15 17:48:38.420 9320 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent   File 
"/opt/stack/venv/neutron-20170421T033908Z/lib/python2.7/site-packages/osprofiler/profiler.py",
 line 154, in wrapper
2017-06-15 17:48:38.420 9320 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent return 
f(*args, **kwargs)
2017-06-15 17:48:38.420 9320 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent   File 
"/opt/stack/venv/neutron-20170421T033908Z/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py",
 line 1648, in process_network_ports
2017-06-15 17:48:38.420 9320 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent 
failed_devices['added'] |= self._bind_devices(need_binding_devices)
2017-06-15 17:48:38.420 9320 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent   File 
"/opt/stack/venv/neutron-20170421T033908Z/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py",
 line 888, in _bind_devices
2017-06-15 17:48:38.420 9320 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent 
self.conf.host)
2017-06-15 17:48:38.420 9320 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent   File 
"/opt/stack/venv/neutron-20170421T033908Z/lib/python2.7/site-packages/neutron/agent/rpc.py",
 line 181, in update_device_list
2017-06-15 17:48:38.420 9320 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent 
agent_id=agent_id, host=host)
2017-06-15 17:48:38.420 9320 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent   File 
"/opt/stack/venv/neutron-20170421T033908Z/lib/python2.7/site-packages/neutron/common/rpc.py",
 line 185, in call
2017-06-15 17:48:38.420 9320 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent 
time.sleep(wait)
2017-06-15 17:48:38.420 9320 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent   File 
"/opt/stack/venv/neutron-20170421T033908Z/lib/python2.7/site-packages/oslo_utils/excutils.py",
 line 220, in __exit__
2017-06-15 17:48:38.420 9320 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent 
self.force_reraise()
2017-06-15 17:48:38.420 9320 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent   File 
"/opt/stack/venv/neutron-20170421T033908Z/lib/python2.7/site-packages/oslo_utils/excutils.py",
 line 196, in force_reraise
2017-06-15 17:48:38.420 9320 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent 
six.reraise(self.type_, self.value, self.tb)
2017-06-15 17:48:38.420 9320 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent   File 
"/opt/stack/venv/neutron-20170421T033908Z/lib/python2.7/site-packages/neutron/common/rpc.py",
 line 162, in call
2017-06-15 17:48:38.420 9320 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent return 
self._original_context.call(ctxt, method, **kwargs)
2017-06-15 17:48:38.420 9320 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neut

[Yahoo-eng-team] [Bug 1634668] Re: Compute API Reference - version response doesn't require 'updated'

2017-06-29 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/475226
Committed: 
https://git.openstack.org/cgit/openstack/nova/commit/?id=d04ddb0a2bff3d91455962a94213e17d9693ee2d
Submitter: Jenkins
Branch:master

commit d04ddb0a2bff3d91455962a94213e17d9693ee2d
Author: Takashi NATSUME 
Date:   Mon Jun 19 13:13:09 2017 +0900

api-ref: Fix missing parameters in API Versions

Add 'updated' and 'media-types' explicitly
in parameter tables.

Change-Id: I3e9f3374d4183d7ef7d3cb55cc95a4499ab20d49
Closes-Bug: #1634668


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

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

Title:
  Compute API Reference - version response doesn't require 'updated'

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  http://developer.openstack.org/api-ref/compute/?expanded=list-all-
  major-versions-detail#list-all-major-versions

  That doesn't have 'updated' in the response table and it also has a
  note that says:

  "The updated parameter in the response is vestigial and provides no
  useful information."

  However, 'updated' is required by the Tempest API schema check when
  listing the compute endpoint's / root versions list:

  
https://github.com/openstack/tempest/blob/13.0.0/tempest/lib/api_schema/response/compute/v2_1/versions.py#L50

  
  ---
  Release: 14.0.0.0rc2.dev459 on 'Tue Oct 18 13:29:32 2016, commit 1b62be7'
  SHA: 
  Source: Can't derive source file URL
  URL: http://developer.openstack.org/api-ref/compute/

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1634668/+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 1700359] Re: test_os_service_disable_enable fails with "ERROR (NotFound): Could not find binary nova-scheduler on host"

2017-06-29 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/477212
Committed: 
https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=e7b84daa8774434f3b1382ce40741bebe248de12
Submitter: Jenkins
Branch:master

commit e7b84daa8774434f3b1382ce40741bebe248de12
Author: Matt Riedemann 
Date:   Sun Jun 25 09:43:12 2017 -0400

Deprecate binary argument in nova service enable/disable/force-down CLIs

Change If1e03c9343b8cc9c34bd51c2b4d25acdb21131ff in the API in Pike
makes the os-services API look up services records via the host mapping
in the API datadabase to determine which cell the service lives in.
The host mappings only exist for nova-compute services, which means
you can only enable/disable/force-down nova-compute services now, which
is realistically the only service that ever made sense for those actions.

That change broke some functional tests in novaclient though which loop
through all services and disables them or forces them down. This change
fixes those tests by only attempting the action on nova-compute services.

This change also deprecates the binary argument to the service
enable/disable/force-down commands since the only value that ever really
worked or does anything is nova-compute, so a future version of the CLI
should just hard-code that value.

Change-Id: Idd0d2be960ca0ed59097c10c931da47a1a3e66fb
Closes-Bug: #1700359


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

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

Title:
  test_os_service_disable_enable fails with "ERROR (NotFound): Could not
  find binary nova-scheduler on host"

Status in OpenStack Compute (nova):
  In Progress
Status in python-novaclient:
  Fix Released

Bug description:
  Seen here:

  http://logs.openstack.org/41/435141/19/gate/gate-novaclient-dsvm-
  functional-neutron-ubuntu-
  xenial/894e11f/console.html#_2017-06-24_07_44_54_947034

  2017-06-24 07:44:54.919101 | 2017-06-24 07:44:54.918 | {0} 
novaclient.tests.functional.v2.test_os_services.TestOsServicesNovaClientV211.test_os_service_disable_enable
 [1.927162s] ... FAILED
  2017-06-24 07:44:54.920189 | 2017-06-24 07:44:54.919 | 
  2017-06-24 07:44:54.921445 | 2017-06-24 07:44:54.921 | Captured traceback:
  2017-06-24 07:44:54.923085 | 2017-06-24 07:44:54.922 | ~~~
  2017-06-24 07:44:54.924463 | 2017-06-24 07:44:54.924 | Traceback (most 
recent call last):
  2017-06-24 07:44:54.925897 | 2017-06-24 07:44:54.925 |   File 
"novaclient/tests/functional/v2/legacy/test_os_services.py", line 36, in 
test_os_service_disable_enable
  2017-06-24 07:44:54.927180 | 2017-06-24 07:44:54.926 | service = 
self.nova('service-disable %s %s' % (host, serv.binary))
  2017-06-24 07:44:54.928693 | 2017-06-24 07:44:54.928 |   File 
"novaclient/tests/functional/base.py", line 314, in nova
  2017-06-24 07:44:54.930090 | 2017-06-24 07:44:54.929 | endpoint_type, 
merge_stderr)
  2017-06-24 07:44:54.932181 | 2017-06-24 07:44:54.931 |   File 
"/opt/stack/new/python-novaclient/.tox/functional/local/lib/python2.7/site-packages/tempest/lib/cli/base.py",
 line 130, in nova
  2017-06-24 07:44:54.933322 | 2017-06-24 07:44:54.933 | 'nova', 
action, flags, params, fail_ok, merge_stderr)
  2017-06-24 07:44:54.934956 | 2017-06-24 07:44:54.934 |   File 
"/opt/stack/new/python-novaclient/.tox/functional/local/lib/python2.7/site-packages/tempest/lib/cli/base.py",
 line 374, in cmd_with_auth
  2017-06-24 07:44:54.936084 | 2017-06-24 07:44:54.935 | self.cli_dir, 
prefix=self.prefix)
  2017-06-24 07:44:54.937305 | 2017-06-24 07:44:54.937 |   File 
"/opt/stack/new/python-novaclient/.tox/functional/local/lib/python2.7/site-packages/tempest/lib/cli/base.py",
 line 71, in execute
  2017-06-24 07:44:54.938430 | 2017-06-24 07:44:54.938 | result_err)
  2017-06-24 07:44:54.939609 | 2017-06-24 07:44:54.939 | 
tempest.lib.exceptions.CommandFailed: Command 
'['/opt/stack/new/python-novaclient/.tox/functional/bin/nova', '--os-username', 
'admin', '--os-tenant-name', 'admin', '--os-password', 'secretadmin', 
'--os-auth-url', 'http://10.11.235.59/identity', '--os-compute-api-version', 
'2.11', '--os-endpoint-type', 'publicURL', 'service-disable', 
'ubuntu-xenial-osic-cloud1-s3500-9498382', 'nova-scheduler']' returned non-zero 
exit status 1.
  2017-06-24 07:44:54.941114 | 2017-06-24 07:44:54.940 | stdout:
  2017-06-24 07:44:54.943100 | 2017-06-24 07:44:54.942 | 
  2017-06-24 07:44:54.945711 | 2017-06-24 07:44:54.943 | stderr:
  2017-06-24 07:44:54.947034 | 2017-06-24 07:44:54.946 | ERROR (NotFound): 
Could not find binary nova-scheduler on host 
ubuntu-xenial-osic-cloud1-s3500-9498382. (HTTP 404) (Request-ID: 
req-540e1c6a-f5b2-4d9d-be81-fe5c047a72b1)

  This is due to changes in the comput

[Yahoo-eng-team] [Bug 1698611] Re: ` nova-status upgrade check` Warning

2017-06-29 Thread Matt Riedemann
This means the nova-compute services are not all configured properly to
report into the placement service. Docs are available here:

https://docs.openstack.org/developer/nova/placement.html

https://docs.openstack.org/ocata/install-guide-ubuntu/nova-compute-
install.html

So for example, if you run "nova service-list" and there are 4 nova-
compute services listed, those need to all be reporting inventory data
into the placement service, so the [placement] section of nova.conf on
each compute host has to be configured properly, etc.

** Changed in: nova
   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/1698611

Title:
  ` nova-status upgrade check` Warning

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  Description
  ===
  When I execute the command `nova-status upgrade check`,
  output:
  +-+
  | Upgrade Check Results   |
  +-+
  | Check: Cells v2 |
  | Result: Success |
  | Details: None   |
  +-+
  | Check: Placement API|
  | Result: Success |
  | Details: None   |
  +-+
  | Check: Resource Providers   |
  | Result: Warning |
  | Details: There are 1 compute resource providers and 4 compute nodes |
  |   in the deployment. Ideally the number of compute resource |
  |   providers should equal the number of enabled compute nodes|
  |   otherwise the cloud may be underutilized. See |
  |   http://docs.openstack.org/developer/nova/placement.html   |
  |   for more details. |
  +-+

  I deploy the `nova-placement-api` in the controller node.
  What I will deploy, that is to avoid the `Resource Providers Warning`. multi 
nova-placment-api or what ?

  Environment
  ===
  nova version: ocata

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1698611/+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 1466451] Re: Nova should verify that devname in pci_passthrough_whitelist is not empty

2017-06-29 Thread Sean Dague
Found open reviews for this bug in gerrit, setting to In Progress.

review: https://review.openstack.org/396130 in branch: master


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

** Changed in: nova
 Assignee: (unassigned) => Stephen Finucane (stephenfinucane)

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

Title:
  Nova should verify that devname in pci_passthrough_whitelist is not
  empty

Status in OpenStack Compute (nova):
  In Progress

Bug description:
  According to 
https://wiki.openstack.org/wiki/SR-IOV-Passthrough-For-Networking:
  "The devname can be a valid PCI device name. The only device names that are 
supported are those displayed by the Linux utility ifconfig -a and correspond 
to either a PF or a VF on a vNIC"

  However it's possible to supply an empty string as devname
  e.g. pci_passthrough_whitelist = {"devname": "", 
"physical_network":"physnet2"}

  It's also possible to have an entry:
  pci_passthrough_whitelist = {"physical_network":"physnet2"} 
  which shouldn't be valid.

  Nova should verify that devname is not an empty string and that
  devname,address or product_id/vendor_id are supplied.

  Version
  ==
  python-nova-2015.1.0-4.el7ost.noarch

  Expected result
  =
  Nova compute should fail to start when specifying an empty string for devname 
when using physical_network or when not specifying devname,address or 
product_id/vendor_id

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1466451/+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 1501808] Re: Enabling soft-deletes opens a DOS on compute hosts

2017-06-29 Thread Sean Dague
Found open reviews for this bug in gerrit, setting to In Progress.

review: https://review.openstack.org/386756 in branch: master
review: https://review.openstack.org/407877 in branch: master


** Changed in: nova
   Status: Won't Fix => In Progress

** Changed in: nova
 Assignee: Matt Riedemann (mriedem) => Chris Martin (cm876n)

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

Title:
  Enabling soft-deletes opens a DOS on compute hosts

Status in OpenStack Compute (nova):
  In Progress
Status in OpenStack Security Advisory:
  Won't Fix

Bug description:
  If the user sets reclaim_instance_interval to anything other than 0,
  then when a user requests an instance delete, it will instead be soft
  deleted. Soft delete explicitly releases the user's quota, but does
  not release the instance's resources until period task
  _reclaim_queued_deletes runs with a period of
  reclaim_instance_interval seconds.

  A malicious authenticated user can repeatedly create and delete
  instances without limit, which will consume resources on the host
  without consuming their quota. If done quickly enough, this will
  exhaust host resources.

  I'm not entirely sure what to suggest in remediation, as this seems to
  be a deliberate design. The most obvious fix would be to not release
  quota until the instance is reaped, but that would be a significant
  change in behaviour.

  This is very similar to https://bugs.launchpad.net/bugs/cve/2015-3280
  , except that we do it deliberately.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1501808/+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 1545729] Re: Proper error message to user in case 4 byte unicode characters are used for entity names.

2017-06-29 Thread Sean Dague
Found open reviews for this bug in gerrit, setting to In Progress.

review: https://review.openstack.org/407514 in branch: master


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

** Changed in: nova
 Assignee: (unassigned) => Hussain Chachuliya (hussainchachuliya)

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

Title:
  Proper error message to user in case 4 byte unicode characters are
  used for entity names.

Status in OpenStack Compute (nova):
  In Progress

Bug description:
  mysql database does not support 4 byte unicode due to its utf8
  character set.

  If any operation is executed with 4byte unicode name, it reports 500 error 
without any proper error message to user.
  This will be confusing for user as no information is present about why this 
issue occurred.

  Please refer below for details:

  nova secgroup-create sheel 🌋
  ERROR (ClientException): Unexpected API Error. Please report this at 
http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
   (HTTP 500) (Request-ID: 
req-a4eef1d6-11fa-4188-b116-ffdf728e04f4)

  
  Bug can be reproduced by simply using 4byte unicode characters in name of 
security group.

  This is 100% reproducible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1545729/+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 1607400] Re: UEFI not supported on SLES

2017-06-29 Thread Sean Dague
Found open reviews for this bug in gerrit, setting to In Progress.

review: https://review.openstack.org/348394 in branch: master


** Changed in: nova
   Status: Expired => In Progress

** Changed in: nova
 Assignee: (unassigned) => Sean Dague (sdague)

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

Title:
  UEFI not supported on SLES

Status in OpenStack Compute (nova):
  In Progress

Bug description:
  Launching an image with UEFI bootloader on a SLES 12 SP1 instances
  gives

  2016-07-28 08:23:12.820 3224 ERROR nova.compute.manager [instance: 
5289d6f7-f4f5-4f95-bd55-4812ec3ab800] Traceback (most recent call last):
  2016-07-28 08:23:12.820 3224 ERROR nova.compute.manager [instance: 
5289d6f7-f4f5-4f95-bd55-4812ec3ab800]   File 
"/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 2218, in 
_build_resources
  2016-07-28 08:23:12.820 3224 ERROR nova.compute.manager [instance: 
5289d6f7-f4f5-4f95-bd55-4812ec3ab800] yield resources
  2016-07-28 08:23:12.820 3224 ERROR nova.compute.manager [instance: 
5289d6f7-f4f5-4f95-bd55-4812ec3ab800]   File 
"/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 2064, in 
_build_and_run_instance
  2016-07-28 08:23:12.820 3224 ERROR nova.compute.manager [instance: 
5289d6f7-f4f5-4f95-bd55-4812ec3ab800] block_device_info=block_device_info)
  2016-07-28 08:23:12.820 3224 ERROR nova.compute.manager [instance: 
5289d6f7-f4f5-4f95-bd55-4812ec3ab800]   File 
"/usr/lib/python2.7/site-packages/nova/virt/libvirt/driver.py", line 2777, in 
spawn
  2016-07-28 08:23:12.820 3224 ERROR nova.compute.manager [instance: 
5289d6f7-f4f5-4f95-bd55-4812ec3ab800] write_to_disk=True)
  2016-07-28 08:23:12.820 3224 ERROR nova.compute.manager [instance: 
5289d6f7-f4f5-4f95-bd55-4812ec3ab800]   File 
"/usr/lib/python2.7/site-packages/nova/virt/libvirt/driver.py", line 4730, in 
_get_guest_xml
  2016-07-28 08:23:12.820 3224 ERROR nova.compute.manager [instance: 
5289d6f7-f4f5-4f95-bd55-4812ec3ab800] context)
  2016-07-28 08:23:12.820 3224 ERROR nova.compute.manager [instance: 
5289d6f7-f4f5-4f95-bd55-4812ec3ab800]   File 
"/usr/lib/python2.7/site-packages/nova/virt/libvirt/driver.py", line 4579, in 
_get_guest_config
  2016-07-28 08:23:12.820 3224 ERROR nova.compute.manager [instance: 
5289d6f7-f4f5-4f95-bd55-4812ec3ab800] root_device_name)
  2016-07-28 08:23:12.820 3224 ERROR nova.compute.manager [instance: 
5289d6f7-f4f5-4f95-bd55-4812ec3ab800]   File 
"/usr/lib/python2.7/site-packages/nova/virt/libvirt/driver.py", line 4401, in 
_configure_guest_by_virt_type
  2016-07-28 08:23:12.820 3224 ERROR nova.compute.manager [instance: 
5289d6f7-f4f5-4f95-bd55-4812ec3ab800] raise exception.UEFINotSupported()
  2016-07-28 08:23:12.820 3224 ERROR nova.compute.manager [instance: 
5289d6f7-f4f5-4f95-bd55-4812ec3ab800] UEFINotSupported: UEFI is not supported

  this is because the function probes for files that are in different
  locations on SLES, namely it looks for "/usr/share/OVMF/OVMF_CODE.fd"
  / /usr/share/AAVMF/AAVMF_CODE.fd which are the documented upstream
  defaults. However the SLES libvirt is compiled to default to different
  paths, that exist.

  one possibility would be to introspect domCapabilities from libvirt,
  which works just fine. An alternative patch is to just add the
  alternative paths for now.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1607400/+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 1659169] Re: Nested loop breaking out doesn't handle correctly

2017-06-29 Thread Sean Dague
Found open reviews for this bug in gerrit, setting to In Progress.

review: https://review.openstack.org/424931 in branch: master


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

** Changed in: nova
 Assignee: (unassigned) => Zhenguo Niu (niu-zglinux)

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

Title:
  Nested loop breaking out doesn't handle correctly

Status in OpenStack Compute (nova):
  In Progress

Bug description:
  
https://github.com/openstack/nova/blob/master/nova/network/neutronv2/api.py#L1674-L1681

  for p in ports:
  for ip in p['fixed_ips']:
  if ip['ip_address'] == address:
  port_id = p['id']
  break

  in the above nested loops, when we find the port_id, it just break one
  for loop, the outside loop will continue, it's a bit waste, should
  handle this gracefully.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1659169/+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 1684861] Re: Mitaka -> Newton: Database online_data_migrations in newton fail due to missing keypairs

2017-06-29 Thread Sean Dague
Found open reviews for this bug in gerrit, setting to In Progress.

review: https://review.openstack.org/463366 in branch: stable/newton


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

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

Title:
  Mitaka -> Newton: Database online_data_migrations in newton fail due
  to missing keypairs

Status in OpenStack Compute (nova):
  In Progress

Bug description:
  Upgrading the deployment from Mitaka to Newton.
  This bug blocks people from upgrading to Ocata because the database migration 
for nova fails.

  Running nova newton 14.0.5, the database is 334

  root@moby:/backups# nova-manage db online_data_migrations
  Option "verbose" from group "DEFAULT" is deprecated for removal.  Its value 
may be silently ignored in the future.
  Running batches of 50 until complete
  50 rows matched query migrate_flavors, 50 migrated
  20 rows matched query migrate_flavors, 20 migrated
  Error attempting to run 
  30 rows matched query migrate_instances_add_request_spec, 30 migrated
  Error attempting to run 
  50 rows matched query migrate_instances_add_request_spec, 50 migrated
  Error attempting to run 
  50 rows matched query migrate_instances_add_request_spec, 50 migrated
  Error attempting to run 
  50 rows matched query migrate_instances_add_request_spec, 50 migrated
  Error attempting to run 
  50 rows matched query migrate_instances_add_request_spec, 50 migrated
  Error attempting to run 
  50 rows matched query migrate_instances_add_request_spec, 50 migrated
  Error attempting to run 
  50 rows matched query migrate_instances_add_request_spec, 50 migrated
  Error attempting to run 
  50 rows matched query migrate_instances_add_request_spec, 50 migrated
  Error attempting to run 
  50 rows matched query migrate_instances_add_request_spec, 50 migrated
  Error attempting to run 
  50 rows matched query migrate_instances_add_request_spec, 50 migrated
  Error attempting to run 
  50 rows matched query migrate_instances_add_request_spec, 50 migrated
  Error attempting to run 
  /usr/lib/python2.7/dist-packages/pkg_resources/__init__.py:188: 
RuntimeWarning: You have iterated over the result of 
pkg_resources.parse_version. This is a legacy behavior which is inconsistent 
with the new version class introduced in setuptools 8.0. In most cases, 
conversion to a tuple is unnecessary. For comparison of versions, sort the 
Version instances directly. If you have another use case requiring the tuple, 
please file a bug with the setuptools project describing that need.
stacklevel=1,
  50 rows matched query migrate_instances_add_request_spec, 5 migrated
  2017-04-20 14:48:36.586 396 ERROR nova.objects.keypair 
[req-565cbe62-030b-4b00-b9db-5ee82117889b - - - - -] Some instances are still 
missing keypair information. Unable to run keypair migration at this time.
  5 rows matched query migrate_aggregates, 5 migrated
  5 rows matched query migrate_instance_groups_to_api_db, 5 migrated
  2 rows matched query delete_build_requests_with_no_instance_uuid, 2 migrated
  Error attempting to run 
  50 rows matched query migrate_instances_add_request_spec, 0 migrated
  2017-04-20 14:48:40.620 396 ERROR nova.objects.keypair 
[req-565cbe62-030b-4b00-b9db-5ee82117889b - - - - -] Some instances are still 
missing keypair information. Unable to run keypair migration at this time.
  root@moby:/backups#

  Adding a 'raise' after 
https://github.com/openstack/nova/blob/stable/newton/nova/cmd/manage.py#L896
  you can see:

  root@moby:/backups# nova-manage db online_data_migrations
  Option "verbose" from group "DEFAULT" is deprecated for removal.  Its value 
may be silently ignored in the future.
  Running batches of 50 until complete
  Error attempting to run 
  error: 'NoneType' object has no attribute 'key_name'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1684861/+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 1700578] Re: Error during tenant_quota_usages function calls @memoized cache

2017-06-29 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/477557
Committed: 
https://git.openstack.org/cgit/openstack/horizon/commit/?id=ca0f293cb60aa1717cdefed4cbae66a3b2c186b3
Submitter: Jenkins
Branch:master

commit ca0f293cb60aa1717cdefed4cbae66a3b2c186b3
Author: Mykhailo Dovgal 
Date:   Mon Jun 26 17:14:25 2017 +0300

Fix tenant_quota_usages function calls caching

This patch changes type of 'targets' input parameter in
tenant_quota_usages function from list -> tuple. It provides
possibility for @memoized decorator to cache function calls.

Change-Id: I3c32c3b65ae91e8487fda6148f259fe1931d7c9f
Closes-Bug: #1700578


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

Title:
  Error during tenant_quota_usages function calls @memoized cache

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  tenant_quota_usages method here [0] accept list as an input parameter.
  Due to list is not immutable object, it couldn't be cached buy @memoized 
decorator but still method is covered by it.
  Every call of this function triggers UnhashableKeyWarning here [1].

  [0] -
  
https://github.com/openstack/horizon/blob/359467b4013bb4f89a6a1309e6eda89459288986/openstack_dashboard/usage/quotas.py#L442

  [1] -
  
https://github.com/openstack/horizon/blob/4570b4cd7813c5b5d559a87c715f4ee6e6f1f63d/horizon/utils/memoized.py#L88

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1700578/+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 1701225] [NEW] cloud-init datasource using ec2 in prodstack

2017-06-29 Thread Matthew Williams
Public bug reported:

Spinning up an instance in prodstack 45 I see this message when I ssh
into it:

https://pastebin.canonical.com/192210/

$ dpkg-query -W -f='${Version}' cloud-init
0.7.9-153-g16a7302f-0ubuntu1~16.04.1

** Affects: cloud-init
 Importance: Undecided
 Status: New


** Tags: dsid

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

Title:
  cloud-init datasource using ec2 in prodstack

Status in cloud-init:
  New

Bug description:
  Spinning up an instance in prodstack 45 I see this message when I ssh
  into it:

  https://pastebin.canonical.com/192210/

  $ dpkg-query -W -f='${Version}' cloud-init
  0.7.9-153-g16a7302f-0ubuntu1~16.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1701225/+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 1699509] Re: NoReverseMatch: Reverse for 'jsi18n' with arguments '('', )' and keyword arguments '{}' not found. 1 pattern(s) tried: ['i18n/js/(?P\\S+?)/$'] in plugin te

2017-06-29 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/476154
Committed: 
https://git.openstack.org/cgit/openstack/horizon/commit/?id=ce82c1f80520fee7b748538ab10ad2a0475bc8bb
Submitter: Jenkins
Branch:master

commit ce82c1f80520fee7b748538ab10ad2a0475bc8bb
Author: Akihiro Motoki 
Date:   Wed Jun 21 14:00:27 2017 +

test helper: Ensure to populate JS_CATALOG in context

_script_i18n.html which tries to access 'jsi18n' url assumes
context['JS_CATALOG'] is populated, but openstack_dashboard test
helper clears it by mocking a context processor.
This leads to a error in rendering templates in unit tests.
Note that template rendering error is caught by a rendering engine
so unit test itself succeeds even when this happens.

Change-Id: I0f5013c4e9ed7b166c527b1aacd0302413948d51
Closes-Bug: #1699509


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

Title:
  NoReverseMatch: Reverse for 'jsi18n' with arguments '('',)' and
  keyword arguments '{}' not found. 1 pattern(s) tried:
  ['i18n/js/(?P\\S+?)/$'] in plugin tests

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  when running horizon plugin tests, we sometimes get an warning:

  NoReverseMatch: Reverse for 'jsi18n' with arguments '('',)' and
  keyword arguments '{}' not found. 1 pattern(s) tried:
  ['i18n/js/(?P\\S+?)/$'] in plugin tests

  http://paste.openstack.org/show/613289/

  As far as I tested, it depends on PYTHONHASHSEED.
  I am not sure this can happen in the horizon repo test.

  One example is http://logs.openstack.org/05/476005/1/check/gate-
  neutron-vpnaas-dashboard-python27-ubuntu-
  xenial/e06a366/console.html#_2017-06-21_05_21_19_820301

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1699509/+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 1701211] [NEW] The network related quotas aren't deprecated in quota-class API

2017-06-29 Thread Alex Xu
Public bug reported:

The network related quotas are deprecated in the quota-set API since
2.36.
(https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/schemas/quota_sets.py#L49)

But still existed in the quota-class API.
https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/schemas/quota_classes.py#L22

We should deprecate those network quotas in the quota-class API also.

** Affects: nova
 Importance: Undecided
 Assignee: Ghanshyam Mann (ghanshyammann)
 Status: Confirmed

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

Title:
  The network related quotas aren't deprecated in quota-class API

Status in OpenStack Compute (nova):
  Confirmed

Bug description:
  The network related quotas are deprecated in the quota-set API since
  2.36.
  
(https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/schemas/quota_sets.py#L49)

  But still existed in the quota-class API.
  
https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/schemas/quota_classes.py#L22

  We should deprecate those network quotas in the quota-class API also.

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