[Yahoo-eng-team] [Bug 1682992] [NEW] Clout-init fails to start

2017-04-14 Thread Ashish Kumar Gupta
Public bug reported:

Using the clout-init :
root@user:/var/lib/cloud# dpkg -l | grep cloud-init
ii cloud-init 0.7.9-90-g61eb03fe-0ubuntu1~16.04.1 all Init scripts for cloud 
instances
Rebooting the ubuntu server cloud-init fails to start .

Error in the cloud-init.log
2017-04-14 20:49:56,838 - util.py[DEBUG]: Reading from /proc/uptime 
(quiet=False)
2017-04-14 20:49:56,838 - util.py[DEBUG]: Read 10 bytes from /proc/uptime
2017-04-14 20:49:56,838 - util.py[DEBUG]: cloud-init mode 'init' took 0.065 
seconds (0.06)
2017-04-14 20:49:56,838 - handlers.py[DEBUG]: finish: init-network: SUCCESS: 
searching for network datasources
2017-04-14 21:03:09,735 - util.py[DEBUG]: Cloud-init v. 0.7.9 running 
'init-local' at Sat, 15 Apr 2017 04:03:09 +. Up 801.41 seconds.
2017-04-14 21:03:09,735 - main.py[DEBUG]: No kernel command line url found.
2017-04-14 21:03:09,735 - main.py[DEBUG]: Closing stdin.
2017-04-14 21:03:09,737 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - 
ab: [420] 0 bytes
2017-04-14 21:03:09,738 - util.py[DEBUG]: Changing the ownership of 
/var/log/cloud-init.log to 104:4
2017-04-14 21:03:09,739 - util.py[DEBUG]: Attempting to remove 
/var/lib/cloud/instance/boot-finished
2017-04-14 21:03:09,739 - util.py[DEBUG]: Attempting to remove 
/var/lib/cloud/data/no-net
2017-04-14 21:03:09,739 - handlers.py[DEBUG]: start: init-local/check-cache: 
attempting to read from cache [check]
2017-04-14 21:03:09,739 - util.py[DEBUG]: Reading from 
/var/lib/cloud/instance/obj.pkl (quiet=False)
2017-04-14 21:03:09,739 - stages.py[DEBUG]: no cache found
2017-04-14 21:03:09,739 - handlers.py[DEBUG]: finish: init-local/check-cache: 
SUCCESS: no cache found
2017-04-14 21:03:09,739 - util.py[DEBUG]: Attempting to remove 
/var/lib/cloud/instance
2017-04-14 21:03:09,739 - util.py[WARNING]: failed stage init-local
2017-04-14 21:03:09,740 - util.py[DEBUG]: failed stage init-local
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/cloudinit/cmd/main.py", line 647, in 
status_wrapper
ret = functor(name, args)
  File "/usr/lib/python3/dist-packages/cloudinit/cmd/main.py", line 332, in 
main_init
init.fetch(existing=existing)
  File "/usr/lib/python3/dist-packages/cloudinit/stages.py", line 349, in fetch
return self._get_data_source(existing=existing)
  File "/usr/lib/python3/dist-packages/cloudinit/stages.py", line 250, in 
_get_data_source
util.del_file(self.paths.instance_link)
  File "/usr/lib/python3/dist-packages/cloudinit/util.py", line 1627, in 
del_file
raise e
  File "/usr/lib/python3/dist-packages/cloudinit/util.py", line 1624, in 
del_file
os.unlink(path)
IsADirectoryError: [Errno 21] Is a directory: '/var/lib/cloud/instance'

root@user:/var/lib/cloud# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.2 LTS
Release: 16.04
Codename: xenial

What went wrong and how to fix this ?

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

Title:
  Clout-init fails to start

Status in cloud-init:
  New

Bug description:
  Using the clout-init :
  root@user:/var/lib/cloud# dpkg -l | grep cloud-init
  ii cloud-init 0.7.9-90-g61eb03fe-0ubuntu1~16.04.1 all Init scripts for cloud 
instances
  Rebooting the ubuntu server cloud-init fails to start .

  Error in the cloud-init.log
  2017-04-14 20:49:56,838 - util.py[DEBUG]: Reading from /proc/uptime 
(quiet=False)
  2017-04-14 20:49:56,838 - util.py[DEBUG]: Read 10 bytes from /proc/uptime
  2017-04-14 20:49:56,838 - util.py[DEBUG]: cloud-init mode 'init' took 0.065 
seconds (0.06)
  2017-04-14 20:49:56,838 - handlers.py[DEBUG]: finish: init-network: SUCCESS: 
searching for network datasources
  2017-04-14 21:03:09,735 - util.py[DEBUG]: Cloud-init v. 0.7.9 running 
'init-local' at Sat, 15 Apr 2017 04:03:09 +. Up 801.41 seconds.
  2017-04-14 21:03:09,735 - main.py[DEBUG]: No kernel command line url found.
  2017-04-14 21:03:09,735 - main.py[DEBUG]: Closing stdin.
  2017-04-14 21:03:09,737 - util.py[DEBUG]: Writing to /var/log/cloud-init.log 
- ab: [420] 0 bytes
  2017-04-14 21:03:09,738 - util.py[DEBUG]: Changing the ownership of 
/var/log/cloud-init.log to 104:4
  2017-04-14 21:03:09,739 - util.py[DEBUG]: Attempting to remove 
/var/lib/cloud/instance/boot-finished
  2017-04-14 21:03:09,739 - util.py[DEBUG]: Attempting to remove 
/var/lib/cloud/data/no-net
  2017-04-14 21:03:09,739 - handlers.py[DEBUG]: start: init-local/check-cache: 
attempting to read from cache [check]
  2017-04-14 21:03:09,739 - util.py[DEBUG]: Reading from 
/var/lib/cloud/instance/obj.pkl (quiet=False)
  2017-04-14 21:03:09,739 - stages.py[DEBUG]: no cache found
  2017-04-14 21:03:09,739 - handlers.py[DEBUG]: finish: init-local/check-cache: 
SUCCESS: no cache found
  2017-04-14 21:03:09,739 - util.py[DEBUG]: Attempting to remove 
/var

[Yahoo-eng-team] [Bug 1585082] Re: Invalid RBAC policy when providing target-tenant with name

2017-04-14 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.]

** Changed in: neutron
   Status: Incomplete => Expired

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

Title:
  Invalid RBAC policy when providing target-tenant with name

Status in neutron:
  Expired

Bug description:
  When creating a RBAC policy by indicating the name of a target tenant
  as follows, the RBAC policy can be created without any errors:

  [(keystone_admin)]# neutron rbac-create --type network --action 
access_as_shared --target-tenant demo demo-rbac
  Created a new rbac_policy:
  +---+--+
  | Field | Value|
  +---+--+
  | action| access_as_shared |
  | id| 033a7a71-7fd1-468c-b6fc-11ed94848015 |
  | object_id | ef0d0910-0a9a-4cd4-b9f0-ab76e9a31478 |
  | object_type   | network  |
  | target_tenant | demo |
  | tenant_id | cd1d7694e4aa4585b6ac303f089c56e0 |
  +---+--+

  However, if we check the network resource from the target tenant point
  of view, the RBAC policy based network cannot be found:

  [(keystone_demo)]# neutron net-list
  
+--+--+---+
  | id   | name | subnets   
|
  
+--+--+---+
  | afc53e26-85f7-4130-8d93-9d64e79b8d4f | private  | 
8f436128-ab4f-44ec-8101-d69a88fae67e 10.0.0.0/24  |
  |  |  | 
71aaf5a6-0a8a-47cc-89c1-ecc0ad2b2b0f  |
  | 63ae8ae2-d71f-40a9-b92f-2208ce44c8ab | public   | 
c9aa91b0-5624-4d3e-b418-a0c3f3f0ebd6  |
  
+--+--+---+

  Therefore, the RBAC policy has been created, but it is not valid for
  the target tenant.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1585082/+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 1682987] [NEW] Create volume snapshot form: usage is volumes not volume snapshots.

2017-04-14 Thread wei.ying
Public bug reported:

In path of Create volume snapshot form,we need show snapshots usage not
volumes.

** Affects: horizon
 Importance: Undecided
 Assignee: wei.ying (wei.yy)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) => wei.ying (wei.yy)

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

Title:
  Create volume snapshot form: usage is volumes not volume snapshots.

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  In path of Create volume snapshot form,we need show snapshots usage
  not volumes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1682987/+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 1682979] [NEW] sr-iov agent doesn't use bulk update_device_list RPC interface

2017-04-14 Thread Kevin Benton
Public bug reported:

Neutron has had a bulk interface for updating several port statuses at
once for quite some time:
http://git.openstack.org/cgit/openstack/neutron/tree/neutron/plugins/ml2/rpc.py#n277

The SR-IOV agent hasn't been using it, which means it can't take
advantage of any server-side bulking operations for handling several
ports simultaneously.

** Affects: neutron
 Importance: Undecided
 Assignee: Kevin Benton (kevinbenton)
 Status: 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/1682979

Title:
  sr-iov agent doesn't use bulk update_device_list RPC interface

Status in neutron:
  In Progress

Bug description:
  Neutron has had a bulk interface for updating several port statuses at
  once for quite some time:
  
http://git.openstack.org/cgit/openstack/neutron/tree/neutron/plugins/ml2/rpc.py#n277

  The SR-IOV agent hasn't been using it, which means it can't take
  advantage of any server-side bulking operations for handling several
  ports simultaneously.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1682979/+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 1676922] Re: changing Public attribute in FWaaS

2017-04-14 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/455757
Committed: 
https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=1723762cf175cf9a27b25dd11bddac166773a66e
Submitter: Jenkins
Branch:master

commit 1723762cf175cf9a27b25dd11bddac166773a66e
Author: reedip 
Date:   Tue Apr 11 21:07:49 2017 +0530

Migrate Public attribute to shared in Policy.json

Change-Id: I364620b03ea07f4c22f647985db5fc815b55e64a
Closes-Bug: #1676922


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

Title:
  changing  Public attribute in FWaaS

Status in neutron:
  Fix Released

Bug description:
  Currently Firewall-as-a-Service uses Public attribute to represent firewall 
resource which is shared among multiple tenants.
  However, the attribute should be aptly named as "Shared" and not "Public" [1].
  This issue is used to track the migration of "Public" attribute of FWaaS v2 
to "Shared".

  FwaaS v1 is Out of Scope for this bug
  [1]:  
http://eavesdrop.openstack.org/meetings/fwaas/2017/fwaas.2017-03-21-14.00.log.html#l-151

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1676922/+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 1407573] Re: DHCP agent should not create DHCP port and spawn dnsmasq when subnet is IPv6 and ipv6-address-mode is None or SLAAC

2017-04-14 Thread Kevin Benton
dnsmasq also provides DNS lookups. This optimization doesn't seem worth
it.

** Changed in: neutron
   Status: In Progress => Won't Fix

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

Title:
  DHCP agent should not create DHCP port and spawn dnsmasq when subnet
  is IPv6 and ipv6-address-mode is None or SLAAC

Status in neutron:
  Won't Fix

Bug description:
  According to the design of IPv6 subnet ra mode and address mode, when
  ipv6 address mode is None or SLAAC, VM either obtain address from
  OpenStack/external RADVD or obtain address from external dhcp server.
  It's not necessary to create DHCP port or spawn dnsmasq process for
  such ipv6 subnets. Right now, the DHCP port is created and dnsmasq
  process is spawned (but not used).

  ra mode and address mode design:

  https://github.com/openstack/neutron-specs/blob/master/specs/juno/ipv6
  -radvd-ra.rst

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

2017-04-14 Thread Eric Fried
Likely same root cause as https://bugs.launchpad.net/nova/+bug/1682195

This is more of a support request than a bug.  Please ask for help on
IRC in #openstack.

** This bug is no longer a duplicate of bug 1678493
   oslo_messaging.exceptions.MessagingTimeout

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

Title:
  

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  I installed openstack Newton in Ubuntu 16.04.

  When I try to launch an instance I get an error 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-ff1f37e8-a875-4375-b036-de514a908e07)

  I checked the log files and I found errors 
  the /var/log/nova/nova-api.log  :

  2017-04-12 12:41:34.607 28635 ERROR nova.api.openstack.extensions result 
= self._waiter.wait(msg_id, timeout)
  2017-04-12 12:41:34.607 28635 ERROR nova.api.openstack.extensions   File 
"/usr/lib/python2.7/dist-packages/oslo_messaging/_drivers/amqpdriver.py", line 
336, in wait
  2017-04-12 12:41:34.607 28635 ERROR nova.api.openstack.extensions message 
= self.waiters.get(msg_id, timeout=timeout)
  2017-04-12 12:41:34.607 28635 ERROR nova.api.openstack.extensions   File 
"/usr/lib/python2.7/dist-packages/oslo_messaging/_drivers/amqpdriver.py", line 
238, in get
  2017-04-12 12:41:34.607 28635 ERROR nova.api.openstack.extensions 'to 
message ID %s' % msg_id)
  2017-04-12 12:41:34.607 28635 ERROR nova.api.openstack.extensions 
MessagingTimeout: Timed out waiting for a reply to message ID 
8538246dba7348d3b52eb0fbd0a60a03
  2017-04-12 12:41:34.607 28635 ERROR nova.api.openstack.extensions 
  2017-04-12 12:41:34.609 28635 INFO nova.api.openstack.wsgi 
[req-ff1f37e8-a875-4375-b036-de514a908e07 1fdf459e4f694fde85818b178e1e9199 
da7d418c8b414fc3b236800183794125 - default default] HTTP exception thrown: 
Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and 
attach the Nova API log if possible.
  
  2017-04-12 12:41:34.610 28635 INFO nova.osapi_compute.wsgi.server 
[req-ff1f37e8-a875-4375-b036-de514a908e07 1fdf459e4f694fde85818b178e1e9199 
da7d418c8b414fc3b236800183794125 - default default] 127.0.0.1 "POST 
/v2.1/da7d418c8b414fc3b236800183794125/servers HTTP/1.1" status: 500 len: 583 
time: 60.7773261


  the /var/log/neutron/neutron-server.log :

  
  2017-04-12 12:43:10.527 27006 ERROR neutron.plugins.ml2.managers 
[req-2ee46e05-f015-4fe2-beca-7cbe3e01e48e - - - - -] Failed to bind port 
bfa09754-f961-4c81-8b52-256e2028f1e1 on host controller-HP-Z210-Workstation for 
vnic_type normal using segments [{'segmentation_id': 20, 'physical_network': 
None, 'id': u'3aa7bf2f-9223-4e94-801b-aee4b4975951', 'network_type': u'vxlan'}]
  2017-04-12 12:43:10.539 27006 WARNING neutron.plugins.ml2.drivers.mech_agent 
[req-b86fae66-1171-41c9-ba6a-ebdd24c656ed - - - - -] Refusing to bind port 
115144de-8215-4e9c-b6d3-d44c40b9a191 to dead agent: {'binary': 
u'neutron-linuxbridge-agent', 'description': None, 'admin_state_up': True, 
'heartbeat_timestamp': datetime.datetime(2017, 4, 11, 8, 5), 
'availability_zone': None, 'alive': False, 'topic': u'N/A', 'host': 
u'controller-HP-Z210-Workstation', 'agent_type': u'Linux bridge agent', 
'resource_versions': {u'SubPort': u'1.0', u'QosPolicy': u'1.3', u'Trunk': 
u'1.0'}, 'created_at': datetime.datetime(2017, 4, 7, 13, 55, 26), 'started_at': 
datetime.datetime(2017, 4, 10, 14, 26, 58), 'id': 
u'65694cc5-f8bf-473f-95d2-550438f52885', 'configurations': {u'tunneling_ip': 
u'192.168.3.202', u'devices': 3, u'interface_mappings': {u'provider': u'eno1'}, 
u'extensions': [], u'l2_population': True, u'tunnel_types': [u'vxlan'], 
u'bridge_mappings': {}}}
  2017-04-12 12:43:10.540 27006 ERROR neutron.plugins.ml2.managers 
[req-b86fae66-1171-41c9-ba6a-ebdd24c656ed - - - - -] Failed to bind port 
115144de-8215-4e9c-b6d3-d44c40b9a191 on host controller-HP-Z210-Workstation for 
vnic_type normal using segments [{'segmentation_id': 65, 'physical_network': 
None, 'id': u'7cdbfc98-0f8e-4104-987b-3be70a8a36fa', 'network_type': u'vxlan'}]

  I didn't find a solution to this problem 
  Please help.

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

