[Bug 4842] [Review update] master

2019-04-18 Thread OpenContrail Admin
*** This bug is a duplicate of bug 36269 ***
https://bugs.launchpad.net/bugs/36269

Review in progress for https://review.opencontrail.org/50884 
Submitter: Kiran (kira...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/4842

Title:
  (dapper) main menu unreadable.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 3576] [Review update] master

2019-04-09 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/50712 
Submitter: mnayakbom...@juniper.net (mnayakbom...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/3576

Title:
  dependency: missing libnjb4

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 218663] A change has been merged

2019-02-19 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/49393
Committed: 
http://github.com/Juniper/contrail-controller/commit/77df3b58265b3fab414dfbc00e1ff39d19f0a99c
Submitter: Zuul v3 CI (zuu...@zuul.opencontrail.org)
Branch:R6.0-WIP

commit 77df3b58265b3fab414dfbc00e1ff39d19f0a99c
Author: Shivayogi Ugaji 
Date:   Mon Nov 5 22:07:18 2018 -0800

Apply commits from master onto R6.0-WIP

db_resync_done lock is used to indicate the amqp thread to wait for resync to
complete. In this case, when we call SchemaTransformer.destroy_instance()
due to Casandra connection failure, this lock remains locked blocking
destroy_instance. destroy_instance calls _vnc_subscribe_callback to drain the
amqp queue which waits infinitely for db_resync_done lock to be released.
This fix releases db_resync_done lock so that destroy_instance doesnt get
blocked.
Closes-Bug: #1801474

[DM] Hitless image upgrade implementation
Closes-Bug: #1799322

Provisioner for the devicemanager node.
usage:
from /opt/contrail/utils
python provision_devicemgr_node.py --host_name aio --host_ip 10.87.82.2
--oper add --admin_user admin --admin_password contrail123 --admin_tenant_name
admin --openstack_ip 10.87.82.2 --api_server_ip 10.87.82.2
Closes-Bug: #1805303

CFM: Changes for onboarding L3PNF
- Add new platform SRX240
- Add L3PNF subnet is schema
- Add new namespace, VN and IPAM for L3PNF during brownfield onboarding
Closes-Bug: 1800701

Add entrypoint to vrouter-agent service on Windows
Introduce entrypoint for agent similar in design to that from
microservice deployment. For now it will only start agent,
actual features will be added in following changes.
Partial-Bug: #1806677

Check build dependencies for tbb, SimpleAmqpClient and rabbitmq
Closes-Bug: #1806719

Make agent's entrypoint update agent's config on Windows
In future we will generate the whole config from scratch
as on Linux, but for now we only update the vhost's ifname.
It's the only field that can change upon restart.
Partial-Bug: #1806677

bgp-peer selection support for bgpaas
1. Listener BgpRouterConfig is added for BgpRouter and ControlNodeZone
2. BgpRouterConfig builds BgpRouterTree and ControlNodeZoneTree
from IFMapNode
3. BGPaaS gets BgpRouter for configured ControlNodeZone from
BgpRouterConfig and Updates bgp-peer-ip and bgp-peer-port in
the flow.
4. Step 3 is followed for xmpp based peer-selection also.
5. BGPaaS sandesh is updated with primary_control_node_zone,
secondary_control_node_zone, bgp_peer_ip and bgp_peer_port
Partial-bug: #1775872

[DM] Inside-outside workflow - lag/mH
1. Change the exisiting business logic to adhere to the new data model for 
lag/mH workflow
2. Multi-vlan support
Partial-Bug: #1799329

Rework nodemgr before fixing ntp issue
- move windows/linux code to separate classes instead of same condition through 
the code
- simplify main.py
- remove copy duplication
Closes-Bug: 1800704

[fabric] Added playbook retry support to job manager
1) When playbook return retry_devices in the output, job manager will retry the 
playbooks against those devices
2) remove obsolete playbooks from 5.0
3) remove obsolete ansible roles from 5.0
4) added a warning log on missing loopback interface when creating bgp router
5) import os version to prouter object
6) Fixed pep8 warnings and errors
Partial-Bug: #1805237

nodemgr: add checking time sync by crhony
Closes-Bug: #1800704

Dont include "lost+found" folder in /var/crashes
If /var/crashes is mounted, fsck can create
"lost+found" folder in it. The core list reported
by nodemgr will contain this folder, even though its
not a core file. This assumes there is no core file
reported by the name "lost+found" and it can also
report other folders/files reported in var/crashes.
Closes-Bug: 1784069

Adding Introspect for mesos manager
Fix for bringing introspect for mesos-manager
objects on port 8109
Partial-bug: #1795295

Agent changes for inter-as option c part1
1. added new table int.3 to process labelled inet routes
2. added new nexthop type labelled tunnel nh
3. vpn routes with tunnel type as mpls depends on inet.3
routes to resolve its nexthop
partial-Bug: #1743517

Mesos api server not responing to 127.0.0.1 ip
Setting api server ip to be accessed through the node ip
Closes-Bug: #1807302

Adding default as_path for 2 byte asn neighbor
With 4 byte asn changes, by default as_path with 4 byte asn
was being added. It should be as_path with 2 byte asn if the
peer does not support 4 byte asn.
Closes-Bug: #218663

build fix for inter-as changes
Partial-Bug: #1743517

Account for flow count on interface if
flow is ingress flow , increase flow count by 2
for interface one for forward and another for reverse.
If zero is set on vmi take value from virtual network.
Closes-Bug: #1805337
Closes-Bug: #1806866
Closes-Bug: #1804823

Agent crash @ assert in VxlanRoutingManager::BridgeVnNotify
Porting the fix from R5.0 - removed the assert
Closes-bug: #1767044

Split flow management to multiple files
Partial-Bug: #1800894

[Fabric] Enhancements for 

[Bug 218663] A change has been merged

2019-02-19 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/49393
Committed: 
http://github.com/Juniper/contrail-controller/commit/77df3b58265b3fab414dfbc00e1ff39d19f0a99c
Submitter: Zuul v3 CI (zuu...@zuul.opencontrail.org)
Branch:R6.0-WIP

commit 77df3b58265b3fab414dfbc00e1ff39d19f0a99c
Author: Shivayogi Ugaji 
Date:   Mon Nov 5 22:07:18 2018 -0800

Apply commits from master onto R6.0-WIP

db_resync_done lock is used to indicate the amqp thread to wait for resync to
complete. In this case, when we call SchemaTransformer.destroy_instance()
due to Casandra connection failure, this lock remains locked blocking
destroy_instance. destroy_instance calls _vnc_subscribe_callback to drain the
amqp queue which waits infinitely for db_resync_done lock to be released.
This fix releases db_resync_done lock so that destroy_instance doesnt get
blocked.
Closes-Bug: #1801474

[DM] Hitless image upgrade implementation
Closes-Bug: #1799322

Provisioner for the devicemanager node.
usage:
from /opt/contrail/utils
python provision_devicemgr_node.py --host_name aio --host_ip 10.87.82.2
--oper add --admin_user admin --admin_password contrail123 --admin_tenant_name
admin --openstack_ip 10.87.82.2 --api_server_ip 10.87.82.2
Closes-Bug: #1805303

CFM: Changes for onboarding L3PNF
- Add new platform SRX240
- Add L3PNF subnet is schema
- Add new namespace, VN and IPAM for L3PNF during brownfield onboarding
Closes-Bug: 1800701

Add entrypoint to vrouter-agent service on Windows
Introduce entrypoint for agent similar in design to that from
microservice deployment. For now it will only start agent,
actual features will be added in following changes.
Partial-Bug: #1806677

Check build dependencies for tbb, SimpleAmqpClient and rabbitmq
Closes-Bug: #1806719

Make agent's entrypoint update agent's config on Windows
In future we will generate the whole config from scratch
as on Linux, but for now we only update the vhost's ifname.
It's the only field that can change upon restart.
Partial-Bug: #1806677

bgp-peer selection support for bgpaas
1. Listener BgpRouterConfig is added for BgpRouter and ControlNodeZone
2. BgpRouterConfig builds BgpRouterTree and ControlNodeZoneTree
from IFMapNode
3. BGPaaS gets BgpRouter for configured ControlNodeZone from
BgpRouterConfig and Updates bgp-peer-ip and bgp-peer-port in
the flow.
4. Step 3 is followed for xmpp based peer-selection also.
5. BGPaaS sandesh is updated with primary_control_node_zone,
secondary_control_node_zone, bgp_peer_ip and bgp_peer_port
Partial-bug: #1775872

[DM] Inside-outside workflow - lag/mH
1. Change the exisiting business logic to adhere to the new data model for 
lag/mH workflow
2. Multi-vlan support
Partial-Bug: #1799329

Rework nodemgr before fixing ntp issue
- move windows/linux code to separate classes instead of same condition through 
the code
- simplify main.py
- remove copy duplication
Closes-Bug: 1800704

[fabric] Added playbook retry support to job manager
1) When playbook return retry_devices in the output, job manager will retry the 
playbooks against those devices
2) remove obsolete playbooks from 5.0
3) remove obsolete ansible roles from 5.0
4) added a warning log on missing loopback interface when creating bgp router
5) import os version to prouter object
6) Fixed pep8 warnings and errors
Partial-Bug: #1805237

nodemgr: add checking time sync by crhony
Closes-Bug: #1800704

Dont include "lost+found" folder in /var/crashes
If /var/crashes is mounted, fsck can create
"lost+found" folder in it. The core list reported
by nodemgr will contain this folder, even though its
not a core file. This assumes there is no core file
reported by the name "lost+found" and it can also
report other folders/files reported in var/crashes.
Closes-Bug: 1784069

Adding Introspect for mesos manager
Fix for bringing introspect for mesos-manager
objects on port 8109
Partial-bug: #1795295

Agent changes for inter-as option c part1
1. added new table int.3 to process labelled inet routes
2. added new nexthop type labelled tunnel nh
3. vpn routes with tunnel type as mpls depends on inet.3
routes to resolve its nexthop
partial-Bug: #1743517

Mesos api server not responing to 127.0.0.1 ip
Setting api server ip to be accessed through the node ip
Closes-Bug: #1807302

Adding default as_path for 2 byte asn neighbor
With 4 byte asn changes, by default as_path with 4 byte asn
was being added. It should be as_path with 2 byte asn if the
peer does not support 4 byte asn.
Closes-Bug: #218663

build fix for inter-as changes
Partial-Bug: #1743517

Account for flow count on interface if
flow is ingress flow , increase flow count by 2
for interface one for forward and another for reverse.
If zero is set on vmi take value from virtual network.
Closes-Bug: #1805337
Closes-Bug: #1806866
Closes-Bug: #1804823

Agent crash @ assert in VxlanRoutingManager::BridgeVnNotify
Porting the fix from R5.0 - removed the assert
Closes-bug: #1767044

Split flow management to multiple files
Partial-Bug: #1800894

[Fabric] Enhancements for 

[Bug 216082] [Review update] master

2019-01-30 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/47807 
Submitter: Maciej Jagiello (maciej.jagie...@codilime.com)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/216082

Title:
  firefox crashed with SIGSEGV when watching flash videos

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 216082] [Review update] master

2019-01-30 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/47807 
Submitter: Maciej Jagiello (maciej.jagie...@codilime.com)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/216082

Title:
  firefox crashed with SIGSEGV when watching flash videos

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 216082] [Review update] master

2019-01-30 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/47807 
Submitter: Maciej Jagiello (maciej.jagie...@codilime.com)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/216082

Title:
  firefox crashed with SIGSEGV when watching flash videos

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 216082] [Review update] master

2019-01-30 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/47807 
Submitter: Maciej Jagiello (maciej.jagie...@codilime.com)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/216082

Title:
  firefox crashed with SIGSEGV when watching flash videos

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 218984] [Review update] master

2019-01-29 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/48970 
Submitter: Sandip Dey (sand...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/218984

Title:
  Babytrans don't start. No error reported or useful tip given

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 218984] [Review update] master

2019-01-29 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/48970 
Submitter: Sandip Dey (sand...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/218984

Title:
  Babytrans don't start. No error reported or useful tip given

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 218781] [Review update] master

2019-01-09 Thread OpenContrail Admin
*** This bug is a duplicate of bug 192630 ***
https://bugs.launchpad.net/bugs/192630