2017-04-14 Thread Eric Fried
Likely same root cause as https://bugs.launchpad.net/nova/+bug/1682195

This is more of a support request than a bug.  Please ask for help on
IRC in #openstack.

** This bug is no longer a duplicate of bug 1678493
   oslo_messaging.exceptions.MessagingTimeout

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

Title:
  

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  I installed openstack Newton in Ubuntu 16.04.

  When I try to launch an instance I get an error 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-ff1f37e8-a875-4375-b036-de514a908e07)

  I checked the log files and I found errors 
  the /var/log/nova/nova-api.log  :

  2017-04-12 12:41:34.607 28635 ERROR nova.api.openstack.extensions result 
= self._waiter.wait(msg_id, timeout)
  2017-04-12 12:41:34.607 28635 ERROR nova.api.openstack.extensions   File 
"/usr/lib/python2.7/dist-packages/oslo_messaging/_drivers/amqpdriver.py", line 
336, in wait
  2017-04-12 12:41:34.607 28635 ERROR nova.api.openstack.extensions message 
= self.waiters.get(msg_id, timeout=timeout)
  2017-04-12 12:41:34.607 28635 ERROR nova.api.openstack.extensions   File 
"/usr/lib/python2.7/dist-packages/oslo_messaging/_drivers/amqpdriver.py", line 
238, in get
  2017-04-12 12:41:34.607 28635 ERROR nova.api.openstack.extensions 'to 
message ID %s' % msg_id)
  2017-04-12 12:41:34.607 28635 ERROR nova.api.openstack.extensions 
MessagingTimeout: Timed out waiting for a reply to message ID 
8538246dba7348d3b52eb0fbd0a60a03
  2017-04-12 12:41:34.607 28635 ERROR nova.api.openstack.extensions 
  2017-04-12 12:41:34.609 28635 INFO nova.api.openstack.wsgi 
[req-ff1f37e8-a875-4375-b036-de514a908e07 1fdf459e4f694fde85818b178e1e9199 
da7d418c8b414fc3b236800183794125 - default default] HTTP exception thrown: 
Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and 
attach the Nova API log if possible.
  
  2017-04-12 12:41:34.610 28635 INFO nova.osapi_compute.wsgi.server 
[req-ff1f37e8-a875-4375-b036-de514a908e07 1fdf459e4f694fde85818b178e1e9199 
da7d418c8b414fc3b236800183794125 - default default] 127.0.0.1 "POST 
/v2.1/da7d418c8b414fc3b236800183794125/servers HTTP/1.1" status: 500 len: 583 
time: 60.7773261


  the /var/log/neutron/neutron-server.log :

  
  2017-04-12 12:43:10.527 27006 ERROR neutron.plugins.ml2.managers 
[req-2ee46e05-f015-4fe2-beca-7cbe3e01e48e - - - - -] Failed to bind port 
bfa09754-f961-4c81-8b52-256e2028f1e1 on host controller-HP-Z210-Workstation for 
vnic_type normal using segments [{'segmentation_id': 20, 'physical_network': 
None, 'id': u'3aa7bf2f-9223-4e94-801b-aee4b4975951', 'network_type': u'vxlan'}]
  2017-04-12 12:43:10.539 27006 WARNING neutron.plugins.ml2.drivers.mech_agent 
[req-b86fae66-1171-41c9-ba6a-ebdd24c656ed - - - - -] Refusing to bind port 
115144de-8215-4e9c-b6d3-d44c40b9a191 to dead agent: {'binary': 
u'neutron-linuxbridge-agent', 'description': None, 'admin_state_up': True, 
'heartbeat_timestamp': datetime.datetime(2017, 4, 11, 8, 5), 
'availability_zone': None, 'alive': False, 'topic': u'N/A', 'host': 
u'controller-HP-Z210-Workstation', 'agent_type': u'Linux bridge agent', 
'resource_versions': {u'SubPort': u'1.0', u'QosPolicy': u'1.3', u'Trunk': 
u'1.0'}, 'created_at': datetime.datetime(2017, 4, 7, 13, 55, 26), 'started_at': 
datetime.datetime(2017, 4, 10, 14, 26, 58), 'id': 
u'65694cc5-f8bf-473f-95d2-550438f52885', 'configurations': {u'tunneling_ip': 
u'192.168.3.202', u'devices': 3, u'interface_mappings': {u'provider': u'eno1'}, 
u'extensions': [], u'l2_population': True, u'tunnel_types': [u'vxlan'], 
u'bridge_mappings': {}}}
  2017-04-12 12:43:10.540 27006 ERROR neutron.plugins.ml2.managers 
[req-b86fae66-1171-41c9-ba6a-ebdd24c656ed - - - - -] Failed to bind port 
115144de-8215-4e9c-b6d3-d44c40b9a191 on host controller-HP-Z210-Workstation for 
vnic_type normal using segments [{'segmentation_id': 65, 'physical_network': 
None, 'id': u'7cdbfc98-0f8e-4104-987b-3be70a8a36fa', 'network_type': u'vxlan'}]

  I didn't find a solution to this problem 
  Please help.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1682088/+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 1682195] Re: Unexpected API Error

2017-04-14 Thread Matt Riedemann
This isn't a duplicate of bug 1678493 because that bug is about showing
console output for a server and it times out. This bug is about
launching an instance and it blows up because it's trying to rpc cast to
the nova-network service, which is probably not running. nova-network
will only start in a cells v1 configuration since ocata, and you
shouldn't be using it.

** This bug is no longer a duplicate of bug 1678493
   oslo_messaging.exceptions.MessagingTimeout

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

Title:
  Unexpected API Error

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  When trying to launch instance, I get this error message : 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-700f5d8c-5d88-4458-a918-3c31d3819fe3)

  I checked the log file and I found :

   2017-04-12 19:52:46.922 2889 INFO os_vif 
[req-700f5d8c-5d88-4458-a918-3c31d3819fe3 1fdf459e4f694fde85818b178e1e9199 
da7d418c8b414fc3b236800183794125 - default default] Loaded VIF plugin class 
'' with name 
'linux_bridge'
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions 
[req-700f5d8c-5d88-4458-a918-3c31d3819fe3 1fdf459e4f694fde85818b178e1e9199 
da7d418c8b414fc3b236800183794125 - default default] Unexpected exception in API 
method
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions Traceback 
(most recent call last):
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions   File 
"/usr/lib/python2.7/dist-packages/nova/api/openstack/extensions.py", line 338, 
in wrapped
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions return 
f(*args, **kwargs)
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions   File 
"/usr/lib/python2.7/dist-packages/nova/api/validation/__init__.py", line 73, in 
wrapper
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions return 
func(*args, **kwargs)
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions   File 
"/usr/lib/python2.7/dist-packages/nova/api/validation/__init__.py", line 73, in 
wrapper
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions return 
func(*args, **kwargs)
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions   File 
"/usr/lib/python2.7/dist-packages/nova/api/validation/__init__.py", line 73, in 
wrapper
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions return 
func(*args, **kwargs)
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions   File 
"/usr/lib/python2.7/dist-packages/nova/api/validation/__init__.py", line 73, in 
wrapper
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions return 
func(*args, **kwargs)
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions   File 
"/usr/lib/python2.7/dist-packages/nova/api/validation/__init__.py", line 73, in 
wrapper
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions return 
func(*args, **kwargs)
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions   File 
"/usr/lib/python2.7/dist-packages/nova/api/openstack/compute/servers.py", line 
631, in create
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions 
**create_kwargs)
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions   File 
"/usr/lib/python2.7/dist-packages/nova/hooks.py", line 154, in inner
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions rv = 
f(*args, **kwargs)
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions   File 
"/usr/lib/python2.7/dist-packages/nova/compute/api.py", line 1528, in create
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions 
check_server_group_quota=check_server_group_quota)
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions   File 
"/usr/lib/python2.7/dist-packages/nova/compute/api.py", line 1128, in 
_create_instance
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions 
reservation_id, max_count)
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions   File 
"/usr/lib/python2.7/dist-packages/nova/compute/api.py", line 824, in 
_validate_and_build_base_options
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions 
requested_networks, max_count)
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions   File 
"/usr/lib/python2.7/dist-packages/nova/compute/api.py", line 439, in 
_check_requested_networks
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions 
max_count)
  2017-04-12 19:53:47.360 2889 ERROR nova.api.openstack.extensions   File 
"/usr/lib/python2.7/dist-packages/nova/network/api.py", line 391, in 
validate_networks
  2017-04-12 19:53:47.360 2

[Yahoo-eng-team] [Bug 1647570] Re: l2 population fdb updates being sent to all agents

2017-04-14 Thread Kevin Benton
I would rather focus on eliminating the l2pop driver entirely.

** Changed in: neutron
   Importance: Low => Wishlist

** Changed in: neutron
   Status: In Progress => Won't Fix

** Changed in: neutron
   Status: Won't Fix => In Progress

** Changed in: neutron
   Status: In Progress => Won't Fix

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

Title:
  l2 population fdb updates being sent to all agents

Status in neutron:
  Won't Fix

Bug description:
  l2 population mechanism driver sends out fdb update to all registered
  agents when a new VM is spawned on an agent for a network (First port
  activated on current agent in this network)

  It should only send out fdb updates to agents which have l2population
  enabled as this affects performance in large scale deployments.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1647570/+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 1676908] Re: DigitalOcean network improvements

2017-04-14 Thread Ben Howard
Whoops, the fixes are committed, not released.

** Changed in: cloud-init
   Status: Fix Released => Fix Committed

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

Title:
  DigitalOcean network improvements

Status in cloud-init:
  Fix Committed

Bug description:
  This is a request to merge the improvements to the linked PR that
  improves the DigitalOcean datasource.

  The changes:
  - No longer bind the nameservers to a specific interface to bring it inline 
with the other DataSources like OpenStack and SmartOS.
  - Fix mis-binding the IPV4all address to a secondary interface by considering 
'eth0' or 'ens3' first
  - Consider all network definitions, not just 'public' or 'private'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1676908/+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 1676908] Re: DigitalOcean network improvements

2017-04-14 Thread Ben Howard
Commits have landed, calling this fix released.

** Changed in: cloud-init
   Status: New => 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/1676908

Title:
  DigitalOcean network improvements

Status in cloud-init:
  Fix Released

Bug description:
  This is a request to merge the improvements to the linked PR that
  improves the DigitalOcean datasource.

  The changes:
  - No longer bind the nameservers to a specific interface to bring it inline 
with the other DataSources like OpenStack and SmartOS.
  - Fix mis-binding the IPV4all address to a secondary interface by considering 
'eth0' or 'ens3' first
  - Consider all network definitions, not just 'public' or 'private'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1676908/+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 1682871] Re: attempts to rename vlans / vlans have addr_assign_type of 2

2017-04-14 Thread Scott Moser
** Summary changed:

- attempts to rename vlans / get_interfaces_by_mac does not filter vlans
+ attempts to rename vlans / vlans have addr_assign_type of 2

** Summary changed:

- attempts to rename vlans / vlans have addr_assign_type of 2
+ attempts to rename vlans / vlans have addr_assign_type of 0 on kernel 4.4

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

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

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

** Changed in: linux (Ubuntu)
   Status: New => Fix Released

** Also affects: linux (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

** Description changed:

  When attempting to verify sru for bug 1669860, I found that vlans
  are not properly filtered out by 'get_interfaces_by_mac'.  That means
  that the bug is still present with vlans.
  
+ The reason for this is that /sys/class/net//addr_assign_type
+ shows '0' for a vlan on 4.4, but (correctly) shows '2' on 4.8.
+ See https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-class-net
+ for doc on addr_assign_type.
+ 
  Related bugs:
-  * bug 1669860: cloud-init attempts to rename bonds
+  * bug 1669860: cloud-init attempts to rename bonds

** Changed in: linux (Ubuntu Xenial)
   Status: New => Confirmed

** Changed in: cloud-init (Ubuntu Xenial)
   Status: New => Confirmed

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

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

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

Title:
  attempts to rename vlans / vlans have addr_assign_type of 0 on kernel
  4.4

Status in cloud-init:
  Confirmed
Status in cloud-init package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Fix Released
Status in cloud-init source package in Xenial:
  Confirmed
Status in linux source package in Xenial:
  Confirmed

Bug description:
  When attempting to verify sru for bug 1669860, I found that vlans
  are not properly filtered out by 'get_interfaces_by_mac'.  That means
  that the bug is still present with vlans.

  The reason for this is that /sys/class/net//addr_assign_type
  shows '0' for a vlan on 4.4, but (correctly) shows '2' on 4.8.
  See https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-class-net
  for doc on addr_assign_type.

  Related bugs:
   * bug 1669860: cloud-init attempts to rename bonds

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1682871/+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 1682871] [NEW] attempts to rename vlans / get_interfaces_by_mac does not filter vlans

2017-04-14 Thread Scott Moser
Public bug reported:

When attempting to verify sru for bug 1669860, I found that vlans
are not properly filtered out by 'get_interfaces_by_mac'.  That means
that the bug is still present with vlans.

Related bugs:
 * bug 1669860: cloud-init attempts to rename bonds

** Affects: cloud-init
 Importance: Medium
 Status: Confirmed

** Changed in: cloud-init
   Status: New => Confirmed

** Changed in: cloud-init
   Importance: Undecided => Medium

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

Title:
  attempts to rename vlans / get_interfaces_by_mac does not filter vlans

Status in cloud-init:
  Confirmed

Bug description:
  When attempting to verify sru for bug 1669860, I found that vlans
  are not properly filtered out by 'get_interfaces_by_mac'.  That means
  that the bug is still present with vlans.

  Related bugs:
   * bug 1669860: cloud-init attempts to rename bonds

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1682871/+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 1682060] Re: empty nova service and hypervisor list

2017-04-14 Thread Matt Riedemann
I've added openstack-manuals to this because it also tells you to use
"nova hypervisor-list" to tell when a compute host is up and running but
before running discover_hosts on it.

https://docs.openstack.org/ocata/install-guide-ubuntu/nova-compute-
install.html#add-the-compute-node-to-the-cell-database

So we need to update that as well.

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

** Changed in: openstack-manuals
   Status: New => 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/1682060

Title:
  empty nova service and hypervisor list

Status in kolla-ansible:
  In Progress
Status in OpenStack Compute (nova):
  In Progress
Status in openstack-manuals:
  Confirmed

Bug description:
  In current master, openstack compute service list and openstack hypervisor 
list (same issue with nova cli) result in an empty list.
  If I check the database, services are registered in the database.

  [root@controller tools]# docker exec -ti kolla_toolbox mysql -unova 
-pYVDa3l8vA57Smnbu9Q5qdgSKJckNxP3Q3rYvVxsD  -h 192.168.100.10 nova -e "SELECT * 
from services WHERE topic = 'compute'";
  
+-+-++++--+-+--+--+-+-+-+-+-+
  | created_at  | updated_at  | deleted_at | id | host   | 
binary   | topic   | report_count | disabled | deleted | disabled_reason | 
last_seen_up| forced_down | version |
  
+-+-++++--+-+--+--+-+-+-+-+-+
  | 2017-04-12 09:12:10 | 2017-04-12 09:14:33 | NULL   |  9 | controller | 
nova-compute | compute |   13 |0 |   0 | NULL| 
2017-04-12 09:14:33 |   0 |  17 |
  
+-+-++++--+-+--+--+-+-+-+-+-+
  [root@controller tools]# openstack compute service list --long

  [root@controller tools]# 
  [root@controller tools]# openstack hypervisor list --long

  [root@controller tools]#

  Logs from kolla deploy gates
  http://logs.openstack.org/08/456108/1/check/gate-kolla-dsvm-deploy-
  centos-source-centos-7-nv/9cf1e73/

  Environment:
  - source code
  - OS: centos/ubuntu/oraclelinux
  - Deployment type: kolla-ansible

  Please let me know if more info is needed or if there is a workaround.
  Regards

To manage notifications about this bug go to:
https://bugs.launchpad.net/kolla-ansible/+bug/1682060/+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 1682060] Re: empty nova service and hypervisor list

2017-04-14 Thread Matt Riedemann
Hmm, I see that https://review.openstack.org/#/c/442162/ also breaks
step 6 in our cells v2 install guide which tells you to start your nova-
compute services and then poll for them using the 'nova hypervisor-list'
command, but that relies on the hosts being mapped in the cell first,
and you need to run discover_hosts for that (which is step 7 in the
install guide). So we have a bit of a catch-22 here. I'm going to re-
open this bug for nova simply because we have a documentation issue that
needs to be fixed.

We might also need to raise that as a DocImpact bug for the install
guide in openstack-manuals.

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

** Changed in: nova
 Assignee: (unassigned) => Matt Riedemann (mriedem)

** Tags added: cells doc

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

** Changed in: kolla-ansible
   Status: In Progress => 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/1682060

Title:
  empty nova service and hypervisor list

Status in kolla-ansible:
  Confirmed
Status in OpenStack Compute (nova):
  In Progress

Bug description:
  In current master, openstack compute service list and openstack hypervisor 
list (same issue with nova cli) result in an empty list.
  If I check the database, services are registered in the database.

  [root@controller tools]# docker exec -ti kolla_toolbox mysql -unova 
-pYVDa3l8vA57Smnbu9Q5qdgSKJckNxP3Q3rYvVxsD  -h 192.168.100.10 nova -e "SELECT * 
from services WHERE topic = 'compute'";
  
+-+-++++--+-+--+--+-+-+-+-+-+
  | created_at  | updated_at  | deleted_at | id | host   | 
binary   | topic   | report_count | disabled | deleted | disabled_reason | 
last_seen_up| forced_down | version |
  
+-+-++++--+-+--+--+-+-+-+-+-+
  | 2017-04-12 09:12:10 | 2017-04-12 09:14:33 | NULL   |  9 | controller | 
nova-compute | compute |   13 |0 |   0 | NULL| 
2017-04-12 09:14:33 |   0 |  17 |
  
+-+-++++--+-+--+--+-+-+-+-+-+
  [root@controller tools]# openstack compute service list --long

  [root@controller tools]# 
  [root@controller tools]# openstack hypervisor list --long

  [root@controller tools]#

  Logs from kolla deploy gates
  http://logs.openstack.org/08/456108/1/check/gate-kolla-dsvm-deploy-
  centos-source-centos-7-nv/9cf1e73/

  Environment:
  - source code
  - OS: centos/ubuntu/oraclelinux
  - Deployment type: kolla-ansible

  Please let me know if more info is needed or if there is a workaround.
  Regards

To manage notifications about this bug go to:
https://bugs.launchpad.net/kolla-ansible/+bug/1682060/+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 1682060] Re: empty nova service and hypervisor list

2017-04-14 Thread Matt Riedemann
The problem described to me in the kolla IRC channel was kolla polls
'nova service-list' until the computes show up, otherwise if the
computes aren't there when simple_cell_setup runs it will stop before it
creates the first (main) cell.

With this change in the API: https://review.openstack.org/#/c/442162/21

We iterate the cells to list services, so if you don't have the cell
created yet, you'll get nothing back.

The simple_cell_setup command is not great for a fresh install, since
it's not so simple it turns out. It works a bit easier for upgrades from
non-cells to cells but for a fresh install I wouldn't use it. I'd change
tooling for a fresh install to follow the steps in this document:

https://docs.openstack.org/developer/nova/cells.html#fresh-install

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

Title:
  empty nova service and hypervisor list

Status in kolla-ansible:
  New
Status in OpenStack Compute (nova):
  Invalid

Bug description:
  In current master, openstack compute service list and openstack hypervisor 
list (same issue with nova cli) result in an empty list.
  If I check the database, services are registered in the database.

  [root@controller tools]# docker exec -ti kolla_toolbox mysql -unova 
-pYVDa3l8vA57Smnbu9Q5qdgSKJckNxP3Q3rYvVxsD  -h 192.168.100.10 nova -e "SELECT * 
from services WHERE topic = 'compute'";
  
+-+-++++--+-+--+--+-+-+-+-+-+
  | created_at  | updated_at  | deleted_at | id | host   | 
binary   | topic   | report_count | disabled | deleted | disabled_reason | 
last_seen_up| forced_down | version |
  
+-+-++++--+-+--+--+-+-+-+-+-+
  | 2017-04-12 09:12:10 | 2017-04-12 09:14:33 | NULL   |  9 | controller | 
nova-compute | compute |   13 |0 |   0 | NULL| 
2017-04-12 09:14:33 |   0 |  17 |
  
+-+-++++--+-+--+--+-+-+-+-+-+
  [root@controller tools]# openstack compute service list --long

  [root@controller tools]# 
  [root@controller tools]# openstack hypervisor list --long

  [root@controller tools]#

  Logs from kolla deploy gates
  http://logs.openstack.org/08/456108/1/check/gate-kolla-dsvm-deploy-
  centos-source-centos-7-nv/9cf1e73/

  Environment:
  - source code
  - OS: centos/ubuntu/oraclelinux
  - Deployment type: kolla-ansible

  Please let me know if more info is needed or if there is a workaround.
  Regards

To manage notifications about this bug go to:
https://bugs.launchpad.net/kolla-ansible/+bug/1682060/+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 1682610] Re: Call 1-800-213-2171 Toll Free MS-Outlook 365 Admin - Help Desk Number‎

2017-04-14 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

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

Title:
  Call 1-800-213-2171 Toll Free MS-Outlook 365 Admin - Help Desk Number‎

Status in NULL Project:
  Invalid

Bug description:
  outook help desk number

  outlook 365 customer service help desk number

  outlook 365 customer support helpline number

  outlook 365 customer support number

  outlook 365 help desk phone number

  outlook 365 help desk number

  outlook 365 customer care number

  outlook 365 helpline number

  outlook 365 tech support number

  outlook 365 technical support number

  outlook 365 support toll free number

  outlook 365 help desk toll free number

  outook technical support phone number

   1-800-497-5989

   1-800-497-5989

  outook customer support number 1-800-497-5989

  microsoft outook help desk phone number

  microsoft outook customer service telephone number

  microsoft outook 2007 help desk

  microsoft outook customer service phone number

  microsoft outook technical support phone number

  microsoft outlook 365 helpline number 1-800-497-5989

  microsoft outlook 365 support phone number

  microsoft outook technical support phone number

  microsoft outook toll free number 1-800-497-5989

  microsoft outook helpline number

  microsoft outook support telephone number

  microsoft outook help and support

   1-800-497-5989

  microsoft helpline phone number

  microsoft outook technical support phone number

  microsoft outook outlook support phone number

  microsoft outook tech support phone number

  microsoft outook tech support phone numbers

  microsoft outook tech support number

  outlook 365 support phone number

  outlook 365 technical support phone number

  microsoft outlook 365 support phone number

  outlook 365 technical support phone number us

  microsoft outlook 365 customer support phone number

  microsoft outlook 365 technical support phone number

  outlook 365 customer support phone number

   1-800-497-5989

   1-800-497-5989

  outlook 365 phone support

  outlook 365 support phone number usa

  outlook 365 support phone number us

  microsoft outlook 365 phone number

  microsoft support phone number outlook 365

  microsoft outlook 365 help phone number

  outlook 365 help phone number

  outlook 365 business support phone number

  microsoft outlook 365 customer service phone number

  outlook 365 customer service phone number

  phone number for microsoft outlook 365

  phone number for outlook 365

  outlook 365 customer service phone

   1-800-497-5989

   1-800-497-5989

  microsoft outlook 365 phone support

  microsoft outook outlook support

  outlook 365 outlook support

  microsoft outook support phone number

  microsoft outook phone number

  microsoft outook support number

  outook support phone number

  phone number for microsoft office

  phone number for microsoft outook support

  microsoft outook phone number support

  phone number microsoft office

   1-800-497-5989

  microsoft outook phone support number

  microsoft outook 1800 number

  microsoft outook number support

  phone number microsoft outook support

  microsoft outook customer service phone number

  microsoft outook customer service

  microsoft outook customer service number

  microsoft outook phone number customer service

  microsoft outook customer service phone

  microsoft outook help phone number

  microsoft outook help number

   1-800-497-5989

  microsoft outook support phone number usa

  microsoft outook customer service phone number usa

  microsoft outook contact number usa

  microsoft outook customer service number usa

  microsoft outook contact number

  microsoft outook contact

  microsoft outook contact phone number

  contact microsoft office

  contact microsoft outook support

  microsoft outlook office

  microsoft outook with outlook

   1-800-497-5989

   1-800-497-5989

  ms outook support phone number

  microsoft outook customer support phone number

  microsoft outook customer support

  outlook 365 customer service

  microsoft outook customer support phone

  microsoft outook customer support number

  outlook 365 customer service number

  microsoft outlook 365 support

  microsoft outlook 365 support number

  microsoft outlook 365 technical support

  microsoft outlook 365 for business

   1-800-497-5989

  microsoft outlook 365 customer support

  microsoft outlook 365 help number

  microsoft support outlook 365

  microsoft outook tech support

  microsoft outook technical support

  outlook 365 technical support

  microsoft outook technical support telephone number

  microsoft outook technical support number

  outlook 365 tech support phone number

  microsoft outlook 365 tech support phone number

  outlook 365 tech support phon

[Yahoo-eng-team] [Bug 1682618] Re: Official 1-800-213-2171 Pogo Games Customer Support U.S Contact Number

2017-04-14 Thread William Grant
** Project changed: nova => null-and-void

** Information type changed from Public to Private

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

Title:
  Official 1-800-213-2171 Pogo Games Customer Support U.S Contact Number

Status in NULL Project:
  Invalid

Bug description:
  pogo games technical support
  pogo games technical support number
  pogo games technical support phone
  pogo games technical support phone number
  pogo games technical support telephone
  pogo games technical support telephone number
  pogo games technical support contact
  pogo games technical support contact number
  pogo games technical support calls
  pogo games technical support help
  pogo games technical support help number
  pogo games technical support helpline
  pogo games technical support helpline number
  pogo games technical support help desk
  pogo games technical support help desk number
  pogo games technical support toll free
  pogo games technical support toll free number
  pogo games technical support toll free phone number
  pogo games technical support toll free telephone number
  pogo games tech support
  pogo games tech support number
  pogo games tech support phone
  pogo games tech support phone number
  pogo games tech support telephone
  pogo games tech support telephone number
  pogo games tech support contact
  pogo games tech support contact number
  pogo games tech support calls
  pogo games tech support help
  pogo games tech support help number
  pogo games tech support helpline
  pogo games tech support helpline number
  pogo games tech support help desk
  pogo games tech support help desk number
  pogo games tech support toll free
  pogo games tech support toll free number
  pogo games tech support toll free phone number
  pogo games tech support toll free telephone number
  pogo games customer support
  pogo games customer support number
  pogo games customer support phone
  pogo games customer support phone number
  pogo games customer support telephone
  pogo games customer support telephone number
  pogo games customer support contact
  pogo games customer support contact number
  pogo games customer support calls
  pogo games customer support help
  pogo games customer support help number
  pogo games customer support helpline
  pogo games customer support helpline number
  pogo games customer support help desk
  pogo games customer support help desk number
  pogo games customer support toll free
  pogo games customer support toll free number
  pogo games customer support toll free phone number
  pogo games customer support toll free telephone number
  pogo games customer service
  pogo games customer service number
  pogo games customer service phone
  pogo games customer service phone number
  pogo games customer service telephone
  pogo games customer service telephone number
  pogo games customer service contact
  pogo games customer service contact number
  pogo games customer service calls
  pogo games customer service help
  pogo games customer service help number
  pogo games customer service helpline
  pogo games customer service helpline number
  pogo games customer service help desk
  pogo games customer service help desk number
  pogo games customer service toll free
  pogo games customer service toll free number
  pogo games customer service toll free phone number
  pogo games customer service toll free telephone number
  pogo games customer care
  pogo games customer care number
  pogo games customer care phone
  pogo games customer care phone number
  pogo games customer care telephone
  pogo games customer care telephone number
  pogo games customer care contact
  pogo games customer care contact number
  pogo games customer care calls
  pogo games customer care help
  pogo games customer care help number
  pogo games customer care helpline
  pogo games customer care helpline number
  pogo games customer care help desk
  pogo games customer care help desk number
  pogo games customer care toll free
  pogo games customer care toll free number
  pogo games customer care toll free phone number
  pogo games customer care toll free telephone number
  pogo games technical issues
  pogo games technical issues number
  pogo games technical issues phone
  pogo games technical issues phone number
  pogo games technical issues telephone
  pogo games technical issues telephone number
  pogo games technical issues contact
  pogo games technical issues contact number
  pogo games technical issues calls
  pogo games technical issues help
  pogo games technical issues help number
  pogo games technical issues helpline
  pogo games technical issues helpline number
  pogo games technical issues help desk
  pogo games technical issues help desk number
  pogo games technical issues toll free
  pogo games technical issues toll free number
  pogo games technical is

[Yahoo-eng-team] [Bug 1682001] Re: [promotion] nova hypervisors/detail fails when host is not mapped to any cell

2017-04-14 Thread Matt Riedemann
** Changed in: nova
   Status: New => Fix Released

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

** Changed in: nova
 Assignee: (unassigned) => Dan Smith (danms)

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

Title:
  [promotion] nova hypervisors/detail fails when host is not mapped to
  any cell

Status in OpenStack Compute (nova):
  Fix Released
Status in tripleo:
  Fix Released

Bug description:
  OVB jobs fail to run with latest nova, see the trace:
  
http://logs.openstack.org/15/359215/85/check-tripleo/gate-tripleo-ci-centos-7-ovb-ha/0040e01/logs/undercloud/var/log/nova/nova-api.txt.gz#_2017-04-12_04_03_47_785

  I'm probably wrong but it looks related to
  https://review.openstack.org/#/c/442162/.

  It prevents tripleo ci to promote.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1682001/+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 1682539] Re: USA MS Office 365 (18006264703) USA MS Office 365 Support HELPLINE Number USA

2017-04-14 Thread Matt Riedemann
** 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/1682539

Title:
  USA MS Office 365 (18006264703)  USA MS Office 365 Support HELPLINE
  Number USA

Status in OpenStack Compute (nova):
  Invalid

Bug description:
   USA MS Office 365 (18006264703)  USA MS Office 365 Support HELPLINE
  Number USA

  Office installation 18006264703 Microsoft Office Support phone Number
  Office installation18006264703 Microsoft Office Support phone Number
  Office installation18006264703 Microsoft Office Support phone Number
  $18006264703 Microsoft Office tech Support phone Number $ Microsoft
  Office Support Number $-18006264703 Microsoft Office 365 Customer
  Support Phone Number $Microsoft Tech Support Number³$-18006264703
  Microsoft Office Customer Support Phone Number $Microsoft Number³
  Microsoft Office Customer Support Phone Number Microsoft Phone Number
  Microsoft Office Customer Support Phone Number microsoft office 365
  technical support phone number 18006264703 microsoft office 365 tech
  support phone number 18006264703 microsoft office 365 customer support
  phone number 18006264703 microsoft windows technical support phone
  number 18006264703 microsoft office technical support phone number
  18006264703 microsoft office 365 customer support phone number
  18006264703 microsoft office 365 customer service phone number
  18006264703 microsoft office 365 customer support phone number
  18006264703 microsoft office 365 help phone number 18006264703
  microsoft office 365 tech support phone number 18006264703 microsoft
  office 365 technical support phone number 18006264703 microsoft office
  365 help phone number 18006264703 microsoft office 365 customer
  service phone number 18006264703 microsoft office technical support
  phone number 18006264703 microsoft windows technical support phone
  number 18006264703 microsoft technical support phone number
  18006264703 microsoft technical support phone number windows 8
  18006264703 microsoft technical support phone number windows 7
  18006264703 microsoft office technical support phone number
  18006264703 microsoft office 365 tech support phone number 18006264703
  microsoft office 365 customer service phone number 18006264703
  microsoft office 365 help phone number 18006264703 microsoft windows 7
  support phone number 18006264703 windows xp technical support phone
  number 18006264703 windows vista technical support phone number
  18006264703 microsoft office 365 tech support phone number 18006264703
  microsoft office 365 technical support phone number 18006264703
  microsoft office 365 customer support phone number 18006264703
  microsoft office tech support phone number 18006264703 microsoft
  windows technical support phone number 18006264703 office 365 email
  support phone number 18006264703 office 365 help desk phone number
  18006264703 office 365 email support phone number 18006264703 office
  365 technical support phone number 18006264703 microsoft office 365
  customer support phone number 18006264703 microsoft office 365
  customer service phone number 18006264703 microsoft office 365 tech
  support phone number 18006264703 office 365 customer care number
  18006264703 office 365 customer care phone number 18006264703 office
  365 customer service phone number 18006264703 office 365 customer
  service toll free number 18006264703 office 365 customer help desk
  phone number 18006264703 office 365 customer service phone number
  18006264703 office 365 customer service phone number 18006264703
  microsoft office 365 customer service phone number 18006264703 office
  technical support phone number 18006264703 office customer support
  number 18006264703 microsoft office help desk phone number 18006264703
  microsoft office customer service telephone number 18006264703
  microsoft office 2007 help desk 18006264703 microsoft office customer
  service phone number 18006264703 microsoft office technical support
  phone number 18006264703 microsoft office 365 helpline number
  18006264703 microsoft office 365 support phone number 18006264703
  microsoft office technical support phone number 18006264703 microsoft
  office toll free number 18006264703 microsoft office helpline number
  18006264703 microsoft office support telephone number 18006264703
  microsoft office help and support 18006264703 microsoft helpline phone
  number 18006264703 Microsoft phone number Microsoft support number,
  Microsoft support phone number, Microsoft tech support phone number
  Microsoft tech support phone number, Microsoft tech support number,
  Microsoft tech support phone number, Microsoft technical support phone
  number, Microsoft customer service phone number Microsoft technical
  support phone number, Microsoft customer support number, Office 365
  password reset, Microsoft office phone number,