Review in progress for https://review.opencontrail.org/48589 
Submitter: amudha ramachandran (amu...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/218781

Title:
  qemulator.py crashed with TypeError in
  on_treeviewBootimages_cursor_changed()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 218781] [Review update] master

2019-01-09 Thread OpenContrail Admin
*** This bug is a duplicate of bug 192630 ***
https://bugs.launchpad.net/bugs/192630

Review in progress for https://review.opencontrail.org/48558 
Submitter: amudha ramachandran (amu...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/218781

Title:
  qemulator.py crashed with TypeError in
  on_treeviewBootimages_cursor_changed()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 218781] [Review update] master

2019-01-08 Thread OpenContrail Admin
*** This bug is a duplicate of bug 192630 ***
https://bugs.launchpad.net/bugs/192630

Review in progress for https://review.opencontrail.org/48558 
Submitter: amudha ramachandran (amu...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/218781

Title:
  qemulator.py crashed with TypeError in
  on_treeviewBootimages_cursor_changed()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 218722] [Review update] master

2019-01-08 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/48549 
Submitter: Arun RS (rsa...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/218722

Title:
  KDE Trash Bin panel applet shows "Empty trash bin" as disabled even
  when trash contains objects

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 218722] [Review update] master

2019-01-08 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/48549 
Submitter: Arun RS (rsa...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/218722

Title:
  KDE Trash Bin panel applet shows "Empty trash bin" as disabled even
  when trash contains objects

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 218687] [Review update] R3.2

2019-01-07 Thread OpenContrail Admin
*** This bug is a duplicate of bug 225561 ***
https://bugs.launchpad.net/bugs/225561

Review in progress for https://review.opencontrail.org/48530 
Submitter: Nagendra Prasath (npchand...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/218687

Title:
  applet.py crashed with IPPError in collect_printer_state_reasons()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 218687] [Review update] R3.2

2019-01-07 Thread OpenContrail Admin
*** This bug is a duplicate of bug 225561 ***
https://bugs.launchpad.net/bugs/225561

Review in progress for https://review.opencontrail.org/48530 
Submitter: Nagendra Prasath (npchand...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/218687

Title:
  applet.py crashed with IPPError in collect_printer_state_reasons()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 218722] A change has been merged

2019-01-07 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/48453
Committed: 
http://github.com/Juniper/contrail-controller/commit/7da5eed726f7996aa156c5dba702fc5980a13e37
Submitter: Zuul v3 CI (zuu...@zuul.opencontrail.org)
Branch:master

commit 7da5eed726f7996aa156c5dba702fc5980a13e37
Author: Prasannaa TS 
Date:   Fri Jan 4 10:16:23 2019 +0530

Fixed boundary condtion check for ksync bulk msgs

Agent assert is seen when the size of the bulk message sent to vrouter
is equal to 4096 as the message size should be less than 4096.The code
allows to form bulk message upto 4096.
Fixed this boundary condition issue.

Change-Id: Id0ac0bf6947891ebc596f8c1c8d61bf58d362602
Closes-Bug: #218722

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/218722

Title:
  KDE Trash Bin panel applet shows "Empty trash bin" as disabled even
  when trash contains objects

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 218722] A change has been merged

2019-01-07 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/48453
Committed: 
http://github.com/Juniper/contrail-controller/commit/7da5eed726f7996aa156c5dba702fc5980a13e37
Submitter: Zuul v3 CI (zuu...@zuul.opencontrail.org)
Branch:master

commit 7da5eed726f7996aa156c5dba702fc5980a13e37
Author: Prasannaa TS 
Date:   Fri Jan 4 10:16:23 2019 +0530

Fixed boundary condtion check for ksync bulk msgs

Agent assert is seen when the size of the bulk message sent to vrouter
is equal to 4096 as the message size should be less than 4096.The code
allows to form bulk message upto 4096.
Fixed this boundary condition issue.

Change-Id: Id0ac0bf6947891ebc596f8c1c8d61bf58d362602
Closes-Bug: #218722

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/218722

Title:
  KDE Trash Bin panel applet shows "Empty trash bin" as disabled even
  when trash contains objects

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 218722] [Review update] master

2019-01-03 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/48453 
Submitter: Prasannaa TS (tsprasan...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/218722

Title:
  KDE Trash Bin panel applet shows "Empty trash bin" as disabled even
  when trash contains objects

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 218722] [Review update] master

2019-01-03 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/48453 
Submitter: Prasannaa TS (tsprasan...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/218722

Title:
  KDE Trash Bin panel applet shows "Empty trash bin" as disabled even
  when trash contains objects

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 218663] A change has been merged

2018-12-21 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/48277
Committed: 
http://github.com/Juniper/contrail-controller/commit/9ccd1baa966ab5ed86f97a737f97969a7b1bc96b
Submitter: Zuul v3 CI (zuu...@zuul.opencontrail.org)
Branch:master

commit 9ccd1baa966ab5ed86f97a737f97969a7b1bc96b
Author: Nikhil Bansal 
Date:   Thu Dec 20 09:35:07 2018 +0530

Adding default as_path for 2 byte asn neighbor

With 4 byte asn changes, by default as_path with 4 byte asn
was being added. It should be as_path with 2 byte asn if the
peer does not support 4 byte asn.

Change-Id: Ic1cf113613a36615797cb985b1a3f4199e2fd663
Closes-Bug: #218663

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/218663

Title:
  cups remote https administration hangs

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 218663] A change has been merged

2018-12-21 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/48277
Committed: 
http://github.com/Juniper/contrail-controller/commit/9ccd1baa966ab5ed86f97a737f97969a7b1bc96b
Submitter: Zuul v3 CI (zuu...@zuul.opencontrail.org)
Branch:master

commit 9ccd1baa966ab5ed86f97a737f97969a7b1bc96b
Author: Nikhil Bansal 
Date:   Thu Dec 20 09:35:07 2018 +0530

Adding default as_path for 2 byte asn neighbor

With 4 byte asn changes, by default as_path with 4 byte asn
was being added. It should be as_path with 2 byte asn if the
peer does not support 4 byte asn.

Change-Id: Ic1cf113613a36615797cb985b1a3f4199e2fd663
Closes-Bug: #218663

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/218663

Title:
  cups remote https administration hangs

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 218690] [Review update] release-3.9-contrail

2018-12-20 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/48316 
Submitter: Pragash Vijayaragavan (pvijayara...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/218690

Title:
  evolution crashed with SIGSEGV in malloc_consolidate()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/218690/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 218663] [Review update] master

2018-12-19 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/48277 
Submitter: Nikhil Bansal (nikh...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/218663

Title:
  cups remote https administration hangs

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 218663] [Review update] master

2018-12-19 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/48277 
Submitter: Nikhil Bansal (nikh...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/218663

Title:
  cups remote https administration hangs

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 180341] A change has been merged

2018-12-04 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/47891
Committed: 
http://github.com/Juniper/contrail-vcenter-manager/commit/8d7388f4f7cee2558fe1f869e6e8f2a875c396c7
Submitter: Zuul v3 CI (zuu...@zuul.opencontrail.org)
Branch:master

commit 8d7388f4f7cee2558fe1f869e6e8f2a875c396c7
Author: Krzysztof Gromadzki 
Date:   Wed Nov 14 16:48:44 2018 +0100

Retring set VLAN ID task in vCenter

Change-Id: Ifb510af12678d46e73e1e8054f264c1b3542dec2
Partial-Bug: #180341

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/180341

Title:
  Please sync rott 1.0-5 (multiverse) from Debian unstable (contrib)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 180341] A change has been merged

2018-12-04 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/47675
Committed: 
http://github.com/Juniper/contrail-vcenter-manager/commit/85eefcc32f2ea89f148e435159ffcf2f754c206b
Submitter: Zuul v3 CI (zuu...@zuul.opencontrail.org)
Branch:R5.0

commit 85eefcc32f2ea89f148e435159ffcf2f754c206b
Author: Krzysztof Gromadzki 
Date:   Wed Nov 14 16:48:44 2018 +0100

Retring set VLAN ID task in vCenter

Change-Id: Ifb510af12678d46e73e1e8054f264c1b3542dec2
Partial-Bug: #180341

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/180341

Title:
  Please sync rott 1.0-5 (multiverse) from Debian unstable (contrib)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 180341] [Review update] master

2018-11-28 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/47891 
Submitter: Krzysztof Gromadzki (krzysztof.gromad...@codilime.com)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/180341

Title:
  Please sync rott 1.0-5 (multiverse) from Debian unstable (contrib)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 180341] [Review update] R5.0

2018-11-28 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/47675 
Submitter: Krzysztof Gromadzki (krzysztof.gromad...@codilime.com)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/180341

Title:
  Please sync rott 1.0-5 (multiverse) from Debian unstable (contrib)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 180341] [Review update] master

2018-11-28 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/47891 
Submitter: Krzysztof Gromadzki (krzysztof.gromad...@codilime.com)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/180341

Title:
  Please sync rott 1.0-5 (multiverse) from Debian unstable (contrib)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 180341] [Review update] R5.0

2018-11-28 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/47675 
Submitter: Krzysztof Gromadzki (krzysztof.gromad...@codilime.com)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/180341

Title:
  Please sync rott 1.0-5 (multiverse) from Debian unstable (contrib)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 180341] [Review update] master

2018-11-28 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/47891 
Submitter: Krzysztof Gromadzki (krzysztof.gromad...@codilime.com) 


** Also affects: juniperopenstack/trunk
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/trunk
   Importance: Wishlist
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/180341

Title:
  Please sync rott 1.0-5 (multiverse) from Debian unstable (contrib)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 180341] [Review update] R5.0

2018-11-28 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/47675 
Submitter: Krzysztof Gromadzki (krzysztof.gromad...@codilime.com) 


** Also affects: juniperopenstack/r5.0
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/r5.0
   Importance: Wishlist
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/180341

Title:
  Please sync rott 1.0-5 (multiverse) from Debian unstable (contrib)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 567148] [Review update] contrail/ocata-15.0.6

2018-05-22 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/43209 
Submitter: Jan Gutter (jan.gut...@netronome.com)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/567148

Title:
  moving libesd-alsa0 to universe may cause upgrade calculation failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/esound/+bug/567148/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 176721] [Review update] master

2018-04-30 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/42564 
Submitter: venu kolli (vko...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/176721

Title:
  Please sync uqm-russian 1.0.0-1 into multiverse from Debian unstable
  (contrib)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 176721] [Review update] master

2018-04-30 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/42564 
Submitter: venu kolli (vko...@juniper.net) 


** Also affects: juniperopenstack/trunk
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/trunk
   Importance: Wishlist
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/176721

Title:
  Please sync uqm-russian 1.0.0-1 into multiverse from Debian unstable
  (contrib)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 153963] A change has been merged

2018-04-17 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/41158
Committed: 
http://github.com/Juniper/contrail-web-controller/commit/af93eedb64cffbbc68ac839f6679f19d527149a9
Submitter: Zuul v3 CI (zuu...@zuul.opencontrail.org)
Branch:master

commit af93eedb64cffbbc68ac839f6679f19d527149a9
Author: Manoj Naik 
Date:   Wed Mar 28 15:14:59 2018 -0700

Fixing the error while add/edit port when no Security group is present.

We were wrongly adding default SG to the list even if the SG was not present
as part of fixing the bug 153963
Removed the wrong code.

Fixed UT Testcase

Change-Id: I2116d3df90244c6e478182f1b2ad9b74d074eaa3
Closes-Bug: #1757514
Related-Bug: #1539639

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/153963

Title:
  [PATCH] Add STAC9228 DMIC support, SRU TEST CASE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-backports-modules-2.6.22/+bug/153963/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 153963] A change has been merged

2018-04-17 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/41408
Committed: 
http://github.com/Juniper/contrail-web-controller/commit/871ad0d9f2b47b05a0ab327ffeeac79248e09d21
Submitter: Zuul v3 CI (zuu...@zuul.opencontrail.org)
Branch:R5.0

commit 871ad0d9f2b47b05a0ab327ffeeac79248e09d21
Author: Manoj Naik 
Date:   Wed Mar 28 15:14:59 2018 -0700

Fixing the error while add/edit port when no Security group is present.

We were wrongly adding default SG to the list even if the SG was not present
as part of fixing the bug 153963
Removed the wrong code.

Fixed UT Testcase

Change-Id: I2116d3df90244c6e478182f1b2ad9b74d074eaa3
Closes-Bug: #1757514
Related-Bug: #1539639

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/153963