[Yahoo-eng-team] [Bug 1682504] Re: Ⓞ Ⓕ Ⓕ Ⓘ Ⓒ Ⓔ 365 Support 18OO-253-0759 ʍicrosoft Office Customer Service

2017-04-14 Thread Matt Riedemann
** 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/1682504

Title:
  Ⓞ Ⓕ Ⓕ Ⓘ Ⓒ Ⓔ 365 Support 18OO-253-0759 ʍicrosoft Office Customer
  Service

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  Ⓞ Ⓕ Ⓕ Ⓘ Ⓒ Ⓔ 365 Support 18OO-253-0759 ʍicrosoft Office Customer Service
  Ⓞ Ⓕ Ⓕ Ⓘ Ⓒ Ⓔ 365 Support +18OO-253-0759 |ʍicrosoft Office Customer Service 
Office 365 Support +18OO-253-0759 |ʍicrosoft Office Customer Service Office 365 
Support +18OO-253-0759 |ʍicrosoft Office Customer Service Office 365 Support 
+18OO-253-0759 |ʍicrosoft Office Customer Service office help desk number
  office 365 customer service help desk number
  office 365 customer support helpline number
  office 365 customer support number
  office 365 help desk phone number
  office 365 help desk number
  office 365 customer care number
  office 365 helpline number
  office 365 tech support number
  office 365 technical support number
  office 365 support toll free number
  office 365 help desk toll free number
  office technical support phone number
   18OO-253-0759
   18OO-253-0759
  office customer support number 18OO-253-0759
  ʍicrosoft office help desk phone number
  ʍicrosoft office customer service telephone number
  ʍicrosoft office 2007 help desk
  ʍicrosoft office customer service phone number
  ʍicrosoft office technical support phone number
  ʍicrosoft office 365 helpline number 18OO-253-0759
  ʍicrosoft office 365 support phone number
  ʍicrosoft office technical support phone number
  ʍicrosoft office toll free number 18OO-253-0759
  ʍicrosoft office helpline number
  ʍicrosoft office support telephone number
  ʍicrosoft office help and support
   18OO-253-0759
  ʍicrosoft helpline phone number
  ʍicrosoft office technical support phone number
  ʍicrosoft office outlook support phone number
  ʍicrosoft office tech support phone number
  ʍicrosoft office tech support phone numbers
  ʍicrosoft office tech support number
  office 365 support phone number
  office 365 technical support phone number
  ʍicrosoft office 365 support phone number
  office 365 technical support phone number us
  ʍicrosoft office 365 customer support phone number
  ʍicrosoft office 365 technical support phone number
  office 365 customer support phone number
   18OO-253-0759
   18OO-253-0759
  office 365 phone support
  office 365 support phone number usa
  office 365 support phone number us
  ʍicrosoft office 365 phone number
  ʍicrosoft support phone number office 365
  ʍicrosoft office 365 help phone number
  office 365 help phone number
  office 365 business support phone number
  ʍicrosoft office 365 customer service phone number
  office 365 customer service phone number
  phone number for ʍicrosoft office 365
  phone number for office 365
  office 365 customer service phone
   18OO-253-0759
   18OO-253-0759
  ʍicrosoft office 365 phone support
  ʍicrosoft office outlook support
  office 365 outlook support
  ʍicrosoft office support phone number
  ʍicrosoft office phone number
  ʍicrosoft office support number
  office support phone number
  phone number for ʍicrosoft office
  phone number for ʍicrosoft office support
  ʍicrosoft office phone number support
  phone number ʍicrosoft office
   18OO-253-0759
  ʍicrosoft office phone support number
  ʍicrosoft office 1888 number
  ʍicrosoft office number support
  phone number ʍicrosoft office support
  ʍicrosoft office customer service phone number
  ʍicrosoft office customer service
  ʍicrosoft office customer service number
  ʍicrosoft office phone number customer service
  ʍicrosoft office customer service phone
  ʍicrosoft office help phone number
  ʍicrosoft office help number
   18OO-253-0759
  ʍicrosoft office support phone number usa
  ʍicrosoft office customer service phone number usa
  ʍicrosoft office contact number usa
  ʍicrosoft office customer service number usa
  ʍicrosoft office contact number
  ʍicrosoft office contact
  ʍicrosoft office contact phone number
  contact ʍicrosoft office
  contact ʍicrosoft office support
  ʍicrosoft outlook office
  ʍicrosoft office with outlook
   18OO-253-0759
   18OO-253-0759
  ms office support phone number
  ʍicrosoft office customer support phone number
  ʍicrosoft office customer support
  office 365 customer service
  ʍicrosoft office customer support phone
  ʍicrosoft office customer support number
  office 365 customer service number
  ʍicrosoft office 365 support
  ʍicrosoft office 365 support number
  ʍicrosoft office 365 technical support
  ʍicrosoft office 365 for business
   18OO-253-0759
  ʍicrosoft office 365 customer support
  ʍicrosoft office 365 help number
  ʍicrosoft support office 365
  ʍicrosoft office tech support
  ʍicrosoft office technical support
  office 365 technical support
  ʍicrosoft office technical support telephone number
  ʍicrosoft of

[Yahoo-eng-team] [Bug 1682525] Re: #@++=ʍicrosoft office Phone Number 18OO-626-4703 office Support Technical Toll free Number

2017-04-14 Thread Matt Riedemann
** 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/1682525

Title:
  #@++=ʍicrosoft office Phone Number 18OO-626-4703 office Support
  Technical Toll free Number

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  #@++=ʍicrosoft office Phone Number 18OO-626-4703 office Support Technical 
Toll free Number
  We Promise to provide you support for Microsoft Mail anytime you want. 
Microsoft Mail contact number is provided below: • Our services as Microsoft 
Mail Help include: • Windows Installation and update issues • Resolving 
Microsoft Mail Errors and crashes • Resolving issues with web page display • 
Dealing with software complexities and compatibility issues • Giving more 
information about the product • Resolving Android based issues • Helping to 
uninstall Microsoft Mail • General Troubleshooting : up of recurring Microsoft 
Mail problems #@++=ʍicrosoft office Phone Number 18OO-626-4703 office Support 
Technical Toll free Number
  #@++=ʍicrosoft office PHONE NUMBER 18OO-626-4703 office SUPPORT TECHNICAL 
TOLL FREE NUMBER
  @++=microsoft#@++=ʍicrosoft office Phone Number 18OO-626-4703 office Support 
Technical Toll free Numberr laptop Phone Numb#@++=ʍicrosoft office Phone Number 
18OO-626-4703 office Support Technical Toll free Numberer 18OO-626-4703 
Ac#@++=ʍicrosoft office Phone Number 18OO-626-4703 office Support Technical 
Toll free Numberer Support Technical T#@++=ʍicrosoft office Phone Number 
18OO-626-4703 office Support Technical Toll free Numberoll free 
Num#@++=ʍicrosoft office Phone Number 18OO-626-4703 office Support Technical 
Toll free Numberber#@+#@++=ʍicrosoft office Phone Number 18OO-626-4703 office 
Support Technical Toll free Number+=ʍicrosoft office Phone Number 18OO-626-4703 
office Support Technical Toll free Number#@++=ʍicrosoft office Phone Number 
18OO-626-4703 office Support Technical Toll free Number

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1682525/+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 1682060] Re: empty nova service and hypervisor list

2017-04-14 Thread Matt Riedemann
Do you have the compute_nodes (hosts) mapped to a cell? Have you run the
nova-manage cell_v2 discover_hosts command? Could be related to bug
1682001.

** No longer affects: python-novaclient

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

Title:
  empty nova service and hypervisor list

Status in kolla-ansible:
  New
Status in OpenStack Compute (nova):
  New

Bug description:
  In current master, openstack compute service list and openstack hypervisor 
list (same issue with nova cli) result in an empty list.
  If I check the database, services are registered in the database.

  [root@controller tools]# docker exec -ti kolla_toolbox mysql -unova 
-pYVDa3l8vA57Smnbu9Q5qdgSKJckNxP3Q3rYvVxsD  -h 192.168.100.10 nova -e "SELECT * 
from services WHERE topic = 'compute'";
  
+-+-++++--+-+--+--+-+-+-+-+-+
  | created_at  | updated_at  | deleted_at | id | host   | 
binary   | topic   | report_count | disabled | deleted | disabled_reason | 
last_seen_up| forced_down | version |
  
+-+-++++--+-+--+--+-+-+-+-+-+
  | 2017-04-12 09:12:10 | 2017-04-12 09:14:33 | NULL   |  9 | controller | 
nova-compute | compute |   13 |0 |   0 | NULL| 
2017-04-12 09:14:33 |   0 |  17 |
  
+-+-++++--+-+--+--+-+-+-+-+-+
  [root@controller tools]# openstack compute service list --long

  [root@controller tools]# 
  [root@controller tools]# openstack hypervisor list --long

  [root@controller tools]#

  Logs from kolla deploy gates
  http://logs.openstack.org/08/456108/1/check/gate-kolla-dsvm-deploy-
  centos-source-centos-7-nv/9cf1e73/

  Environment:
  - source code
  - OS: centos/ubuntu/oraclelinux
  - Deployment type: kolla-ansible

  Please let me know if more info is needed or if there is a workaround.
  Regards

To manage notifications about this bug go to:
https://bugs.launchpad.net/kolla-ansible/+bug/1682060/+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 1682515] Re: 18OO*2539*0759 Office 365 toll free Number - Office 365 Support

2017-04-14 Thread Matt Riedemann
** 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/1682515

Title:
  18OO*2539*0759 Office 365 toll free Number - Office 365 Support

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  1(8OO)*253*0759 microsoft  customer service support number,canada
  18OO*2539*0759 Office 365 toll free Number - Office 365 Support
  +1(8OO)*253*0759 microsoft  customer service microsoft  printer support 
microsoft  customer care microsoft  tech support microsoft  service center 
microsoft  call center microsoft  helpline microsoft  customer care number 
microsoft  service microsoft  customer support microsoft  customer service 
number microsoft  contact number microsoft  toll free number microsoft  
customer care no microsoft  appliance customer service microsoft  support 
number microsoft  help microsoft  support chat microsoft  help desk microsoft  
helpline number microsoft  service center toll free number microsoft  printer 
service +1(8OO)*253*0759 microsoft  customer service microsoft  printer support 
microsoft  customer care microsoft  tech support microsoft  service center 
microsoft  call center microsoft  helpline microsoft  customer care number 
microsoft  service microsoft  customer support microsoft  customer service 
number microsoft  contact number microsoft  toll free number microsoft  
customer care no mi
 crosoft  appliance customer service microsoft  support number microsoft  help 
microsoft  support chat microsoft  help desk microsoft  helpline number 
microsoft  service center toll free number microsoft  printer service 
+1(8OO)*253*0759 microsoft  customer service microsoft  printer support 
microsoft  customer care microsoft  tech support microsoft  service center 
microsoft  call center microsoft  helpline microsoft  customer care number 
microsoft  service microsoft  customer support microsoft  customer service 
number microsoft  contact number microsoft  toll free number microsoft  
customer care no microsoft  appliance customer service microsoft  support 
number microsoft  help microsoft  support chat microsoft  help desk microsoft  
helpline number microsoft  service center toll free number microsoft  printer 
service +1(8OO)*253*0759 microsoft  customer service microsoft  printer support 
microsoft  customer care microsoft  tech support microsoft  service center 
microsoft  call center
  microsoft  helpline microsoft  customer care number microsoft  service 
microsoft  customer support microsoft  customer service number microsoft  
contact number microsoft  toll free number microsoft  customer care no 
microsoft  appliance customer service microsoft  support number microsoft  help 
microsoft  support chat microsoft  help desk microsoft  helpline number 
microsoft  service center toll free number microsoft  printer service 
+1(8OO)*253*0759 microsoft  customer service microsoft  printer support 
microsoft  customer care microsoft  tech support microsoft  service center 
microsoft  call center microsoft  helpline microsoft  customer care number 
microsoft  service microsoft  customer support microsoft  customer service 
number microsoft  contact number microsoft  toll free number microsoft  
customer care no microsoft  appliance customer service microsoft  support 
number microsoft  help microsoft  support chat microsoft  help desk microsoft  
helpline number microsoft  service c
 enter toll free number microsoft  printer service +1(8OO)*253*0759 microsoft  
customer service microsoft  printer support microsoft  customer care microsoft  
tech support microsoft  service center microsoft  call center microsoft  
helpline microsoft  customer care number microsoft  service microsoft  customer 
support microsoft  customer service number microsoft  contact number microsoft  
toll free number microsoft  customer care no microsoft  appliance customer 
service microsoft  support number microsoft  help microsoft  support chat 
microsoft  help desk microsoft  helpline number microsoft  service center toll 
free number microsoft  printer service +1(8OO)*253*0759 microsoft  customer 
service microsoft  printer support microsoft  customer care microsoft  tech 
support microsoft  service center microsoft  call center microsoft  helpline 
microsoft  customer care number microsoft  service microsoft  customer support 
microsoft  customer service number microsoft  contact number microsoft
   toll free number microsoft  customer care no microsoft  appliance customer 
service microsoft  support number microsoft  help microsoft  support chat 
microsoft  help desk microsoft  helpline number microsoft  service center toll 
free number microsoft  printer service +1(8OO)*253*0759 microsoft  customer 
service microsoft  printer support microsoft  customer care microsoft  tech 
support microsoft  service center microsoft  call center mi

[Yahoo-eng-team] [Bug 1682522] Re: office 365 tech Support~1~8OO~626~4703 office 365 Support phone number

2017-04-14 Thread Matt Riedemann
** 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/1682522

Title:
  office 365 tech Support~1~8OO~626~4703 office 365 Support phone number

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  office 365 tech Support~1~8OO~626~4703 office 365 Support phone number office 
365 phone number++
  office 365 tech Support~1~8OO~626~4703 office 365 Support phone number office 
365 phone number++ !!!USA**CANADA+((1+8OO+626+4703)) office 365 Support 
phone number office 365 phone number++ Asked by dfgdgdfgdf 54 seconds ago 
@@!USA**CANADA+I8OO-626-4703 office 365 Support phone number office 365 
phone number Dec 26, 20160 views0 Likes0 CommentsShare on LinkedInShare on 
office 365Share on Twitter !USA**CANADA+I8OO-626-4703 office 365 Support 
phone number office 365 phone number
  Oct 21, 20161 view0 Likes0 CommentsShare on LinkedInShare on office 365Share 
on Twitter
  Hlp desk @@((1-8OO-626-4703)) office 365 phone number office 365 tech support 
phone number
  ConTAct@%1-8OO-626-4703@% office 365 phone number office 365 tech support 