Title:
  [PATCH] Add STAC9228 DMIC support, SRU TEST CASE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-backports-modules-2.6.22/+bug/153963/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 41120] [Review update] master

2018-03-27 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/41122 
Submitter: supriya sridhar (supri...@juniper.net) 


** Also affects: juniperopenstack/trunk
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/trunk
   Importance: Medium
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/41120

Title:
  Update to 1.0.8 for Warty-Breezy

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 41120] [Review update] master

2018-03-27 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/41122 
Submitter: supriya sridhar (supri...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/41120

Title:
  Update to 1.0.8 for Warty-Breezy

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 38694] A change has been merged

2018-02-02 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/39136
Committed: 
http://github.com/Juniper/contrail-fabric-utils/commit/e2ce2e05bf864f8c96750073fc35f98cff70c386
Submitter: Zuul v3 CI (zuu...@zuul.opencontrail.org)
Branch:master

commit e2ce2e05bf864f8c96750073fc35f98cff70c386
Author: ankitja 
Date:   Mon Jan 15 15:12:41 2018 +0530

Fix attach_logs_cores issue

Closes-bug: #38694

Change-Id: I9aac6d913aa83f7ae94ebb406395b35c0eb0e6a9

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/38694

Title:
  No XChat in Dapper

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 38694] A change has been merged

2018-02-02 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/39136
Committed: 
http://github.com/Juniper/contrail-fabric-utils/commit/e2ce2e05bf864f8c96750073fc35f98cff70c386
Submitter: Zuul v3 CI (zuu...@zuul.opencontrail.org)
Branch:master

commit e2ce2e05bf864f8c96750073fc35f98cff70c386
Author: ankitja 
Date:   Mon Jan 15 15:12:41 2018 +0530

Fix attach_logs_cores issue

Closes-bug: #38694

Change-Id: I9aac6d913aa83f7ae94ebb406395b35c0eb0e6a9


** Changed in: juniperopenstack/trunk
   Status: In Progress => Fix Committed

** Changed in: juniperopenstack/trunk
Milestone: None => r5.0.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/38694

Title:
  No XChat in Dapper

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 38694] A change has been merged

2018-02-02 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/39137
Committed: 
http://github.com/Juniper/contrail-fabric-utils/commit/e45f84e5a28728f7c1f65935d1f28490a2ef2d70
Submitter: Zuul (z...@lists.opencontrail.org)
Branch:R4.0

commit e45f84e5a28728f7c1f65935d1f28490a2ef2d70
Author: ankitja 
Date:   Mon Jan 15 15:12:41 2018 +0530

Fix attach_logs_cores issue

Closes-bug: #38694

Change-Id: I9aac6d913aa83f7ae94ebb406395b35c0eb0e6a9

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/38694

Title:
  No XChat in Dapper

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 38694] A change has been merged

2018-02-02 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/39137
Committed: 
http://github.com/Juniper/contrail-fabric-utils/commit/e45f84e5a28728f7c1f65935d1f28490a2ef2d70
Submitter: Zuul (z...@lists.opencontrail.org)
Branch:R4.0

commit e45f84e5a28728f7c1f65935d1f28490a2ef2d70
Author: ankitja 
Date:   Mon Jan 15 15:12:41 2018 +0530

Fix attach_logs_cores issue

Closes-bug: #38694

Change-Id: I9aac6d913aa83f7ae94ebb406395b35c0eb0e6a9


** Changed in: juniperopenstack/r4.0
   Status: In Progress => Fix Committed

** Changed in: juniperopenstack/r4.0
Milestone: None => r4.0.3.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/38694

Title:
  No XChat in Dapper

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 38694] [Review update] R4.0

2018-01-23 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/39137 
Submitter: Ankit Jain (anki...@juniper.net) 


** Also affects: juniperopenstack/trunk
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/trunk
   Importance: Medium
   Status: In Progress

** Also affects: juniperopenstack/r4.0
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/r4.0
   Importance: Medium
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/38694

Title:
  No XChat in Dapper

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 38694] [Review update] master

2018-01-23 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/39136 
Submitter: Ankit Jain (anki...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/38694

Title:
  No XChat in Dapper

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 38694] [Review update] R4.0

2018-01-23 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/39137 
Submitter: Ankit Jain (anki...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/38694

Title:
  No XChat in Dapper

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 38694] [Review update] master

2018-01-23 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/39136 
Submitter: Ankit Jain (anki...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/38694

Title:
  No XChat in Dapper

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 38694] A change has been merged

2018-01-18 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/38895
Committed: 
http://github.com/Juniper/contrail-fabric-utils/commit/f47e0cab468567a39d58cdb7cc3c5c93a4907f33
Submitter: Zuul (z...@lists.opencontrail.org)
Branch:R4.1

commit f47e0cab468567a39d58cdb7cc3c5c93a4907f33
Author: ankitja 
Date:   Mon Jan 15 15:12:41 2018 +0530

Fix attach_logs_cores issue

Closes-bug: #38694

Change-Id: I9aac6d913aa83f7ae94ebb406395b35c0eb0e6a9


** Changed in: juniperopenstack/r4.1
   Status: In Progress => Fix Committed

** Changed in: juniperopenstack/r4.1
Milestone: None => r4.1.1.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/38694

Title:
  No XChat in Dapper

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 38694] A change has been merged

2018-01-18 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/38895
Committed: 
http://github.com/Juniper/contrail-fabric-utils/commit/f47e0cab468567a39d58cdb7cc3c5c93a4907f33
Submitter: Zuul (z...@lists.opencontrail.org)
Branch:R4.1

commit f47e0cab468567a39d58cdb7cc3c5c93a4907f33
Author: ankitja 
Date:   Mon Jan 15 15:12:41 2018 +0530

Fix attach_logs_cores issue

Closes-bug: #38694

Change-Id: I9aac6d913aa83f7ae94ebb406395b35c0eb0e6a9

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/38694

Title:
  No XChat in Dapper

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 38694] [Review update] R4.1

2018-01-15 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/38895 
Submitter: Ankit Jain (anki...@juniper.net) 


** Also affects: juniperopenstack/r4.1
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/r4.1
   Importance: Medium
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/38694

Title:
  No XChat in Dapper

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 38694] [Review update] R4.1

2018-01-15 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/38895 
Submitter: Ankit Jain (anki...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/38694

Title:
  No XChat in Dapper

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 38694] [Review update] R4.1

2018-01-15 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/38895 
Submitter: Ankit Jain (anki...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/38694

Title:
  No XChat in Dapper

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 38694] [Review update] R4.1

2018-01-15 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/38895 
Submitter: Ankit Jain (anki...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/38694

Title:
  No XChat in Dapper

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1701980] [Review update] master

2017-08-01 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/34220 
Submitter: Pramodh D'Souza (pdso...@juniper.net) 


** Also affects: juniperopenstack/trunk
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/trunk
   Importance: Undecided
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1701980

Title:
  package firebird3.0-server 3.0.1.32609.ds4-13 failed to
  install/upgrade: sub-processo script post-installation instalado
  retornou estado de saída de erro 1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1701980] [Review update] master

2017-08-01 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/34220 
Submitter: Pramodh D'Souza (pdso...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1701980

Title:
  package firebird3.0-server 3.0.1.32609.ds4-13 failed to
  install/upgrade: sub-processo script post-installation instalado
  retornou estado de saída de erro 1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 669311] [Review update] master

2017-03-09 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/29475 
Submitter: Nikhil Bansal (nikh...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/669311

Title:
  package bcmwl-kernel-source 5.60.48.36 bdcom-0ubuntu3 failed to
  install/upgrade: bcmwl kernel module failed to build

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 669311] [Review update] master

2017-03-09 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/29475 
Submitter: Nikhil Bansal (nikh...@juniper.net) 


** Also affects: juniperopenstack/trunk
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/trunk
   Importance: Undecided
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/669311

Title:
  package bcmwl-kernel-source 5.60.48.36 bdcom-0ubuntu3 failed to
  install/upgrade: bcmwl kernel module failed to build

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 27571] [Review update] master

2017-02-06 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/28495 
Submitter: Nikhil Bansal (nikh...@juniper.net) 


** Also affects: juniperopenstack/trunk
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/trunk
   Importance: Medium
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/27571

Title:
  python-unit: new changes from Debian require merging

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 26472] [Review update] R3.2

2016-12-05 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/26797 
Submitter: Naga Kiran (nagaki...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/26472

Title:
  Rhythmbox Freezes Upon WiFi Net Drop...

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 26472] [Review update] R3.2

2016-12-04 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/26797 
Submitter: hari-sk (har...@juniper.net) 


** Also affects: juniperopenstack/r3.2
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/r3.2
   Importance: Medium
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/26472

Title:
  Rhythmbox Freezes Upon WiFi Net Drop...

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 26472] [Review update] master

2016-12-04 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/26713 
Submitter: hari-sk (har...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/26472

Title:
  Rhythmbox Freezes Upon WiFi Net Drop...

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 26472] [Review update] master

2016-12-02 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/26713 
Submitter: hari-sk (har...@juniper.net) 


** Also affects: juniperopenstack/trunk
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/trunk
   Importance: Medium
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/26472

Title:
  Rhythmbox Freezes Upon WiFi Net Drop...

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 642534] [Review update] R3.2

2016-11-17 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/26261 
Submitter: Siva Bavanasi (kbs...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/642534

Title:
  gnome-keyring-daemon uses 100% CPU after accepting GPG passphrase

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 642534] [Review update] R3.2

2016-11-17 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/26261 
Submitter: Siva Bavanasi (kbs...@juniper.net) 


** Also affects: juniperopenstack/r3.2
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/r3.2
   Importance: Low
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/642534

Title:
  gnome-keyring-daemon uses 100% CPU after accepting GPG passphrase

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 642534] [Review update] R3.1

2016-11-17 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/26260 
Submitter: Siva Bavanasi (kbs...@juniper.net) 


** Also affects: juniperopenstack/r3.1
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/r3.1
   Importance: Low
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/642534

Title:
  gnome-keyring-daemon uses 100% CPU after accepting GPG passphrase

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 642534] [Review update] R3.1

2016-11-17 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/26260 
Submitter: Siva Bavanasi (kbs...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/642534

Title:
  gnome-keyring-daemon uses 100% CPU after accepting GPG passphrase

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 642534] A change has been merged

2016-11-17 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/26226
Committed: 
http://github.org/Juniper/contrail-web-controller/commit/597d3c63baa97521ca9544fdec28a87bb76d1cc0
Submitter: Zuul
Branch:master

commit 597d3c63baa97521ca9544fdec28a87bb76d1cc0
Author: Siva Bavanasi 
Date:   Thu Nov 17 15:54:38 2016 +0530

Closes-bug: #642534 - Logical Routers page is not loading when there are no
connected networks

Change-Id: I32a1ac5fdb4947496cfdeff8a288471b0267a853

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/642534

Title:
  gnome-keyring-daemon uses 100% CPU after accepting GPG passphrase

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 642534] A change has been merged

2016-11-17 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/26226
Committed: 
http://github.org/Juniper/contrail-web-controller/commit/597d3c63baa97521ca9544fdec28a87bb76d1cc0
Submitter: Zuul
Branch:master

commit 597d3c63baa97521ca9544fdec28a87bb76d1cc0
Author: Siva Bavanasi 
Date:   Thu Nov 17 15:54:38 2016 +0530

Closes-bug: #642534 - Logical Routers page is not loading when there are no
connected networks

Change-Id: I32a1ac5fdb4947496cfdeff8a288471b0267a853


** Changed in: juniperopenstack/trunk
   Status: In Progress => Fix Committed

** Changed in: juniperopenstack/trunk
Milestone: None => r4.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/642534

Title:
  gnome-keyring-daemon uses 100% CPU after accepting GPG passphrase

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 642534] [Review update] master

2016-11-17 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/26226 
Submitter: Siva Bavanasi (kbs...@juniper.net) 


** Also affects: juniperopenstack/trunk
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/trunk
   Importance: Low
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/642534

Title:
  gnome-keyring-daemon uses 100% CPU after accepting GPG passphrase

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 642534] [Review update] master

2016-11-17 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/26226 
Submitter: Siva Bavanasi (kbs...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/642534

Title:
  gnome-keyring-daemon uses 100% CPU after accepting GPG passphrase

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 163301] [Review update] master