phone number
  all office 365 ® +1 (8OO)-(626-4703) Customer Service Phone Number
  Bester SupporT@!!((1-8OO-626-4703++@@office 365 phone number, office 365 
support phone number
  office 365 phone support number
  office 365 support contact number
  office 365 support email address
  office 365 support phone number
  office 365 support telephone number
  office 365 tech support number
  office 365 tech support phone number
  office 365 tech support phone number free
  office 365 technical support phone number
  office 365 technologies phone number
  office 365 telephone support number
  office 365 support telephone number usa
  office 365 customer service number
  office 365 plus tech support
  office 365 technical support phone number
  office 365 technical support number
  office 365 technical support help desk phone number
  office 365 technical support number toll free number
  office 365 technical support phone number
  office 365 customer support phone number
  office 365 customer service phone number
  office 365 customer support phone number
  office 365 customer service phone number
  phone number for office 365 customer service
  contact office 365 customer service phone number
  office 365 customer service phone number
  phone number for office 365 customer service
  office 365 security support phone number
  office 365 internet security support phone number
  phone number for office 365 security
  office 365 internet security phone number in usa
  office 365 contact phone number in usa
  office 365 security contact phone number
  office 365 help desk phone number in usa
  office 365 tech support phone number free in usa
  office 365 support phone number
  office 365 phone number support for technical issue in usa
  phone number for office 365 technical support
  office 365 customer service telephone number
  office 365 toll free customer care number
  office 365 technical support number
  office 365 tech support phone number
  office 365 support phone number
  office 365 customer support phone number
  office 365 technical support phone number
  office 365 technical support phone number usa
  phone number for office 365 technical support
  office 365 customer service phone number usa
  office 365 customer service number
  office 365 technical support number usa
  office 365 customer support number
  office 365 tech support number
  phone number for office 365 support
  office 365 support phone number usa
  office 365 phone number customer service
  office 365 phone number tech support
  office 365 contact phone number usa
  office 365 contact phone number
  what is the phone number for office 365 customer service
  office 365 gold support phone number
  office 365 phone number support
  office 365 security phone number
  office 365 customer service number usa
  office 365 contact number usa
  office 365 usa phone number
  office 365 support number usa
  office 365 tech support number usa
  FrEE Calling call@@++((18OO-626 4703==++office 365 tech support phone number, 
office 365 techncial support phone number
  DADU's call&&=18OO 626 4703@@ office 365 customer service phone number, 
office 365 customer support phone number
  GAliB Wha! @@18OO/626/4703*///office 365 phone number
  office 365 toll free number
  Freekly Call AT 18OO 626 4703 office 365 tech support phone number
  ContAct@%I-8OO-626-4703@% office 365 tech support number office 365 tech 
support phone number office 365 customer care number.
  Contact@%1-8OO-626-4703@% office 365 tech support number office 365 tech 
support phone number office 365 customer service phone number.
  office 365 customer service number
  office 365 customer service phone number
  office 365 technical support number
  Contactoffice 365

[Yahoo-eng-team] [Bug 1682508] Re: Microsoft office toll free ~!~18002530759~!~ Microsoft Support Number

2017-04-14 Thread Matt Riedemann
** 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/1682508

Title:
  Microsoft office toll free ~!~18002530759~!~ Microsoft Support Number

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  Microsoft office toll free ~!~18002530759~!~ Microsoft Support Number 
Helpline Number
  INSATANT Support # @1'800-253-0759 Microsoft customer service Number
  INSATANT Support # @1'800-253-0759 Microsoft customer service Number INSATANT 
Support # @1'800-253-0759 Microsoft Office Phone Number INSATANT Support 
@1'800-253-0759 Microsoft Office Phone Number microsoft 18002530759 
office/Windows technical Support Microsoft tech support number?1800 253 0759? 
Microsoft customer service phone n... Official@MS Office +1-800-253-0759 
Microsoft Support Phone Number Toll Free | MS Office Customer Service Helpline 
Number Microsoft Office Help 1'8002530759 Desk Phone Number MS office 365 
@1:8002530759 phone number | Microsoft Support Number | Microsoft Customer 
Service! official+1'-800-253-0759 microsoft office login ,microsoft customer 
service xbox number@ @microsoft office/office technical Support!~ 
~**1,(800-253-0759)** office tech support phone number Service & Support!! 
@1'8002530759 Microsoft Office Customer Service Phone Number To Setup office 
18002530759 customer service phone number +1'(8002530759) MS Office Technical 
Support Phone Number To Setup Helpline Chat Support Support MICROSOFT OFFICE 
Toll Free 18002530759 Number Official@MS Office +1-800-253-0759 Microsoft 
Support Phone Number Toll Free | MS Office Customer Service Helpline Number 
microsoft office phone number microsoft office support phone number Microsoft 
Office 365 ++1800-253-0759 ++ Support Phone Number HTML !Microsoft™ Office 365 
++{1800-253-0759}++ Support Phone Number Microsoft Office 365 
@1800-253-0759@ Support Phone Number 0759 MS Office Technical Support 
Phone Number Call now @(1800-253-0759)@ Microsoft Office 365 Customer Support 
Phone Number : 1 800-253-0759 Microsoft Office 365 Customer Support Phone 
Number Microsoft office Customer Service Phone Number, Microsoft office 
Customer Service Phone Number microsoft office customer service phone number 
microsoft office technical support phone number microsoft office tech support 
phone number microsoft office technical support phone number microsoft windows 
technical support phone number windows vista technical support phone number 
microsoft office tech support phone number microsoft support number microsoft 
phone number microsoft contact number microsoft number microsoft tech support 
phone number microsoft help number microsoft customer service number microsoft 
office support number microsoft tech support number microsoft customer support 
number microsoft technical support phone number microsoft customer support 
phone number microsoft support phone number microsoft office support phone 
number phone number for microsoft microsoft office help number microsoft 
telephone number microsoft office contact number windows support number 
microsoft office support number windows support phone number microsoft customer 
service phone number windows tech support number phone number for microsoft 
support office support phone number office 365 support number microsoft office 
customer service phone number microsoft contact phone number windows technical 
support phone number microsoft office customer service number phone number for 
microsoft office microsoft 1800 number microsoft office help phone number 
contact number for microsoft microsoft windows support number contact microsoft 
phone number office tech support number microsoft support telephone number 
microsoft support contact number microsoft office contact number microsoft 
office support phone number microsoft helpline number microsoft windows support 
phone number windows 8 support phone number microsoft office 2013 support phone 
number microsoft help desk phone number office customer service number 
microsoft phone number customer service microsoft office help number office com 
support phone number microsoft office 365 support number phone number for 
microsoft office support windows help phone number office customer service 
phone number telephone number for microsoft support windows live support number 
microsoft contact numbers microsoft office tech support number microsoft office 
contact phone number microsoft email support phone number microsoft service 
number number for microsoft windows customer support number
  office help phone number microsoft windows 7 support phone number microsoft 
office telephone number microsoft office customer support phone number office 
365 support phone number microsoft windows customer service phone number 
telephone number for microsoft microsoft email support number microsoft office 
cust

[Yahoo-eng-team] [Bug 1682526] Re: CA..USA @1800~626~4703@ microsoft office technical support phone number

2017-04-14 Thread Matt Riedemann
** 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/1682526

Title:
  CA..USA @1800~626~4703@ microsoft office technical support phone
  number

Status in OpenStack Compute (nova):
  Invalid

Bug description:
   CA..USA @1800~626~4703@ microsoft office technical support phone number
   CA..USA @1800~626~4703@ microsoft office technical support phone number  
CA..USA @1800~626~4703@ microsoft office technical support phone number  
CA..USA @1800~626~4703@ microsoft office technical support phone number  
CA..USA @1800~626~4703@ microsoft office technical support phone number  
CA..USA @1800~626~4703@ microsoft office technical support phone number  
CA..USA @1800~626~4703@ microsoft office technical support phone number  
CA..USA @1800~626~4703@ microsoft office technical support phone number  
CA..USA @1800~626~4703@ microsoft office technical support phone number  
CA..USA @1800~626~4703@ microsoft office technical support phone number  
CA..USA @1800~626~4703@ microsoft office technical support phone number
CA..USA @18006264703@ microsoft office technical support phone number
   CA..USA @18006264703@ microsoft office technical support phone number
   CA..USA @18006264703@ microsoft office technical support phone number
  !microsoft office™   Free ++{1800-626-4703}++ Support Phone Number
  !microsoft office™   Free ++{1800-626-4703}++ Support Phone Number
  microsoft office support phone number
  microsoft office tech support phone number,
  microsoft office customer support phone number,
  microsoft office   tech support phone number,
  microsoft office helpline number,
  microsoft office helpdesk phone number,
  microsoft office toll free number,
  microsoft office   customer service phone number
  microsoft office   technical support number
  microsoft office   technical support phone number
  microsoft office   tech support number
  microsoft office   customer support
  microsoft office   customer service phone number
  microsoft office technical support reviews
  telephone microsoft office  
  microsoft office tech support phone number
  microsoft office   tech support phone number
  microsoft office customer service support
  microsoft office customer service email address
  microsoft office customer service reviews
  contact microsoft office customer service
  microsoft office tech support number usa
  microsoft office   contact number
  microsoft office customer service phone number
  microsoft office tech support phone
  microsoft office tech support number
  microsoft office customer service telephone number
  microsoft office   customer support number
  microsoft office   customer support phone number
  microsoft office   customer service phone number
  contact microsoft office   customer service phone number
  microsoft office security support phone number
  microsoft office internet security phone number in usa
  microsoft office   contact phone number in usa
  microsoft office   tech support phone number free in usa
  microsoft office   phone number support for technical issue in usa
  phone number microsoft office contact number,
  microsoft office telephone number.
  microsoft office phone number,
  microsoft office   support phone number,
  microsoft office techncal support phone number.
  microsoft office technical support number
  microsoft office   tech support number
  microsoft office customer support number
  microsoft office   customer service phone number
  microsoft office   helpline number
  microsoft office contact number
  microsoft office   telephone number
  microsoft office customer & technical support
  microsoft office customer portal
  microsoft office customer care phone number usa
  microsoft office customer care email
  microsoft office helpline
  microsoft office tech support contact
  microsoft office customer care toll free
  microsoft office   customer service number
  microsoft office   protection
  microsoft office   customer service number
  microsoft office software customer service number microsoft office phone 
number
  microsoft office technical support phone number
  microsoft office tech support phone number
  microsoft office tech support phone number
  microsoft office   customer service number
  microsoft office customer service phone number
  microsoft office   technical support number
  Contactmicrosoft office   support
  microsoft office   phone number
  microsoft office   online support
  microsoft office customer service number
  microsoft office tech support center
  microsoft office customer service
  microsoft office customer care number usa
  microsoft office customer number
  microsoft office customer support number
  microsoft office customer care number
  microsoft office customer care toll free number
  microsoft office tech support
  microsoft office technical suppo

[Yahoo-eng-team] [Bug 1682543] Re: Microsoft 365 Phone Number 18oo-626-4703 - Microsoft 365 Support Number - Microsoft 365 Customer Service

2017-04-14 Thread Matt Riedemann
** 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/1682543

Title:
  Microsoft 365 Phone Number 18oo-626-4703 - Microsoft 365 Support
  Number - Microsoft 365 Customer Service

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  USA Microsoft Office 1800/626/4703 Microsoft office Support Phone
  Number

  Office installation 18006264703 Microsoft Office Support phone Number
  Office installation18006264703 Microsoft Office Support phone Number
  Office installation18006264703 Microsoft Office Support phone Number
  $18006264703 Microsoft Office tech Support phone Number $ Microsoft
  Office Support Number $-18006264703 Microsoft Office 365 Customer
  Support Phone Number $Microsoft Tech Support Number³$-18006264703
  Microsoft Office Customer Support Phone Number $Microsoft Number³
  Microsoft Office Customer Support Phone Number Microsoft Phone Number
  Microsoft Office Customer Support Phone Number microsoft office 365
  technical support phone number 18006264703 microsoft office 365 tech
  support phone number 18006264703 microsoft office 365 customer support
  phone number 18006264703 microsoft windows technical support phone
  number 18006264703 microsoft office technical support phone number
  18006264703 microsoft office 365 customer support phone number
  18006264703 microsoft office 365 customer service phone number
  18006264703 microsoft office 365 customer support phone number
  18006264703 microsoft office 365 help phone number 18006264703
  microsoft office 365 tech support phone number 18006264703 microsoft
  office 365 technical support phone number 18006264703 microsoft office
  365 help phone number 18006264703 microsoft office 365 customer
  service phone number 18006264703 microsoft office technical support
  phone number 18006264703 microsoft windows technical support phone
  number 18006264703 microsoft technical support phone number
  18006264703 microsoft technical support phone number windows 8
  18006264703 microsoft technical support phone number windows 7
  18006264703 microsoft office technical support phone number
  18006264703 microsoft office 365 tech support phone number 18006264703
  microsoft office 365 customer service phone number 18006264703
  microsoft office 365 help phone number 18006264703 microsoft windows 7
  support phone number 18006264703 windows xp technical support phone
  number 18006264703 windows vista technical support phone number
  18006264703 microsoft office 365 tech support phone number 18006264703
  microsoft office 365 technical support phone number 18006264703
  microsoft office 365 customer support phone number 18006264703
  microsoft office tech support phone number 18006264703 microsoft
  windows technical support phone number 18006264703 office 365 email
  support phone number 18006264703 office 365 help desk phone number
  18006264703 office 365 email support phone number 18006264703 office
  365 technical support phone number 18006264703 microsoft office 365
  customer support phone number 18006264703 microsoft office 365
  customer service phone number 18006264703 microsoft office 365 tech
  support phone number 18006264703 office 365 customer care number
  18006264703 office 365 customer care phone number 18006264703 office
  365 customer service phone number 18006264703 office 365 customer
  service toll free number 18006264703 office 365 customer help desk
  phone number 18006264703 office 365 customer service phone number
  18006264703 office 365 customer service phone number 18006264703
  microsoft office 365 customer service phone number 18006264703 office
  technical support phone number 18006264703 office customer support
  number 18006264703 microsoft office help desk phone number 18006264703
  microsoft office customer service telephone number 18006264703
  microsoft office 2007 help desk 18006264703 microsoft office customer
  service phone number 18006264703 microsoft office technical support
  phone number 18006264703 microsoft office 365 helpline number
  18006264703 microsoft office 365 support phone number 18006264703
  microsoft office technical support phone number 18006264703 microsoft
  office toll free number 18006264703 microsoft office helpline number
  18006264703 microsoft office support telephone number 18006264703
  microsoft office help and support 18006264703 microsoft helpline phone
  number 18006264703 Microsoft phone number Microsoft support number,
  Microsoft support phone number, Microsoft tech support phone number
  Microsoft tech support phone number, Microsoft tech support number,
  Microsoft tech support phone number, Microsoft technical support phone
  number, Microsoft customer service phone number Microsoft technical
  support phone number, Microsoft customer support number, Office 365
  password reset, Microsoft o

[Yahoo-eng-team] [Bug 1682546] Re: Microsoft Office 365 @@18OO~626~4703 ~!~ Office 365 Customer Support Toll free Number

2017-04-14 Thread Matt Riedemann
** 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/1682546

Title:
  Microsoft Office 365 @@18OO~626~4703 ~!~ Office 365 Customer Support
  Toll free Number

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  Microsoft Office 365 @@18OO~626~4703 ~!~ Office 365 Customer Support Toll 
free Number
  Office 365 18OO~626~4703 ~!~ Office 365 Customer Support Toll free Number
  Office 365 18OO~626~4703 ~!~ Office 365 Customer Support Toll free Number
  Office 365 18OO~626~4703 ~!~ Office 365 Customer Support Toll free Number
  Office 365 18OO~626~4703 ~!~ Office 365 Customer Support Toll free Number
  $+18OO626*4703office 365 Toll free number, office 365 customer 
service number
  OFFICE 365 HELP DESK TOLL FREE NUMBER +18OO6264703office 365 Toll 
free number, office 365 customer service number +18OO6264703office 365 
Toll free number, office 365 customer service number +18OO6264703office 
365 Toll free number, office 365 customer service number 
+18OO6264703office 365 Toll free number, office 365 customer service 
number +18OO6264703office 365 Toll free number, office 365 customer 
service number +18OO6264703office 365 Toll free number, office 365 
customer service number Office 365 Customer Service Help Desk Number Office 365 
Customer Support Toll free Number Office 365 Customer Support Number Office 365 
Help Desk Phone Number Office 365 Help Desk Number Office 365 Customer Care 
Number Office 365 Toll free Number Office 365 Tech Support Number Office 365 
Technical Support Number Office 365 Support Toll Free Number Office 365 Help 
Desk Toll Free Number Office Technical Support Phone Number Microsoft Office 
365 Support
  Phone Number +1 8OO.626.4703 Official Help Desk Toll Free Office Help Desk 
Number Office 365 Customer Service Help Desk Number Office 365 Customer Support 
Toll free Number Office 365 Customer Support Number Office 365 Help Desk Phone 
Number Office 365 Help Desk Number Office 365 Customer Care Number Office 365 
Toll free Number Office 365 Tech Support Number Office 365 Technical Support 
Number Office 365 Support Toll Free Number Office 365 Help Desk Toll Free 
Number Office Technical Support Phone Number Microsoft Office 365 Support Phone 
Number +1 8OO.626.4703 Official Help Desk Toll Free Office Help Desk Number 
Office 365 Customer Service Help Desk Number Office 365 Customer Support Toll 
free Number Office 365 Customer Support Number Office 365 Help Desk Phone 
Number Office 365 Help Desk Number Office 365 Customer Care Number Office 365 
Toll free Number Office 365 Tech Support Number Office 365 Technical Support 
Number Office 365 Support Toll Free Number Office 365 Help Desk Toll F
 ree Number Office Technical Support Phone Number Microsoft Office 365 Support 
Phone Number +1 8OO.626.4703 Official Help Desk Toll Free Office Help Desk 
Number Office 365 Customer Service Help Desk Number Office 365 Customer Support 
Toll free Number Office 365 Customer Support Number Office 365 Help Desk Phone 
Number Office 365 Help Desk Number Office 365 Customer Care Number Office 365 
Toll free Number Office 365 Tech Support Number Office 365 Technical Support 
Number Office 365 Support Toll Free Number Office 365 Help Desk Toll Free 
Number Office Technical Support Phone Number Microsoft Office 365 Support Phone 
Number +1 8OO.626.4703 Official Help Desk Toll Free Office Help Desk Number 
Office 365 Customer Service Help Desk Number Office 365 Customer Support Toll 
free Number Office 365 Customer Support Number Office 365 Help Desk Phone 
Number Office 365 Help Desk Number Office 365 Customer Care Number Office 365 
Toll free Number Office 365 Tech Support Number Office 365 Technical S
 upport Number Office 365 Support Toll Free Number Office 365 Help Desk Toll 
Free Number Office Technical Support Phone Number Microsoft Office 365 Support 
Phone Number +1 8OO.626.4703 Official Help Desk Toll Free Office Help Desk 
Number Office 365 Customer Service Help Desk Number Office 365 Customer Support 
Toll free Number Office 365 Customer Support Number Office 365 Help Desk Phone 
Number Office 365 Help Desk Number Office 365 Customer Care Number Office 365 
Toll free Number Office 365 Tech Support Number Office 365 Technical Support 
Number Office 365 Support Toll Free Number Office 365 Help Desk Toll Free 
Number Office Technical Support Phone Number Microsoft Office 365 Support Phone 
Number +1 8OO.626.4703 Official Help Desk Toll Free Office Help Desk Number 
Office 365 Customer Service Help Desk Number Office 365 Customer Support Toll 
free Number Office 365 Customer Support Number Office 365 Help Desk Phone 
Number Office 365 Help Desk Number Office 365 Customer Care Number Offi
 ce 365 Toll free Number Office 365 Tech Support Number Office 365 Technical 

[Yahoo-eng-team] [Bug 1682565] Re: Hlpdsk Support Service 1800 - 626- 4703 MICROSOFT OFFICE technical support phone number.

2017-04-14 Thread Matt Riedemann
** 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/1682565

Title:
  Hlpdsk Support Service 1800 - 626- 4703 MICROSOFT OFFICE technical
  support phone number.

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  Hlpdsk Support Service 1800 - 626- 4703 MICROSOFT OFFICE technical
  support phone number..Norton

  Hlpdsk Support Service 1800 - 626- 4703 MICROSOFT OFFICE technical
  support phone number..MICROSOFT OFFICE Hlpdsk Support Service 1800 -
  626- 4703 MICROSOFT OFFICE technical support phone number..MICROSOFT
  OFFICE Hlpdsk Support Service 1800 - 626- 4703 MICROSOFT OFFICE
  technical support phone number..MICROSOFT OFFICE Hlpdsk Support
  Service 1800 - 626- 4703 MICROSOFT OFFICE technical support phone
  number..MICROSOFT OFFICE Hlpdsk Support Service 1800 - 626- 4703
  MICROSOFT OFFICE technical support phone number..MICROSOFT OFFICE
  Hlpdsk Support Service 1800 - 626- 4703 MICROSOFT OFFICE technical
  support phone number..MICROSOFT OFFICE Hlpdsk Support Service 1800 -
  626- 4703 MICROSOFT OFFICE technical support phone number..MICROSOFT
  OFFICE 1-800-626-4703 MICROSOFT OFFICE tech support phone number
  @MICROSOFT OFFICE 365 phone number @MICROSOFT OFFICE phone number

  ++S+A 1-800-626-4703 MICROSOFT OFFICE Technical Support – MICROSOFT
  OFFICE 365 tech support Phone Number

  USA 1-800-626-4703 MICROSOFT OFFICE Technical Support – MICROSOFT
  OFFICE Phone Number

  F+urs+1-800-626-4703 MICROSOFT OFFICE 365 tech support@MICROSOFT
  OFFICE 365 phone number

  !ContAct@%1-800-626-4703 @%% MICROSOFT OFFICE 365 tech support phone
  number MICROSOFT OFFICE phone number MICROSOFT OFFICE an

  !ContAct@%1-800-626-4703 @%% MICROSOFT OFFICE 365 tech support phone
  number MICROSOFT OFFICE phone number MICROSOFT OFFICE 365 customer
  support number.

  ConTAct@%1-800-626-4703 @% MICROSOFT OFFICE 365 phone number MICROSOFT
  OFFICE 365 tech support phone number MICROSOFT OFFICE 365 customer
  support number.

  Call Norton® +1 (800)-(626-4703 ) 365 Customer Service Phone Number

  Bester SupporT@!!((1-800-626-4703 ++@@MICROSOFT OFFICE 365 phone
  number, MICROSOFT OFFICE 365 support phone number

  Freekly Call AT 1800 626 4703 MICROSOFT OFFICE tech support phone
  number

  ContAct@%I-800-626-4703 @% MICROSOFT OFFICE 365 tech support number
  MICROSOFT OFFICE 365 tech support phone number MICROSOFT OFFICE 365
  customer care number.

  Contact@%1-800-626-4703 @% MICROSOFT OFFICE 365 tech support number
  MICROSOFT OFFICE 365 tech support phone number MICROSOFT OFFICE 365
  customer service phone number.

  MICROSOFT OFFICE 365 365 customer service number

  MICROSOFT OFFICE customer service phone number

  MICROSOFT OFFICE 365 365 technical support number

  FrEE Calling call@@++((1800-626 4703 ==++MICROSOFT OFFICE tech support
  phone number, MICROSOFT OFFICE techncial support phone number

  DADU's call&&=1800 626 4703 @@ MICROSOFT OFFICE customer service phone
  number, MICROSOFT OFFICE customer support phone number

  GAliB Wha! @@1800/626/4703 *///MICROSOFT OFFICE 365 phone number

  MICROSOFT OFFICE 365 toll free number

  MICROSOFT OFFICE 365 phone number 1-800-626-4703

  MICROSOFT OFFICE 365 online support

  MICROSOFT OFFICE customer service number 1-800-626-4703

  MICROSOFT OFFICE tech support center

  MICROSOFT OFFICE customer service 1-800-626-4703

  MICROSOFT OFFICE customer care number usa

  MICROSOFT OFFICE customer number 1-800-626-4703

  MICROSOFT OFFICE tech support contact

  MICROSOFT OFFICE customer care toll free1-800-626-4703

  MICROSOFT OFFICE 365 customer service number

  MICROSOFT OFFICE 365 protection 1-800-626-4703

  MICROSOFT OFFICE 365 customer service number

  MICROSOFT OFFICE software customer service number 1-800-626-4703

  MICROSOFT OFFICE customer service phone number us

  how to contact MICROSOFT OFFICE by email 1-800-626-4703

  MICROSOFT OFFICE free phone support

  MICROSOFT OFFICE technical support phone number 1-800-626-4703

  MICROSOFT OFFICE 365 technical support number

  MICROSOFT OFFICE 365 technical support help desk phone number
  1-800-626-4703

  MICROSOFT OFFICE technical support number toll free number

  MICROSOFT OFFICE technical support phone number

  MICROSOFT OFFICE 365 customer support phone number 1-800-626-4703

  MICROSOFT OFFICE 365 customer service phone number

  MICROSOFT OFFICE 365 technical support number

  MICROSOFT OFFICE 365 technical support phone number 1-800-626-4703

  MICROSOFT OFFICE 365 tech support number

  MICROSOFT OFFICE 365 customer support 1-800-626-4703

  MICROSOFT OFFICE 365 customer service phone number

  MICROSOFT OFFICE technical support reviews 1-800-626-4703

  telephone MICROSOFT OFFICE 365

  MICROSOFT OFFICE tech support phone number 1-800-626-4703

  MICROSOFT OFFICE 365 tech support phone number

  MICR

[Yahoo-eng-team] [Bug 1682563] Re: Support===1800=626=4703=== MICROSOFT Phone Number MICROSOFT tech support phone number

2017-04-14 Thread Matt Riedemann
** 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/1682563

Title:
  Support===1800=626=4703=== MICROSOFT Phone Number MICROSOFT  tech
  support phone number

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  Support===1800=626=4703=== MICROSOFT Phone Number MICROSOFT  tech
  support phone number

  S*O*T*A***MICROSOFT [phone number]~~~1`800`626`4703~~~MICROSOFT
  support number S*O*T*A***MICROSOFT [phone
  number]~~~1`800`626`4703~~~MICROSOFT support number
  L*O*T*A***MICROSOFT [phone number]~~~1`800`626`4703~~~MICROSOFT
  support number L*O*T*A***MICROSOFT [phone
  number]~~~1`800`626`4703~~~MICROSOFT support number
  L*O*T*A***MICROSOFT [phone number]~~~1`800`626`4703~~~MICROSOFT
  support number MICROSOFT phone number++1800+626+4703MICROSOFT
  phone number MICROSOFT phone number MICROSOFT antivirus phone number
  MICROSOFT phone We Promise to provide you support for Microsoft Mail
  anytime you want. Microsoft Mail contact number is provided below: •
  Our services as Microsoft Mail Help include: • Windows Installation
  and update issues • Resolving Microsoft Mail Errors and crashes •
  Resolving issues with web page display • Dealing with software
  complexities and compatibility issues • Giving more information about
  the product • Resolving Android based issues • Helping to uninstall
  Microsoft Mail • General Troubleshooting : up of recurring Microsoft
  Mail problemsnumber++1800+626+4703MICROSOFT phone number MICROSOFT
  phone number MICROSOFT antivirus phone number 1(800..626)-4703
  @MICROSOFT antivirus technical support phone number. 800.626.4703
  1(800..626)-4703 @MICROSOFT antivirus technical support phone number.
  1(800..626)-4703 @MICROSOFT antivirus technical support phone number
  1(800...626)-4703 @MICROSOFT technical support phone number
  +1-800-626-4703 MICROSOFT® Customer support Phone Number MICROSOFT
  antivirus toll free number in USA+1-800-626-4703 MICROSOFT antivirus
  contact phone number MICROSOFT antivirus technical support MICROSOFT
  antivirus customer support telephone MICROSOFT antivirus MICROSOFT
  tech support phone number MICROSOFT antivirus customer support
  MICROSOFT technical support phone number MICROSOFT customer support
  MICROSOFT customer support email address MICROSOFT customer support
  reviews contact MICROSOFT customer support MICROSOFT tech support
  number USA+1-800-626-4703 MICROSOFT antivirus contact number MICROSOFT
  technical support USA+1-800-626-4703 MICROSOFT technical support
  number MICROSOFT tech support phone MICROSOFT tech support number
  MICROSOFT customer support telephone number MICROSOFT antivirus
  customer support number MICROSOFT internet security technical support
  MICROSOFT antivirus customer support phone number MICROSOFT antivirus
  customer support phone number MICROSOFT antivirus customer support
  number MICROSOFT antivirus customer support number phone number for
  MICROSOFT antivirus customer support MICROSOFT antivirus customer
  support MICROSOFT antivirus customer support phone number us MICROSOFT
  antivirus phone number customer support us phone number MICROSOFT
  antivirus customer support MICROSOFT antivirus phone number customer
  support customer support number for MICROSOFT antivirus MICROSOFT
  antivirus customer support phone MICROSOFT tech support phone number
  us MICROSOFT tech support number MICROSOFT customer support phone
  number MICROSOFT customer support phone number MICROSOFT phone number
  customer support MICROSOFT security phone number customer support
  phone number for MICROSOFT customer support MICROSOFT customer support
  phone number MICROSOFT internet security customer support phone number
  MICROSOFT customer support phone numbers MICROSOFT security customer
  support phone number MICROSOFT phone number customer support phone
  number for MICROSOFT customer support MICROSOFT support phone number
  MICROSOFT telephone support number MICROSOFT antivirus customer
  support telephone number MICROSOFT antivirus toll free customer care
  number MICROSOFT technical support number MICROSOFT support phone
  number MICROSOFT customer support phone number MICROSOFT antivirus
  technical support phone number phone number for MICROSOFT technical
  support MICROSOFT customer support phone number USA+1-800-626-4703
  MICROSOFT customer support number MICROSOFT technical support number
  USA+1-800-626-4703 MICROSOFT customer support number MICROSOFT tech
  support number phone number for MICROSOFT support MICROSOFT support
  phone number USA+1-800-626-4703 MICROSOFT phone number customer
  support MICROSOFT phone number tech support MICROSOFT help phone
  number MICROSOFT help desk phone number MICROSOFT phone number
  USA+1-800-626-4703 MICROSOFT contact phone number USA+1-800-626-4703
  MICROSOFT contact ph

[Yahoo-eng-team] [Bug 1682566] Re: M$ Office Phone Number 1800-626-4703: Shortcuts & Tips

2017-04-14 Thread Matt Riedemann
** 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/1682566

Title:
  M$ Office Phone Number 1800-626-4703: Shortcuts & Tips

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  Microsoft Office Phone Number 1800-626-4703: Shortcuts & Tips

  Hlpdsk Support Service 1800 - 626- 4703 MICROSOFT OFFICE technical
  support phone number..MICROSOFT OFFICE Hlpdsk Support Service 1800 -
  626- 4703 MICROSOFT OFFICE technical support phone number..MICROSOFT
  OFFICE Hlpdsk Support Service 1800 - 626- 4703 MICROSOFT OFFICE
  technical support phone number..MICROSOFT OFFICE Hlpdsk Support
  Service 1800 - 626- 4703 MICROSOFT OFFICE technical support phone
  number..MICROSOFT OFFICE Hlpdsk Support Service 1800 - 626- 4703
  MICROSOFT OFFICE technical support phone number..MICROSOFT OFFICE
  Hlpdsk Support Service 1800 - 626- 4703 MICROSOFT OFFICE technical
  support phone number..MICROSOFT OFFICE Hlpdsk Support Service 1800 -
  626- 4703 MICROSOFT OFFICE technical support phone number..MICROSOFT
  OFFICE 1-800-626-4703 MICROSOFT OFFICE tech support phone number
  @MICROSOFT OFFICE 365 phone number @MICROSOFT OFFICE phone number

  ++S+A 1-800-626-4703 MICROSOFT OFFICE Technical Support – MICROSOFT
  OFFICE 365 tech support Phone Number

  USA 1-800-626-4703 MICROSOFT OFFICE Technical Support – MICROSOFT
  OFFICE Phone Number

  F+urs+1-800-626-4703 MICROSOFT OFFICE 365 tech support@MICROSOFT
  OFFICE 365 phone number

  !ContAct@%1-800-626-4703 @%% MICROSOFT OFFICE 365 tech support phone
  number MICROSOFT OFFICE phone number MICROSOFT OFFICE an

  !ContAct@%1-800-626-4703 @%% MICROSOFT OFFICE 365 tech support phone
  number MICROSOFT OFFICE phone number MICROSOFT OFFICE 365 customer
  support number.

  ConTAct@%1-800-626-4703 @% MICROSOFT OFFICE 365 phone number MICROSOFT
  OFFICE 365 tech support phone number MICROSOFT OFFICE 365 customer
  support number.

  Call Norton® +1 (800)-(626-4703 ) 365 Customer Service Phone Number

  Bester SupporT@!!((1-800-626-4703 ++@@MICROSOFT OFFICE 365 phone
  number, MICROSOFT OFFICE 365 support phone number

  Freekly Call AT 1800 626 4703 MICROSOFT OFFICE tech support phone
  number

  ContAct@%I-800-626-4703 @% MICROSOFT OFFICE 365 tech support number
  MICROSOFT OFFICE 365 tech support phone number MICROSOFT OFFICE 365
  customer care number.

  Contact@%1-800-626-4703 @% MICROSOFT OFFICE 365 tech support number
  MICROSOFT OFFICE 365 tech support phone number MICROSOFT OFFICE 365
  customer service phone number.

  MICROSOFT OFFICE 365 365 customer service number

  MICROSOFT OFFICE customer service phone number

  MICROSOFT OFFICE 365 365 technical support number

  FrEE Calling call@@++((1800-626 4703 ==++MICROSOFT OFFICE tech support
  phone number, MICROSOFT OFFICE techncial support phone number

  DADU's call&&=1800 626 4703 @@ MICROSOFT OFFICE customer service phone
  number, MICROSOFT OFFICE customer support phone number

  GAliB Wha! @@1800/626/4703 *///MICROSOFT OFFICE 365 phone number

  MICROSOFT OFFICE 365 toll free number

  MICROSOFT OFFICE 365 phone number 1-800-626-4703

  MICROSOFT OFFICE 365 online support

  MICROSOFT OFFICE customer service number 1-800-626-4703

  MICROSOFT OFFICE tech support center

  MICROSOFT OFFICE customer service 1-800-626-4703

  MICROSOFT OFFICE customer care number usa

  MICROSOFT OFFICE customer number 1-800-626-4703

  MICROSOFT OFFICE tech support contact

  MICROSOFT OFFICE customer care toll free1-800-626-4703

  MICROSOFT OFFICE 365 customer service number

  MICROSOFT OFFICE 365 protection 1-800-626-4703

  MICROSOFT OFFICE 365 customer service number

  MICROSOFT OFFICE software customer service number 1-800-626-4703

  MICROSOFT OFFICE customer service phone number us

  how to contact MICROSOFT OFFICE by email 1-800-626-4703

  MICROSOFT OFFICE free phone support

  MICROSOFT OFFICE technical support phone number 1-800-626-4703

  MICROSOFT OFFICE 365 technical support number

  MICROSOFT OFFICE 365 technical support help desk phone number
  1-800-626-4703

  MICROSOFT OFFICE technical support number toll free number

  MICROSOFT OFFICE technical support phone number

  MICROSOFT OFFICE 365 customer support phone number 1-800-626-4703

  MICROSOFT OFFICE 365 customer service phone number

  MICROSOFT OFFICE 365 technical support number

  MICROSOFT OFFICE 365 technical support phone number 1-800-626-4703

  MICROSOFT OFFICE 365 tech support number

  MICROSOFT OFFICE 365 customer support 1-800-626-4703

  MICROSOFT OFFICE 365 customer service phone number

  MICROSOFT OFFICE technical support reviews 1-800-626-4703

  telephone MICROSOFT OFFICE 365

  MICROSOFT OFFICE tech support phone number 1-800-626-4703

  MICROSOFT OFFICE 365 tech support phone number

  MICROSOFT OFFICE customer service 1-800-626-4703

  MICROSOFT OFFICE custome

[Yahoo-eng-team] [Bug 1682568] Re: Office 365 toll free Number 1800-626-4703: Solution & Tips

2017-04-14 Thread Matt Riedemann
** 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/1682568

Title:
  Office 365 toll free Number 1800-626-4703: Solution & Tips

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  Microsoft Office toll free Number 1800-626-4703: Solution & Tips

  Hlpdsk Support Service 1800 - 626- 4703 MICROSOFT OFFICE technical
  support phone number..MICROSOFT OFFICE Hlpdsk Support Service 1800 -
  626- 4703 MICROSOFT OFFICE technical support phone number..MICROSOFT
  OFFICE Hlpdsk Support Service 1800 - 626- 4703 MICROSOFT OFFICE
  technical support phone number..MICROSOFT OFFICE Hlpdsk Support
  Service 1800 - 626- 4703 MICROSOFT OFFICE technical support phone
  number..MICROSOFT OFFICE Hlpdsk Support Service 1800 - 626- 4703
  MICROSOFT OFFICE technical support phone number..MICROSOFT OFFICE
  Hlpdsk Support Service 1800 - 626- 4703 MICROSOFT OFFICE technical
  support phone number..MICROSOFT OFFICE Hlpdsk Support Service 1800 -
  626- 4703 MICROSOFT OFFICE technical support phone number..MICROSOFT
  OFFICE 1-800-626-4703 MICROSOFT OFFICE tech support phone number
  @MICROSOFT OFFICE 365 phone number @MICROSOFT OFFICE phone number

  ++S+A 1-800-626-4703 MICROSOFT OFFICE Technical Support – MICROSOFT
  OFFICE 365 tech support Phone Number

  USA 1-800-626-4703 MICROSOFT OFFICE Technical Support – MICROSOFT
  OFFICE Phone Number

  F+urs+1-800-626-4703 MICROSOFT OFFICE 365 tech support@MICROSOFT
  OFFICE 365 phone number

  !ContAct@%1-800-626-4703 @%% MICROSOFT OFFICE 365 tech support phone
  number MICROSOFT OFFICE phone number MICROSOFT OFFICE an

  !ContAct@%1-800-626-4703 @%% MICROSOFT OFFICE 365 tech support phone
  number MICROSOFT OFFICE phone number MICROSOFT OFFICE 365 customer
  support number.

  ConTAct@%1-800-626-4703 @% MICROSOFT OFFICE 365 phone number MICROSOFT
  OFFICE 365 tech support phone number MICROSOFT OFFICE 365 customer
  support number.

  Call Norton® +1 (800)-(626-4703 ) 365 Customer Service Phone Number

  Bester SupporT@!!((1-800-626-4703 ++@@MICROSOFT OFFICE 365 phone
  number, MICROSOFT OFFICE 365 support phone number

  Freekly Call AT 1800 626 4703 MICROSOFT OFFICE tech support phone
  number

  ContAct@%I-800-626-4703 @% MICROSOFT OFFICE 365 tech support number
  MICROSOFT OFFICE 365 tech support phone number MICROSOFT OFFICE 365
  customer care number.

  Contact@%1-800-626-4703 @% MICROSOFT OFFICE 365 tech support number
  MICROSOFT OFFICE 365 tech support phone number MICROSOFT OFFICE 365
  customer service phone number.

  MICROSOFT OFFICE 365 365 customer service number

  MICROSOFT OFFICE customer service phone number

  MICROSOFT OFFICE 365 365 technical support number

  FrEE Calling call@@++((1800-626 4703 ==++MICROSOFT OFFICE tech support
  phone number, MICROSOFT OFFICE techncial support phone number

  DADU's call&&=1800 626 4703 @@ MICROSOFT OFFICE customer service phone
  number, MICROSOFT OFFICE customer support phone number

  GAliB Wha! @@1800/626/4703 *///MICROSOFT OFFICE 365 phone number

  MICROSOFT OFFICE 365 toll free number

  MICROSOFT OFFICE 365 phone number 1-800-626-4703

  MICROSOFT OFFICE 365 online support

  MICROSOFT OFFICE customer service number 1-800-626-4703

  MICROSOFT OFFICE tech support center

  MICROSOFT OFFICE customer service 1-800-626-4703

  MICROSOFT OFFICE customer care number usa

  MICROSOFT OFFICE customer number 1-800-626-4703

  MICROSOFT OFFICE tech support contact

  MICROSOFT OFFICE customer care toll free1-800-626-4703

  MICROSOFT OFFICE 365 customer service number

  MICROSOFT OFFICE 365 protection 1-800-626-4703

  MICROSOFT OFFICE 365 customer service number

  MICROSOFT OFFICE software customer service number 1-800-626-4703

  MICROSOFT OFFICE customer service phone number us

  how to contact MICROSOFT OFFICE by email 1-800-626-4703

  MICROSOFT OFFICE free phone support

  MICROSOFT OFFICE technical support phone number 1-800-626-4703

  MICROSOFT OFFICE 365 technical support number

  MICROSOFT OFFICE 365 technical support help desk phone number
  1-800-626-4703

  MICROSOFT OFFICE technical support number toll free number

  MICROSOFT OFFICE technical support phone number

  MICROSOFT OFFICE 365 customer support phone number 1-800-626-4703

  MICROSOFT OFFICE 365 customer service phone number

  MICROSOFT OFFICE 365 technical support number

  MICROSOFT OFFICE 365 technical support phone number 1-800-626-4703

  MICROSOFT OFFICE 365 tech support number

  MICROSOFT OFFICE 365 customer support 1-800-626-4703

  MICROSOFT OFFICE 365 customer service phone number

  MICROSOFT OFFICE technical support reviews 1-800-626-4703

  telephone MICROSOFT OFFICE 365

  MICROSOFT OFFICE tech support phone number 1-800-626-4703

  MICROSOFT OFFICE 365 tech support phone number

  MICROSOFT OFFICE customer service 1-800-626-4703

  MICROSOFT OFFICE 

[Yahoo-eng-team] [Bug 1682610] Re: Call 1-800-213-2171 Toll Free MS-Outlook 365 Admin - Help Desk Number‎

2017-04-14 Thread Matt Riedemann
** 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/1682610

Title:
  Call 1-800-213-2171 Toll Free MS-Outlook 365 Admin - Help Desk Number‎

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  outook help desk number

  outlook 365 customer service help desk number

  outlook 365 customer support helpline number

  outlook 365 customer support number

  outlook 365 help desk phone number

  outlook 365 help desk number

  outlook 365 customer care number

  outlook 365 helpline number

  outlook 365 tech support number

  outlook 365 technical support number

  outlook 365 support toll free number

  outlook 365 help desk toll free number

  outook technical support phone number

   1-800-497-5989

   1-800-497-5989

  outook customer support number 1-800-497-5989

  microsoft outook help desk phone number

  microsoft outook customer service telephone number

  microsoft outook 2007 help desk

  microsoft outook customer service phone number

  microsoft outook technical support phone number

  microsoft outlook 365 helpline number 1-800-497-5989

  microsoft outlook 365 support phone number

  microsoft outook technical support phone number

  microsoft outook toll free number 1-800-497-5989

  microsoft outook helpline number

  microsoft outook support telephone number

  microsoft outook help and support

   1-800-497-5989

  microsoft helpline phone number

  microsoft outook technical support phone number

  microsoft outook outlook support phone number

  microsoft outook tech support phone number

  microsoft outook tech support phone numbers

  microsoft outook tech support number

  outlook 365 support phone number

  outlook 365 technical support phone number

  microsoft outlook 365 support phone number

  outlook 365 technical support phone number us

  microsoft outlook 365 customer support phone number

  microsoft outlook 365 technical support phone number

  outlook 365 customer support phone number

   1-800-497-5989

   1-800-497-5989

  outlook 365 phone support

  outlook 365 support phone number usa

  outlook 365 support phone number us

  microsoft outlook 365 phone number

  microsoft support phone number outlook 365

  microsoft outlook 365 help phone number

  outlook 365 help phone number

  outlook 365 business support phone number

  microsoft outlook 365 customer service phone number

  outlook 365 customer service phone number

  phone number for microsoft outlook 365

  phone number for outlook 365

  outlook 365 customer service phone

   1-800-497-5989

   1-800-497-5989

  microsoft outlook 365 phone support

  microsoft outook outlook support

  outlook 365 outlook support

  microsoft outook support phone number

  microsoft outook phone number

  microsoft outook support number

  outook support phone number

  phone number for microsoft office

  phone number for microsoft outook support

  microsoft outook phone number support

  phone number microsoft office

   1-800-497-5989

  microsoft outook phone support number

  microsoft outook 1800 number

  microsoft outook number support

  phone number microsoft outook support

  microsoft outook customer service phone number

  microsoft outook customer service

  microsoft outook customer service number

  microsoft outook phone number customer service

  microsoft outook customer service phone

  microsoft outook help phone number

  microsoft outook help number

   1-800-497-5989

  microsoft outook support phone number usa

  microsoft outook customer service phone number usa

  microsoft outook contact number usa

  microsoft outook customer service number usa

  microsoft outook contact number

  microsoft outook contact

  microsoft outook contact phone number

  contact microsoft office

  contact microsoft outook support

  microsoft outlook office

  microsoft outook with outlook

   1-800-497-5989

   1-800-497-5989

  ms outook support phone number

  microsoft outook customer support phone number

  microsoft outook customer support

  outlook 365 customer service

  microsoft outook customer support phone

  microsoft outook customer support number

  outlook 365 customer service number

  microsoft outlook 365 support

  microsoft outlook 365 support number

  microsoft outlook 365 technical support

  microsoft outlook 365 for business

   1-800-497-5989

  microsoft outlook 365 customer support

  microsoft outlook 365 help number

  microsoft support outlook 365

  microsoft outook tech support

  microsoft outook technical support

  outlook 365 technical support

  microsoft outook technical support telephone number

  microsoft outook technical support number

  outlook 365 tech support phone number

  microsoft outlook 365 tech support phone number

  outlook 365 tech support phone number us

  microsoft outlook

[Yahoo-eng-team] [Bug 1682618] Re: Official 1-800-213-2171 Pogo Games Customer Support U.S Contact Number

2017-04-14 Thread Matt Riedemann
** 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/1682618

Title:
  Official 1-800-213-2171 Pogo Games Customer Support U.S Contact Number

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  pogo games technical support
  pogo games technical support number
  pogo games technical support phone
  pogo games technical support phone number
  pogo games technical support telephone
  pogo games technical support telephone number
  pogo games technical support contact
  pogo games technical support contact number
  pogo games technical support calls
  pogo games technical support help
  pogo games technical support help number
  pogo games technical support helpline
  pogo games technical support helpline number
  pogo games technical support help desk
  pogo games technical support help desk number
  pogo games technical support toll free
  pogo games technical support toll free number
  pogo games technical support toll free phone number
  pogo games technical support toll free telephone number
  pogo games tech support
  pogo games tech support number
  pogo games tech support phone
  pogo games tech support phone number
  pogo games tech support telephone
  pogo games tech support telephone number
  pogo games tech support contact
  pogo games tech support contact number
  pogo games tech support calls
  pogo games tech support help
  pogo games tech support help number
  pogo games tech support helpline
  pogo games tech support helpline number
  pogo games tech support help desk
  pogo games tech support help desk number
  pogo games tech support toll free
  pogo games tech support toll free number
  pogo games tech support toll free phone number
  pogo games tech support toll free telephone number
  pogo games customer support
  pogo games customer support number
  pogo games customer support phone
  pogo games customer support phone number
  pogo games customer support telephone
  pogo games customer support telephone number
  pogo games customer support contact
  pogo games customer support contact number
  pogo games customer support calls
  pogo games customer support help
  pogo games customer support help number
  pogo games customer support helpline
  pogo games customer support helpline number
  pogo games customer support help desk
  pogo games customer support help desk number
  pogo games customer support toll free
  pogo games customer support toll free number
  pogo games customer support toll free phone number
  pogo games customer support toll free telephone number
  pogo games customer service
  pogo games customer service number
  pogo games customer service phone
  pogo games customer service phone number
  pogo games customer service telephone
  pogo games customer service telephone number
  pogo games customer service contact
  pogo games customer service contact number
  pogo games customer service calls
  pogo games customer service help
  pogo games customer service help number
  pogo games customer service helpline
  pogo games customer service helpline number
  pogo games customer service help desk
  pogo games customer service help desk number
  pogo games customer service toll free
  pogo games customer service toll free number
  pogo games customer service toll free phone number
  pogo games customer service toll free telephone number
  pogo games customer care
  pogo games customer care number
  pogo games customer care phone
  pogo games customer care phone number
  pogo games customer care telephone
  pogo games customer care telephone number
  pogo games customer care contact
  pogo games customer care contact number
  pogo games customer care calls
  pogo games customer care help
  pogo games customer care help number
  pogo games customer care helpline
  pogo games customer care helpline number
  pogo games customer care help desk
  pogo games customer care help desk number
  pogo games customer care toll free
  pogo games customer care toll free number
  pogo games customer care toll free phone number
  pogo games customer care toll free telephone number
  pogo games technical issues
  pogo games technical issues number
  pogo games technical issues phone
  pogo games technical issues phone number
  pogo games technical issues telephone
  pogo games technical issues telephone number
  pogo games technical issues contact
  pogo games technical issues contact number
  pogo games technical issues calls
  pogo games technical issues help
  pogo games technical issues help number
  pogo games technical issues helpline
  pogo games technical issues helpline number
  pogo games technical issues help desk
  pogo games technical issues help desk number
  pogo games technical issues toll free
  pogo games technical issues toll free number
  pogo games technical issues toll free phone number
  po

[Yahoo-eng-team] [Bug 1682811] [NEW] nova boot apis raises 500 error if scheduler_hints additionalProperties value passed as "null" or "dict"

2017-04-14 Thread Dinesh Bhor
Public bug reported:

Additional scheduler_hints can be passed while creating a VM but if
those additional scheduler_hints value is 'null' or 'dict' the create
server call fails with 500 InternalServerError.

Steps to reproduce:

Command:
$ curl -g -i -X POST http://10.232.48.201:8774/v2.1/servers -H "Accept: 
application/json" -H "User-Agent: python-novaclient" -H "OpenStack-API-Version: 
compute 2.41" -H "X-OpenStack-Nova-API-Version: 2.41" -H "X-Auth-Token: 
gABY7Jf4Qiwm2GKc-dsLiRVxK6-9CPHvk1Vu 
kRL6kVKItGetXrPUdLIhHtKebr4rSCAnK7VQTMI6v0LySvu3Cpu7e8y_7WSpELWp-Bfx5PEosbDh2UDsiJW7ib8jPEW5rcyQuDun5gDR9NbaugQ6UBcmKW1TMm9QZdTSI2npqyYJTVFuis"
 -H "Content-Type: application/json" -d '{"os:scheduler_hints": {"key": null}, 
"server": {"name": "instances1", "imageRef": 
"107f0481-754d-46a2-98a7-a26228c4280e", "flavorRef": "1", "max_count": 1, 
"min_count": 1, "networks": "auto"}}'

Please note the scheduler_hints: {"os:scheduler_hints": {"key": null}

Output:
HTTP/1.1 500 Internal Server Error
Openstack-Api-Version: compute 2.41
X-Openstack-Nova-Api-Version: 2.41
Vary: OpenStack-API-Version
Vary: X-OpenStack-Nova-API-Version
Content-Type: application/json; charset=UTF-8
Content-Length: 194
X-Compute-Request-Id: req-3c29eadc-20d0-4aef-b3c0-def9a51b0e64
Date: Tue, 11 Apr 2017 08:47:26 GMT

{"computeFault": {"message": "Unexpected API Error. Please report this
at http://bugs.launchpad.net/nova/ and attach the Nova API log if
possible.\n", "code": 500}}


nova-api:

2017-04-11 14:17:26.843 ERROR nova.api.openstack.extensions 
[req-3c29eadc-20d0-4aef
-b3c0-def9a51b0e64 admin admin] Unexpected exception in API method
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions Traceback (most 
recent
call last):
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions   File 
"/opt/stack/nova
/nova/api/openstack/extensions.py", line 336, in wrapped
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions return f(*args, 
**k
wargs)
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions   File 
"/opt/stack/nova
/nova/api/validation/__init__.py", line 108, in wrapper
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions return 
func(*args,
**kwargs)
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions   File 
"/opt/stack/nova
/nova/api/validation/__init__.py", line 108, in wrapper
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions return 
func(*args,
**kwargs)
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions   File 
"/opt/stack/nova/nova/api/validation/__init__.py", line 108, in wrapper
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions return 
func(*args, **kwargs)
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions   File 
"/opt/stack/nova/nova/api/validation/__init__.py", line 108, in wrapper
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions return 
func(*args, **kwargs)
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions   File 
"/opt/stack/nova/nova/api/validation/__init__.py", line 108, in wrapper
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions return 
func(*args, **kwargs)
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions   File 
"/opt/stack/nova/nova/api/validation/__init__.py", line 108, in wrapper
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions return 
func(*args, **kwargs)
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions   File 
"/opt/stack/nova/nova/api/openstack/compute/servers.py", line 553, in create
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions **create_kwargs)
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions   File 
"/opt/stack/nova/nova/hooks.py", line 154, in inner
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions rv = f(*args, 
**kwargs)
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions   File 
"/opt/stack/nova/nova/compute/api.py", line 1671, in create
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions 
check_server_group_quota=check_server_group_quota)
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions   File 
"/opt/stack/nova/nova/compute/api.py", line 1240, in _create_instance
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions key_pair)
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions   File 
"/opt/stack/nova/nova/compute/api.py", line 1102, in _provision_instances
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions 
quotas.rollback()
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions   File 
"/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 220, in 
__exit__
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions 
self.force_reraise()
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions   File 
"/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 196, in 
force_reraise
2017-04-11 14:17:26.843 TRACE nova.api.openstack.extensions 
six.reraise(self.type_, self.value, self.tb

[Yahoo-eng-team] [Bug 1682805] [NEW] transient switching loop caused by neutron-openvswitch-agent

2017-04-14 Thread Jesse
Public bug reported:

If we have the topology bellow in network node.

https://etherpad.openstack.org/p/neutron_transient_switching_loop

The ports on switch connected to eth0 and eth1 set to trunk all VLANs.
When neutron-openvswitch-agent restart, First it will set br-int bridge by 
self.setup_integration_br(), then set br-eth0 and br-ex by 
self.setup_physical_bridges(self.bridge_mappings).

Before this bug (https://bugs.launchpad.net/neutron/+bug/1383674), all flows in 
br-int will clear when neutron-openvswitch-agent restart, this will cause the 
transient switching loop decribed bellow.
After the bug above fixed, the flows in br-int will remain to keep the network 
connected if neutron-openvswitch-agent restart, but if the network node reboot, 
the transient switching loop will also happen as decribed bellow.

In self.setup_integration_br(), A normal flow in table 0 will be added in 
br-int flow.
In the self.setup_physical_bridges(self.bridge_mappings), Drop flow for packet 
coming from int-br-eth0 and int-br-ex will be added in br-int flow.
This drop flows will cut the switching loop from switch to br-int.
But before the drop flows added to br-int, If there is a broadcast packet 
coming from switch, the packet will loop bewtween switch and br-int.

We should add normal flow in table 0 in br-int after the drop flows
added.

** Affects: neutron
 Importance: Undecided
 Assignee: Jesse (jesse-5)
 Status: New

** Description changed:

  If we have the topology bellow in network node.
  
-+---+
-|   |
-| switch|
-+-+-+---+
-  | |
-++
-| | ||
-|++-+  ++-+  |
-||   eth0   |  |   eth1   |  |
-| +--+--+--++--+--+--+   |
-| ||||   |
-| | br-eth0|| br-ex  |   |
-| +---+++---++   |
-| | ||
-| | ||
-|   +-+-+---+|
-|   |   ||
-|   | br-int||
-|   +---+|
-||
-||
-|network node|
-++
++---+
+|   |
+| switch|
++-+-+---+
+  | |
+++
+| | ||
+|++-+  ++-+  |
+||   eth0   |  |   eth1   |  |
+| +--+--+--++--+--+--+   |
+| ||||   |
+| | br-eth0|| br-ex  |   |
+| +---+++---++   |
+| | ||
+| | ||
+|   +-+-+---+|
+|   |   ||
+|   | br-int||
+|   +---+|
+||
+||
+|network node|
+++
  The ports on switch connected to eth0 and eth1 set to trunk all VLANs.
  When neutron-

[Yahoo-eng-team] [Bug 1682796] [NEW] release note entries included for wrong release

2017-04-14 Thread YAMAMOTO Takashi
Public bug reported:

ocata release note [1] has an entry for mitaka. [2]
it seems the file has been updated in ocata cycle. [3]

[1] https://docs.openstack.org/releasenotes/neutron/ocata.html

[2] hyperv-neutron-agent-decomposition-ae6a052aeb48c6ac.yaml
("Hyper-V Neutron Agent has been fully decomposed from Neutron.")

[3] Iec8494b40fed2d427c1edf4609f8b3dd8c770dce

** Affects: neutron
 Importance: Undecided
 Status: New

** Affects: reno
 Importance: Undecided
 Status: New

** Description changed:

  ocata release note [1] has an entry for mitaka. [2]
- it seems the file is updated in ocata cycle. [3]
+ it seems the file has been updated in ocata cycle. [3]
  
  [1] https://docs.openstack.org/releasenotes/neutron/ocata.html
  
  [2] hyperv-neutron-agent-decomposition-ae6a052aeb48c6ac.yaml
- ("Hyper-V Neutron Agent has been fully decomposed from Neutron.")
+ ("Hyper-V Neutron Agent has been fully decomposed from Neutron.")
  
  [3] Iec8494b40fed2d427c1edf4609f8b3dd8c770dce

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

** Summary changed:

- misleading release note
+ release note entries included for wrong release

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

Title:
  release note entries included for wrong release

Status in neutron:
  New
Status in reno:
  New

Bug description:
  ocata release note [1] has an entry for mitaka. [2]
  it seems the file has been updated in ocata cycle. [3]

  [1] https://docs.openstack.org/releasenotes/neutron/ocata.html

  [2] hyperv-neutron-agent-decomposition-ae6a052aeb48c6ac.yaml
  ("Hyper-V Neutron Agent has been fully decomposed from Neutron.")

  [3] Iec8494b40fed2d427c1edf4609f8b3dd8c770dce

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1682796/+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 1682788] [NEW] JS error in resize instance form.

2017-04-14 Thread wei.ying
Public bug reported:

Env: devstack master branch

Steps to reproduce:
1. Go to project/instances panel
2. Choose an instance and then click its Resize Instance row action
3. Select an existed flavor
4. Switch to Select a New Flavor again.

JS Error info:
1c302c01cae3.js:208 Uncaught TypeError: Cannot read property 'disk' of undefined
at update_device_size (1c302c01cae3.js:208)
at HTMLSelectElement. (1c302c01cae3.js:213)
at HTMLDocument.dispatch (830e26e34b64.js:332)
at HTMLDocument.elemData.handle (830e26e34b64.js:305)
at Object.trigger (830e26e34b64.js:326)
at Object.jQuery.event.trigger (830e26e34b64.js:693)
at HTMLSelectElement. (830e26e34b64.js:375)
at Function.each (830e26e34b64.js:48)
at jQuery.fn.init.each (830e26e34b64.js:21)
at jQuery.fn.init.trigger (830e26e34b64.js:375)

** Affects: horizon
 Importance: Undecided
 Assignee: wei.ying (wei.yy)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) => wei.ying (wei.yy)

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

Title:
  JS error in resize instance form.

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Env: devstack master branch

  Steps to reproduce:
  1. Go to project/instances panel
  2. Choose an instance and then click its Resize Instance row action
  3. Select an existed flavor
  4. Switch to Select a New Flavor again.

  JS Error info:
  1c302c01cae3.js:208 Uncaught TypeError: Cannot read property 'disk' of 
undefined
  at update_device_size (1c302c01cae3.js:208)
  at HTMLSelectElement. (1c302c01cae3.js:213)
  at HTMLDocument.dispatch (830e26e34b64.js:332)
  at HTMLDocument.elemData.handle (830e26e34b64.js:305)
  at Object.trigger (830e26e34b64.js:326)
  at Object.jQuery.event.trigger (830e26e34b64.js:693)
  at HTMLSelectElement. (830e26e34b64.js:375)
  at Function.each (830e26e34b64.js:48)
  at jQuery.fn.init.each (830e26e34b64.js:21)
  at jQuery.fn.init.trigger (830e26e34b64.js:375)

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1682788/+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 1682775] [NEW] floatingip support tag

2017-04-14 Thread Na Zhu
Public bug reported:

Currently, neutron resources network, subnet, subnetpool, port, and
routers support tag, floatingip does not support tag. Tag is useful for
floatingip, users can use floatingip tag to identify what applications
the floatingip are used for.

Add tag to floatingip is useful.

** Affects: neutron
 Importance: Undecided
 Status: New


** Tags: rfe

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

Title:
  floatingip support tag

Status in neutron:
  New

Bug description:
  Currently, neutron resources network, subnet, subnetpool, port, and
  routers support tag, floatingip does not support tag. Tag is useful
  for floatingip, users can use floatingip tag to identify what
  applications the floatingip are used for.

  Add tag to floatingip is useful.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1682775/+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 1682692] Re: nova fails with error: 'module' object has no attribute 'VIR_MIGRATE_POSTCOPY' after using libvirt 2.5.0 from UCA

2017-04-14 Thread Sam Wan
** Changed in: nova
 Assignee: (unassigned) => Sam Wan (sam-wan)

** Project changed: nova => openstack-devel

** Changed in: openstack-devel
 Assignee: Sam Wan (sam-wan) => (unassigned)

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

Title:
  nova fails with error: 'module' object has no attribute
  'VIR_MIGRATE_POSTCOPY' after using libvirt 2.5.0 from UCA

Status in OpenStack Development Infrastructure:
  New

Bug description:
  commit https://review.openstack.org/#/c/451492/ uses libvirt 2.5.0 from UCA, 
and nova fails with below errors with this change.
  ===
  2017-04-13 19:17:26.927 9868 DEBUG oslo_service.service 
[req-93d359eb-0146-49ff-aeca-48114f30793a - -] logging_exception_prefix   = 
%(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s log_opt_values 
/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:2778
  2017-04-13 19:17:27.302 9868 ERROR oslo_service.service [-] Error starting 
thread.
  2017-04-13 19:17:27.302 9868 ERROR oslo_service.service Traceback (most 
recent call last):
  2017-04-13 19:17:27.302 9868 ERROR oslo_service.service   File 
"/usr/local/lib/python2.7/dist-packages/oslo_service/service.py", line 721, in 
run_service
  2017-04-13 19:17:27.302 9868 ERROR oslo_service.service service.start()
  2017-04-13 19:17:27.302 9868 ERROR oslo_service.service   File 
"/opt/stack/new/nova/nova/service.py", line 144, in start
  2017-04-13 19:17:27.302 9868 ERROR oslo_service.service 
self.manager.init_host()
  2017-04-13 19:17:27.302 9868 ERROR oslo_service.service   File 
"/opt/stack/new/nova/nova/compute/manager.py", line 1135, in init_host
  2017-04-13 19:17:27.302 9868 ERROR oslo_service.service 
self.driver.init_host(host=self.host)
  2017-04-13 19:17:27.302 9868 ERROR oslo_service.service   File 
"/opt/stack/new/nova/nova/virt/libvirt/driver.py", line 471, in init_host
  2017-04-13 19:17:27.302 9868 ERROR oslo_service.service 
self._parse_migration_flags()
  2017-04-13 19:17:27.302 9868 ERROR oslo_service.service   File 
"/opt/stack/new/nova/nova/virt/libvirt/driver.py", line 629, in 
_parse_migration_flags
  2017-04-13 19:17:27.302 9868 ERROR oslo_service.service 
live_migration_flags)
  2017-04-13 19:17:27.302 9868 ERROR oslo_service.service   File 
"/opt/stack/new/nova/nova/virt/libvirt/driver.py", line 606, in 
_handle_live_migration_auto_converge
  2017-04-13 19:17:27.302 9868 ERROR oslo_service.service (migration_flags 
& libvirt.VIR_MIGRATE_POSTCOPY) != 0):
  2017-04-13 19:17:27.302 9868 ERROR oslo_service.service AttributeError: 
'module' object has no attribute 'VIR_MIGRATE_POSTCOPY'
  

  some example logs:

  
http://openstack-ci.tintri.com/tintri/refs-changes-78-455878-2/logs/screen-n-cpu.log.txt
 
  
http://publiclogs.emc.com/vnx_ostack/EMC_VNX_iSCSI/371/logs/screen-n-cpu.txt.gz

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