2016-10-27 Thread OpenContrail Admin
*** This bug is a duplicate of bug 155702 ***
https://bugs.launchpad.net/bugs/155702

Review in progress for https://review.opencontrail.org/25465 
Submitter: Akhil (akh...@juniper.net) 


** Also affects: juniperopenstack/trunk
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/trunk
   Importance: Undecided
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/163301

Title:
  Gutsy boot consuming lot of time due to timeouts when probing UDMA
  settings

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 160327] A change has been merged

2016-07-15 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/22029
Committed: 
http://github.org/Juniper/contrail-fabric-utils/commit/fbefb86c43059283ba4c196e6e733830291e018b
Submitter: Zuul
Branch:R3.1

commit fbefb86c43059283ba4c196e6e733830291e018b
Author: Nagendra Chandran 
Date:   Fri Jul 15 02:15:31 2016 +

Rhel7-liberty: neutron endpoint created by packstack

Change-Id: I3f5d9cbecf5281a92836b30b9c63325262d12c46
Closes-Bug: 160327


** Changed in: juniperopenstack/r3.1
   Status: In Progress => Fix Committed

** Changed in: juniperopenstack/r3.1
Milestone: None => r3.1.0.0-fcs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/160327

Title:
  Please sync dcfldd 1.3.4.1-1 (universe) from Debian unstable (main)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 160327] A change has been merged

2016-07-15 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/22029
Committed: 
http://github.org/Juniper/contrail-fabric-utils/commit/fbefb86c43059283ba4c196e6e733830291e018b
Submitter: Zuul
Branch:R3.1

commit fbefb86c43059283ba4c196e6e733830291e018b
Author: Nagendra Chandran 
Date:   Fri Jul 15 02:15:31 2016 +

Rhel7-liberty: neutron endpoint created by packstack

Change-Id: I3f5d9cbecf5281a92836b30b9c63325262d12c46
Closes-Bug: 160327

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/160327

Title:
  Please sync dcfldd 1.3.4.1-1 (universe) from Debian unstable (main)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 160327] [Review update] R3.1

2016-07-15 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/22029 
Submitter: Nagendra Prasath (npchand...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/160327

Title:
  Please sync dcfldd 1.3.4.1-1 (universe) from Debian unstable (main)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 160327] [Review update] R3.1

2016-07-15 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/22029 
Submitter: Nagendra Prasath (npchand...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/160327

Title:
  Please sync dcfldd 1.3.4.1-1 (universe) from Debian unstable (main)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 160327] [Review update] R3.1

2016-07-14 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/22029 
Submitter: Nagendra Prasath (npchand...@juniper.net) 


** Also affects: juniperopenstack/r3.1
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/r3.1
   Importance: Wishlist
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/160327

Title:
  Please sync dcfldd 1.3.4.1-1 (universe) from Debian unstable (main)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 160327] [Review update] R3.1

2016-07-14 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/22029 
Submitter: Nagendra Prasath (npchand...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/160327

Title:
  Please sync dcfldd 1.3.4.1-1 (universe) from Debian unstable (main)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1597881] [Review update] R2.20

2016-06-30 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/21599 
Submitter: Senthilnathan Murugappan (msent...@juniper.net) 


** Also affects: juniperopenstack/r2.20
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/r2.20
   Importance: Undecided
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1597881

Title:
  Fix for CVE-2016-1234 in Ubuntu for eglibc 2.15-0ubuntu10.15

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1597881] [Review update] R2.20

2016-06-30 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/21599 
Submitter: Senthilnathan Murugappan (msent...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1597881

Title:
  Fix for CVE-2016-1234 in Ubuntu for eglibc 2.15-0ubuntu10.15

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1597881] [Review update] R3.0

2016-06-30 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/21598 
Submitter: Senthilnathan Murugappan (msent...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1597881

Title:
  Fix for CVE-2016-1234 in Ubuntu for eglibc 2.15-0ubuntu10.15

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1597881] [Review update] R3.0

2016-06-30 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/21598 
Submitter: Senthilnathan Murugappan (msent...@juniper.net) 


** Also affects: juniperopenstack/r3.0
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/r3.0
   Importance: Undecided
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1597881

Title:
  Fix for CVE-2016-1234 in Ubuntu for eglibc 2.15-0ubuntu10.15

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1597881] [Review update] master

2016-06-30 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/21597 
Submitter: Senthilnathan Murugappan (msent...@juniper.net) 


** Also affects: juniperopenstack/r2.22.x
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/r2.22.x
   Importance: Undecided
   Status: In Progress

** Also affects: juniperopenstack/trunk
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/trunk
   Importance: Undecided
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1597881

Title:
  Fix for CVE-2016-1234 in Ubuntu for eglibc 2.15-0ubuntu10.15

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1597881] [Review update] R2.22.x

2016-06-30 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/21596 
Submitter: Senthilnathan Murugappan (msent...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1597881

Title:
  Fix for CVE-2016-1234 in Ubuntu for eglibc 2.15-0ubuntu10.15

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1597881] [Review update] R2.22.x

2016-06-30 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/21596 
Submitter: Senthilnathan Murugappan (msent...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1597881

Title:
  Fix for CVE-2016-1234 in Ubuntu for eglibc 2.15-0ubuntu10.15

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1597881] [Review update] master

2016-06-30 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/21597 
Submitter: Senthilnathan Murugappan (msent...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1597881

Title:
  Fix for CVE-2016-1234 in Ubuntu for eglibc 2.15-0ubuntu10.15

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 18280] A change has been merged

2016-04-25 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/19481
Committed: 
http://github.org/Juniper/contrail-controller/commit/eb7720a346ff07b63527e87b0bad288f797925f6
Submitter: Zuul
Branch:R2.22.x

commit eb7720a346ff07b63527e87b0bad288f797925f6
Author: Biswajit Mandal 
Date:   Wed Mar 30 21:14:00 2016 +0530

Closes-Bug: #18280
If HTTP_X_ROLE not found, then copy from HTTP_X_API_ROLE

Change-Id: Ic00603df974ffcc85e7c78e1a23fe37e6da2bf56
(cherry picked from commit d2835c79706449e3f96fc02ea439c65e1e65115b)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/18280

Title:
  Firefox crashes when setting desktop wallpaper from image

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 18280] A change has been merged

2016-04-25 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/19481
Committed: 
http://github.org/Juniper/contrail-controller/commit/eb7720a346ff07b63527e87b0bad288f797925f6
Submitter: Zuul
Branch:R2.22.x

commit eb7720a346ff07b63527e87b0bad288f797925f6
Author: Biswajit Mandal 
Date:   Wed Mar 30 21:14:00 2016 +0530

Closes-Bug: #18280
If HTTP_X_ROLE not found, then copy from HTTP_X_API_ROLE

Change-Id: Ic00603df974ffcc85e7c78e1a23fe37e6da2bf56
(cherry picked from commit d2835c79706449e3f96fc02ea439c65e1e65115b)


** Changed in: juniperopenstack/r2.22.x
   Status: In Progress => Fix Committed

** Changed in: juniperopenstack/r2.22.x
Milestone: None => r2.22.2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/18280

Title:
  Firefox crashes when setting desktop wallpaper from image

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 18280] A change has been merged

2016-04-25 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/19480
Committed: 
http://github.org/Juniper/contrail-controller/commit/405c49550de9fc9d405fb88653be64a6e05e71e1
Submitter: Zuul
Branch:R2.21.x

commit 405c49550de9fc9d405fb88653be64a6e05e71e1
Author: Biswajit Mandal 
Date:   Wed Mar 30 21:14:00 2016 +0530

Closes-Bug: #18280
If HTTP_X_ROLE not found, then copy from HTTP_X_API_ROLE

Change-Id: Ic00603df974ffcc85e7c78e1a23fe37e6da2bf56
(cherry picked from commit d2835c79706449e3f96fc02ea439c65e1e65115b)


** Changed in: juniperopenstack/r2.21.x
   Status: In Progress => Fix Committed

** Changed in: juniperopenstack/r2.21.x
Milestone: None => r2.21.2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/18280

Title:
  Firefox crashes when setting desktop wallpaper from image

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 18280] A change has been merged

2016-04-25 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/19480
Committed: 
http://github.org/Juniper/contrail-controller/commit/405c49550de9fc9d405fb88653be64a6e05e71e1
Submitter: Zuul
Branch:R2.21.x

commit 405c49550de9fc9d405fb88653be64a6e05e71e1
Author: Biswajit Mandal 
Date:   Wed Mar 30 21:14:00 2016 +0530

Closes-Bug: #18280
If HTTP_X_ROLE not found, then copy from HTTP_X_API_ROLE

Change-Id: Ic00603df974ffcc85e7c78e1a23fe37e6da2bf56
(cherry picked from commit d2835c79706449e3f96fc02ea439c65e1e65115b)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/18280

Title:
  Firefox crashes when setting desktop wallpaper from image

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 18280] [Review update] R2.22.x

2016-04-20 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/19481 
Submitter: Biswajit Mandal (bman...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/18280

Title:
  Firefox crashes when setting desktop wallpaper from image

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 18280] [Review update] R2.21.x

2016-04-20 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/19480 
Submitter: Biswajit Mandal (bman...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/18280

Title:
  Firefox crashes when setting desktop wallpaper from image

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 18280] [Review update] R2.22.x

2016-04-20 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/19481 
Submitter: Biswajit Mandal (bman...@juniper.net) 


** Also affects: juniperopenstack/r2.22.x
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/r2.22.x
   Importance: Medium
 Assignee: Ian Jackson (ijackson)
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/18280

Title:
  Firefox crashes when setting desktop wallpaper from image

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 18280] [Review update] R2.21.x

2016-04-20 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/19480 
Submitter: Biswajit Mandal (bman...@juniper.net) 


** Also affects: juniperopenstack/r2.21.x
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/r2.21.x
   Importance: Medium
 Assignee: Ian Jackson (ijackson)
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/18280

Title:
  Firefox crashes when setting desktop wallpaper from image

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 18280] A change has been merged

2016-04-05 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/18886
Committed: 
http://github.org/Juniper/contrail-controller/commit/d2835c79706449e3f96fc02ea439c65e1e65115b
Submitter: Zuul
Branch:R2.20

commit d2835c79706449e3f96fc02ea439c65e1e65115b
Author: Biswajit Mandal 
Date:   Wed Mar 30 21:14:00 2016 +0530

Closes-Bug: #18280
If HTTP_X_ROLE not found, then copy from HTTP_X_API_ROLE

Change-Id: Ic00603df974ffcc85e7c78e1a23fe37e6da2bf56

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/18280

Title:
  Firefox crashes when setting desktop wallpaper from image

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 18280] A change has been merged

2016-04-05 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/18886
Committed: 
http://github.org/Juniper/contrail-controller/commit/d2835c79706449e3f96fc02ea439c65e1e65115b
Submitter: Zuul
Branch:R2.20

commit d2835c79706449e3f96fc02ea439c65e1e65115b
Author: Biswajit Mandal 
Date:   Wed Mar 30 21:14:00 2016 +0530

Closes-Bug: #18280
If HTTP_X_ROLE not found, then copy from HTTP_X_API_ROLE

Change-Id: Ic00603df974ffcc85e7c78e1a23fe37e6da2bf56


** Changed in: juniperopenstack/r2.20
   Status: In Progress => Fix Committed

** Changed in: juniperopenstack/r2.20
Milestone: None => r2.23

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/18280

Title:
  Firefox crashes when setting desktop wallpaper from image

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 18280] [Review update] R2.20

2016-03-30 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/18886 
Submitter: Biswajit Mandal (bman...@juniper.net) 


** Also affects: juniperopenstack/r2.20
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/r2.20
   Importance: Medium
 Assignee: Ian Jackson (ijackson)
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/18280

Title:
  Firefox crashes when setting desktop wallpaper from image

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 18280] [Review update] R2.20

2016-03-30 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/18886 
Submitter: Biswajit Mandal (bman...@juniper.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/18280

Title:
  Firefox crashes when setting desktop wallpaper from image

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 154962] [Review update] R3.0

2016-03-21 Thread OpenContrail Admin
Review in progress for https://review.opencontrail.org/18586 
Submitter: Nitish Krishna Kaveri (niti...@juniper.net) 


** Also affects: juniperopenstack/r3.0
   Importance: Undecided
   Status: New

** Also affects: juniperopenstack/r3.0
   Importance: Undecided
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/154962

Title:
  banshee incorrectly syncs ipod

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   >