novnc proxy fails with "Msg: Connect timeout" in 6.0 if fuel master node is not connected to the internet or turned off

Bug #1409661 reported by Dmitry Nikishov
48
This bug affects 10 people
Affects Status Importance Assigned to Milestone
Mirantis OpenStack
Fix Released
High
Roman Podoliaka
5.0.x
Won't Fix
High
MOS Nova
5.1.x
Won't Fix
High
MOS Maintenance
6.0.x
Fix Released
High
Alexander Nevenchannyy
6.1.x
Fix Released
High
Roman Podoliaka

Bug Description

Upstream bug: https://bugs.launchpad.net/nova/+bug/1422315

Environment:
- Ubuntu, Neutron/VLAN;
- Customer found it in multinode deployment, I've confirmed it on HA env;
- ISO built from stable/6.0 with minor customizations;
- Plugins (SR-IOV configuration for Neutron);

Steps to reproduce:
- Deploy an Ubuntu/Neutron environment;
- Go to Horizon and try to spawn an instance;
- Try to access VNC console;
- noVNC displays error message "Connect timeout";

What I've found out:
- /var/log/nova/nova-novncproxy.log looks fine, no error messages here;
- telnet from controller to VNC port on compute node works, VNC server is up and running;
- affected browsers: Chromium, Firefox;
- Firefox web console log: http://paste.openstack.org/show/156429/

Revision history for this message
Aleksander Mogylchenko (amogylchenko) wrote :

Websockify package was updated as a part of big task here:
https://bugs.launchpad.net/fuel/+bug/1367192

Revision history for this message
Aleksander Mogylchenko (amogylchenko) wrote :

MOS Linux has nothing to do here.

Revision history for this message
Dmitry Nikishov (nikishov-da) wrote :

Couldn't reproduce on 6.0 release ISO. Marking as invalid for now.

Revision history for this message
Roger Törnström (roger-tornstrom) wrote :

We have the same problem on a 6.0 environment installed with HA. We have not tried to downgrade the websockify package as we were hoping for a better solution to this problem.

Revision history for this message
Dmitry Nikishov (nikishov-da) wrote :

In our environment, using updated Nova packages has fixed an issue. I guess this is related to Nova itself. Are you using the release 6.0 ISO?

Revision history for this message
Roger Törnström (roger-tornstrom) wrote :

We found the problem. It was a non-reachable DNS that prevented NoVNC from working. So this seems to be OK in 6.0.

Revision history for this message
Roger Törnström (roger-tornstrom) wrote :

And, yes, we used the official 6.0 ISO.

tags: added: nova
Revision history for this message
Łukasz Leszczuk (lukasz-leszczuk) wrote :

Roger, could you please describe where exactly was the dns issue ? I just installed Fuel 6 and im experiencing same issue as the author. No console in horizon, same error in firefox.

Revision history for this message
David Sargrad (dsargrad) wrote :

I just installed Fuel 6. I also am having what seems to be the very same NOVNC connection issue. I have an open support ticket relative to this. The support team just pointed me to this launchpad bug highlighting the correlation.

My current setup (which is a test and analysis setup) is on a completely isolated network. I have no reason to use DNS currently and do not have a DNS service that I expect to tie to.

What Domain Name would be in use at the time of a NOVNC connection (while consoling into the VM)? I'd like to see if I can solve this, perhaps by ensuring that the domain name is resolvable (simple hosts file addition might do).

Revision history for this message
Björn Pettersson (bjoernfan) wrote :

Hi. I work with Roger and we assumed you are subscribed to issues in launchpad when you make a comment, appears not so! Sorry for not replying earlier.

We don't have access to the internet from Fuel in our environment, nor any internal DNS servers. And the Fuel setup does not let you install Fuel without specifying a DNS server, so we kept the default, namely Google's 8.8.8.8.

This leads to DNS requests being sent to 8.8.8.8 on lookups, and they all fail by timing out.

    dockerctl shell cobbler

Check /etc/dnsmasq.upstream, we changed 8.8.8.8 to 127.0.0.1, making it give up instantly.

What I actually wanted to do was to disable DNS forwarding, but this solved the problem for us so we moved on to other issues. :)

  [root@acef1204c473 /]# host node-7
  node-7.domain.tld has address 10.20.0.5
  Host node-7.domain.tld not found: 5(REFUSED)
  Host node-7.domain.tld not found: 5(REFUSED)

Even if this obviously isn't ideal.

This fixed both the issue with it being slow to ssh to a node from Fuel using the node name (node-7) instead of the IP, and it also fixed the NOVNC issue.

Revision history for this message
Björn Pettersson (bjoernfan) wrote :

+ don't forget to reload dnsmasq after changes in /etc/dnsmasq.upstream.

    /etc/init.d/dnsmasq reload

Revision history for this message
Michael Petersen (mpetason) wrote :

Possible Workaround :

DNS config on infrastructure nodes by default relies on (points to) DNS server running on master node, which in turn requires internet (DNS) access on master node.Here is how you can change the DNS server for the infrastructure.

On Fuel master:
1. Open file /etc/dnsmasq.upstream and edit the line which with "nameserver" - enter the desired IP address of external DNS server. Save the file.
2. Enter cobbler shell by running "dockerctl shell cobbler"
3. Run "/etc/init.d/dnsmasq restart"Default gateway on Fuel master is supposed to allow it to connect to external network / internet. These are your options:
- either need to set/provide a proper default gateway for master node which provides access to DNS server written in /etc/dnsmasq.upstream
- or or create a persistent route to an internet-connected DNS server reachable from master node via any of it's networks
- or point /etc/dnsmasq.upstream to an internet-connected DNS-server, if you have any within any routeable networks your Fuel master can reachFirst option is the easiest, which can be achieved by bringing a router with IP 10.20.0.1 into this network.

Revision history for this message
Dmitry Sutyagin (dsutyagin) wrote :

As the original author of the above text (#12) I'd like to
1 - say sorry it got messed up
2 - express the main idea - it seems like the novncproxy functionality at the moment is dependant on timely DNS responces, so
3 - workaround is ether to make sure DNS works OR block DNS requests by doing what is written in replies #10 and #11 here - both seem to fix the issue.

Revision history for this message
Michael Kraynov (mkraynov) wrote :
Download full text (7.8 KiB)

When fuel master node doesn't have internet, this can be observer in dnmasq.log inside cobbler container when trying to open vnc console:
Feb 13 01:56:13 dnsmasq[1159]: reading /etc/dnsmasq.upstream
Feb 13 01:56:13 dnsmasq[1159]: using nameserver 8.8.8.8#53
Feb 13 01:56:13 dnsmasq[1159]: using local addresses only for domain domain.tld
Feb 13 01:56:13 dnsmasq[1159]: using local addresses only for domain local
Feb 13 01:56:13 dnsmasq[1159]: query[PTR] 2.16.16.172.in-addr.arpa from 172.17.42.1
Feb 13 01:56:13 dnsmasq[1159]: forwarded 2.16.16.172.in-addr.arpa to 8.8.8.8
Feb 13 01:56:18 dnsmasq[1159]: query[PTR] 2.16.16.172.in-addr.arpa from 172.17.42.1
Feb 13 01:56:18 dnsmasq[1159]: forwarded 2.16.16.172.in-addr.arpa to 8.8.8.8
Feb 13 01:56:24 dnsmasq[1159]: query[PTR] 2.16.16.172.in-addr.arpa from 172.17.42.1
Feb 13 01:56:24 dnsmasq[1159]: forwarded 2.16.16.172.in-addr.arpa to 8.8.8.8
Feb 13 01:56:24 dnsmasq[1159]: query[PTR] 2.16.16.172.in-addr.arpa from 172.17.42.1
Feb 13 01:56:24 dnsmasq[1159]: forwarded 2.16.16.172.in-addr.arpa to 8.8.8.8
Feb 13 01:56:24 dnsmasq[1159]: query[PTR] 2.16.16.172.in-addr.arpa from 172.17.42.1
Feb 13 01:56:24 dnsmasq[1159]: forwarded 2.16.16.172.in-addr.arpa to 8.8.8.8
Feb 13 01:56:29 dnsmasq[1159]: query[PTR] 2.16.16.172.in-addr.arpa from 172.17.42.1
Feb 13 01:56:29 dnsmasq[1159]: forwarded 2.16.16.172.in-addr.arpa to 8.8.8.8
Feb 13 01:56:29 dnsmasq[1159]: query[PTR] 2.16.16.172.in-addr.arpa from 172.17.42.1
Feb 13 01:56:29 dnsmasq[1159]: forwarded 2.16.16.172.in-addr.arpa to 8.8.8.8
Feb 13 01:56:29 dnsmasq[1159]: query[PTR] 2.16.16.172.in-addr.arpa from 172.17.42.1
Feb 13 01:56:29 dnsmasq[1159]: forwarded 2.16.16.172.in-addr.arpa to 8.8.8.8
Feb 13 01:56:34 dnsmasq[1159]: query[PTR] 2.16.16.172.in-addr.arpa from 172.17.42.1
Feb 13 01:56:34 dnsmasq[1159]: forwarded 2.16.16.172.in-addr.arpa to 8.8.8.8
Feb 13 01:56:34 dnsmasq[1159]: query[PTR] 2.16.16.172.in-addr.arpa from 172.17.42.1
Feb 13 01:56:34 dnsmasq[1159]: forwarded 2.16.16.172.in-addr.arpa to 8.8.8.8
Feb 13 01:56:34 dnsmasq[1159]: query[PTR] 2.16.16.172.in-addr.arpa from 172.17.42.1
Feb 13 01:56:34 dnsmasq[1159]: forwarded 2.16.16.172.in-addr.arpa to 8.8.8.8
Feb 13 01:56:34 dnsmasq[1159]: query[PTR] 2.16.16.172.in-addr.arpa from 172.17.42.1
Feb 13 01:56:34 dnsmasq[1159]: forwarded 2.16.16.172.in-addr.arpa to 8.8.8.8
Feb 13 01:56:34 dnsmasq[1159]: query[PTR] 2.16.16.172.in-addr.arpa from 172.17.42.1
Feb 13 01:56:34 dnsmasq[1159]: forwarded 2.16.16.172.in-addr.arpa to 8.8.8.8
Feb 13 01:56:34 dnsmasq[1159]: query[PTR] 2.16.16.172.in-addr.arpa from 172.17.42.1
Feb 13 01:56:34 dnsmasq[1159]: forwarded 2.16.16.172.in-addr.arpa to 8.8.8.8
Feb 13 01:56:39 dnsmasq[1159]: query[PTR] 2.16.16.172.in-addr.arpa from 172.17.42.1
Feb 13 01:56:39 dnsmasq[1159]: forwarded 2.16.16.172.in-addr.arpa to 8.8.8.8
Feb 13 01:56:39 dnsmasq[1159]: query[PTR] 2.16.16.172.in-addr.arpa from 172.17.42.1
Feb 13 01:56:39 dnsmasq[1159]: forwarded 2.16.16.172.in-addr.arpa to 8.8.8.8
Feb 13 01:56:39 dnsmasq[1159]: query[PTR] 2.16.16.172.in-addr.arpa from 172.17.42.1
Feb 13 01:56:39 dnsmasq[1159]: forwarded 2.16.16.172.in-addr.arpa to 8.8.8.8
Feb 13 01:56:39 dnsmasq[1159]: query[PTR] 2.16.1...

Read more...

Revision history for this message
Michael Kraynov (mkraynov) wrote :

Also, adding this line to /etc/dnsmasq.conf inside cobbler container:
local=/16.16.172.in-addr.arpa/
helps to solve the problem.

Revision history for this message
Alexander Bozhenko (alexbozhenko) wrote :

Also, turned off fuel master node leads to not being able to open vnc console too.
Please, reopen the bug.

Also, why novncproxy depends on reverse dns lookups at all?

summary: - novnc proxy fails with "Msg: Connect timeout" in 6.0
+ novnc proxy fails with "Msg: Connect timeout" in 6.0 if fuel master node
+ is not connected to the internet
Revision history for this message
Michael Kraynov (mkraynov) wrote : Re: novnc proxy fails with "Msg: Connect timeout" in 6.0 if fuel master node is not connected to the internet

172.16.16.0 It's management network

summary: novnc proxy fails with "Msg: Connect timeout" in 6.0 if fuel master node
- is not connected to the internet
+ is not connected to the internet or turned off
Revision history for this message
Roman Podoliaka (rpodolyaka) wrote :

Looks like a reverse DNS lookup is done here (https://github.com/python/cpython/blob/2.6/Lib/BaseHTTPServer.py#L478-L487) when logging a request information. Should be relatively easy to fix.

no longer affects: fuel/6.1.x
no longer affects: fuel/6.0.x
no longer affects: fuel
description: updated
Revision history for this message
Roman Podoliaka (rpodolyaka) wrote :

^ I can confirm the assumption above. After disabling reverse DNS lookups VNC works like a charm again

Revision history for this message
Roger Törnström (roger-tornstrom) wrote :

Since this fault appears to be related to reverse DNS lookups does this affect any other services besides NoVNC? We experience a lot of slow commands and commands sometimes failing, but succeeding on the next try in 6.0 with HA.

description: updated
Revision history for this message
Roman Podoliaka (rpodolyaka) wrote :

Roger, it may. At least sshd must be affected (unless we set "UseDNS no" explicitly).

Could you please elaborate on the problems you are seeing? If confirmed, it would probably make sense to create separate bugs for those.

Revision history for this message
Roger Törnström (roger-tornstrom) wrote :

Sure, here are a few issues:

* Keystone is not working through the management VIP, error message after timeout is "Unable to establish connection to http://192.168.0.2:35357/v2.0/tenants". Running keystone commands directly on one of the controllers works.

* Nova and neutron commands fails with "Timed out waiting for a reply to message ID ...". The error is not received on the CLI console but in Horizon after a timeout. Running the same command again, or yet again, will succeed. Maybe this is in other commands too but I can't remember. The nova and neutron commands are the most frequently used.

* Nova boot can get stuck in "building" and there is no evidence in the scheduler that it has tried to find a free compute. Terminating and spawning again, or yet again, will succeed.

* Lots of AMPQ disconnect/connects in the logfiles.

Before we ran a MOS 5.0.x environment with no HA and no public access to Horizon/CLI and we never experienced any major issues. Now we are running MOS 6.0 with HA and public access to Horizon/CLI and there are lots of small annoying issues.

Some times when the problems has been biggest I have tried to restart the master controller and then things have started to work better for a while.

I have tried to check this bugtracker and i've found a few bugs that looks like problems that we are seeing. But when I check their status it looks, to me, that they should have been fixed in 6.0. They are at least closed long before the public release of 6.0. And we have installed from the release iso for 6.0.

Revision history for this message
Alexander Bozhenko (alexbozhenko) wrote :

Roman, you gave a link to cpython function address_string.
Was same function used in prior releases? Do you have idea, why this issue appears only in 6.0?

Also, I think both root causes should be fixed:
1) Reverse dns lookups used.
 2) Wrong /etc/dnsmasq.conf on fuel master, that tries to forward requests to public dns server (it is similiar thing as in https://bugs.launchpad.net/fuel/+bug/1393605)

Revision history for this message
Alexander Bozhenko (alexbozhenko) wrote :

Roger, do you have account on
http://support.mirantis.com/ ?
If no, please register account on https://software.mirantis.com/trial-support-subscription/ and file separate zendesk tickets. Support group can help you investigate the issues, and will file separate LP bugs, if we will discover them.

Also, all your described issues are happen with fuel master not connected to the internet?

Revision history for this message
Roger Törnström (roger-tornstrom) wrote :

Yes, Fuel is NOT connected to a public network.

Revision history for this message
OSCI Robot (oscirobot) wrote :

package nova has been built for project openstack/nova
Package version == 2014.2.2, package release == fuel6.1.mira2.git.c599a1b.bea7645

Changeset: https://review.fuel-infra.org/3776
project: openstack/nova
branch: openstack-ci/fuel-6.1/2014.2
author: Roman Podoliaka
committer: Roman Podoliaka
subject: Fix VNC access, when reverse DNS lookups fail
status: patchset-created

Files placed on repository:

NOTE: Changeset is not merged, created temporary package repository.
 repository URL: /centos-fuel-6.1-stable-3776/

Revision history for this message
OSCI Robot (oscirobot) wrote :

package nova has been built for project openstack/nova
Package version == 2014.2.2, package release == fuel6.1~mira2+git.c599a1b.bea7645

Changeset: https://review.fuel-infra.org/3776
project: openstack/nova
branch: openstack-ci/fuel-6.1/2014.2
author: Roman Podoliaka
committer: Roman Podoliaka
subject: Fix VNC access, when reverse DNS lookups fail
status: patchset-created

Files placed on repository:

NOTE: Changeset is not merged, created temporary package repository.
 repository URL: /ubuntu-fuel-6.1-stable-3776/

Revision history for this message
Alexander Bozhenko (alexbozhenko) wrote :

Roman, could you please comment on my questions in #23.

Revision history for this message
OSCI Robot (oscirobot) wrote :

package nova has been built for project openstack/nova
Package version == 2014.2.2, package release == fuel6.1.mira2.git.a3d46af.bea7645

Changeset: https://review.fuel-infra.org/3776
project: openstack/nova
branch: openstack-ci/fuel-6.1/2014.2
author: Roman Podoliaka
committer: Ivan Udovichenko
subject: Fix VNC access, when reverse DNS lookups fail
status: patchset-created

Files placed on repository:

NOTE: Changeset is not merged, created temporary package repository.
 repository URL: /centos-fuel-6.1-stable-3776/

Revision history for this message
OSCI Robot (oscirobot) wrote :

package nova has been built for project openstack/nova
Package version == 2014.2.2, package release == fuel6.1~mira2+git.a3d46af.bea7645

Changeset: https://review.fuel-infra.org/3776
project: openstack/nova
branch: openstack-ci/fuel-6.1/2014.2
author: Roman Podoliaka
committer: Ivan Udovichenko
subject: Fix VNC access, when reverse DNS lookups fail
status: patchset-created

Files placed on repository:

NOTE: Changeset is not merged, created temporary package repository.
 repository URL: /ubuntu-fuel-6.1-stable-3776/

Revision history for this message
Roman Podoliaka (rpodolyaka) wrote :

@Alexander

>>> Was same function used in prior releases? Do you have idea, why this issue appears only in 6.0?

Code is the same. I'm pretty much sure this issue affects *all* releases. The fix to master of nova was merged just yesterday https://review.openstack.org/#/c/156196/

>>> Wrong /etc/dnsmasq.conf on fuel master, that tries to forward requests to public dns server

I'm not sure that's actually wrong. It's just not clear to me, if we really want nodes in the cluster be using the dns server on the master node.

Revision history for this message
OSCI Robot (oscirobot) wrote :

package nova has been built for project openstack/nova
Package version == 2014.2.2, package release == fuel6.1.mira2

Changeset: https://review.fuel-infra.org/3776
project: openstack/nova
branch: openstack-ci/fuel-6.1/2014.2
author: Roman Podoliaka
committer: Ivan Udovichenko
subject: Fix VNC access, when reverse DNS lookups fail
status: change-merged

Files placed on repository:

Changeset merged. Package placed on primary repository
 repository URL: /centos-fuel-6.1-stable/

Revision history for this message
OSCI Robot (oscirobot) wrote :

package nova has been built for project openstack/nova
Package version == 2014.2.2, package release == fuel6.1~mira3

Changeset: https://review.fuel-infra.org/3776
project: openstack/nova
branch: openstack-ci/fuel-6.1/2014.2
author: Roman Podoliaka
committer: Ivan Udovichenko
subject: Fix VNC access, when reverse DNS lookups fail
status: change-merged

Files placed on repository:

Changeset merged. Package placed on primary repository
 repository URL: /ubuntu-fuel-6.1-stable/

Revision history for this message
Alexander Bozhenko (alexbozhenko) wrote :

@Roman:

>>>> I'm not sure that's actually wrong. It's just not clear to me, if we really want nodes in the cluster be using the dns server on the master node.

Well, nodes actually use fuel master. This is from 6.0:
[root@node-1 ~]# cat /etc/resolv.conf
# Generated by NetworkManager
domain local
search domain.tld
nameserver 10.20.7.2

Currently /var/lib/cobbler/cobbler_hosts on fuel master node contains only record for pxe network:
10.20.7.7 node-2.domain.tld

And dnsmasq knows only about pxe network:
# host node-2
node-2.domain.tld has address 10.20.7.7

Shouldn't /var/lib/cobbler/cobbler_hosts on fuel master node contain all other networks, stoarage, management as well?
192.168.1.3 node-2.domain.tld
172.16.16.4 node-2.domain.tld
10.20.7.7 node-2.domain.tld

With this change reverse lookups will work for all networks:
# host node-2
node-2.domain.tld has address 172.16.16.4
node-2.domain.tld has address 10.20.7.7
node-2.domain.tld has address 192.168.1.3

# host 10.20.7.7
7.7.20.10.in-addr.arpa domain name pointer node-2.domain.tld.

# host 192.168.1.3
3.1.168.192.in-addr.arpa domain name pointer node-2.domain.tld.

host 172.16.16.4
4.16.16.172.in-addr.arpa domain name pointer node-2.domain.tld.

What do you think about it?
Since it is related to fuel, not to nova, should I file separate bug for it?

no longer affects: mos/6.1.x
Changed in mos:
milestone: 6.0 → 6.1
status: In Progress → New
Revision history for this message
Roman Podoliaka (rpodolyaka) wrote :

Let's file a separate bug in Fuel and continue the discussion there as it's not Nova related anymore.

Revision history for this message
OSCI Robot (oscirobot) wrote :

RPM package nova has been built for project openstack/nova
Package version == 2014.2.2, package release == fuel6.0.1.mira0.git.a0964f4.bea7645

Changeset: https://review.fuel-infra.org/3866
project: openstack/nova
branch: openstack-ci/fuel-6.0.1/2014.2
author: Roman Podoliaka
committer: Roman Podoliaka
subject: Fix VNC access, when reverse DNS lookups fail
status: patchset-created

Files placed on repository:
openstack-nova-2014.2.2-fuel6.0.1.mira0.git.a0964f4.bea7645.noarch.rpm
openstack-nova-api-2014.2.2-fuel6.0.1.mira0.git.a0964f4.bea7645.noarch.rpm
openstack-nova-cells-2014.2.2-fuel6.0.1.mira0.git.a0964f4.bea7645.noarch.rpm
openstack-nova-cert-2014.2.2-fuel6.0.1.mira0.git.a0964f4.bea7645.noarch.rpm
openstack-nova-common-2014.2.2-fuel6.0.1.mira0.git.a0964f4.bea7645.noarch.rpm
openstack-nova-compute-2014.2.2-fuel6.0.1.mira0.git.a0964f4.bea7645.noarch.rpm
openstack-nova-conductor-2014.2.2-fuel6.0.1.mira0.git.a0964f4.bea7645.noarch.rpm
openstack-nova-console-2014.2.2-fuel6.0.1.mira0.git.a0964f4.bea7645.noarch.rpm
openstack-nova-doc-2014.2.2-fuel6.0.1.mira0.git.a0964f4.bea7645.noarch.rpm
openstack-nova-network-2014.2.2-fuel6.0.1.mira0.git.a0964f4.bea7645.noarch.rpm
openstack-nova-novncproxy-2014.2.2-fuel6.0.1.mira0.git.a0964f4.bea7645.noarch.rpm
openstack-nova-objectstore-2014.2.2-fuel6.0.1.mira0.git.a0964f4.bea7645.noarch.rpm
openstack-nova-scheduler-2014.2.2-fuel6.0.1.mira0.git.a0964f4.bea7645.noarch.rpm
python-nova-2014.2.2-fuel6.0.1.mira0.git.a0964f4.bea7645.noarch.rpm

NOTE: Changeset is not merged, created temporary package repository.
RPM repository URL: http://osci-obs.vm.mirantis.net:82/centos-fuel-6.0.1-stable-3866/centos

Revision history for this message
OSCI Robot (oscirobot) wrote :

DEB package nova has been built for project openstack/nova
Package version == 2014.2.2, package release == fuel6.0.1~mira0+git.a0964f4.bea7645

Changeset: https://review.fuel-infra.org/3866
project: openstack/nova
branch: openstack-ci/fuel-6.0.1/2014.2
author: Roman Podoliaka
committer: Roman Podoliaka
subject: Fix VNC access, when reverse DNS lookups fail
status: patchset-created

Files placed on repository:
nova-ajax-console-proxy_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-api-ec2_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-api-metadata_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-api-os-compute_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-api-os-volume_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-api_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-baremetal_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-cells_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-cert_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-common_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-compute-kvm_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-compute-libvirt_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-compute-lxc_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-compute-qemu_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-compute-vmware_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-compute-xen_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-compute_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-conductor_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-console_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-consoleauth_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-doc_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-network_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-novncproxy_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-objectstore_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-scheduler_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-spiceproxy_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-volume_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
nova-xvpvncproxy_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb
python-nova_2014.2.2-fuel6.0.1~mira0+git.a0964f4.bea7645_all.deb

NOTE: Changeset is not merged, created temporary package repository.
DEB repository URL: http://osci-obs.vm.mirantis.net:82/ubuntu-fuel-6.0.1-stable-3866/ubuntu

Revision history for this message
OSCI Robot (oscirobot) wrote :

RPM package nova has been built for project openstack/nova
Package version == 2014.2.2, package release == fuel6.0.1.mira1

Changeset: https://review.fuel-infra.org/3866
project: openstack/nova
branch: openstack-ci/fuel-6.0.1/2014.2
author: Roman Podoliaka
committer: Roman Podoliaka
subject: Fix VNC access, when reverse DNS lookups fail
status: change-merged

Files placed on repository:
openstack-nova-2014.2.2-fuel6.0.1.mira1.noarch.rpm
openstack-nova-api-2014.2.2-fuel6.0.1.mira1.noarch.rpm
openstack-nova-cells-2014.2.2-fuel6.0.1.mira1.noarch.rpm
openstack-nova-cert-2014.2.2-fuel6.0.1.mira1.noarch.rpm
openstack-nova-common-2014.2.2-fuel6.0.1.mira1.noarch.rpm
openstack-nova-compute-2014.2.2-fuel6.0.1.mira1.noarch.rpm
openstack-nova-conductor-2014.2.2-fuel6.0.1.mira1.noarch.rpm
openstack-nova-console-2014.2.2-fuel6.0.1.mira1.noarch.rpm
openstack-nova-doc-2014.2.2-fuel6.0.1.mira1.noarch.rpm
openstack-nova-network-2014.2.2-fuel6.0.1.mira1.noarch.rpm
openstack-nova-novncproxy-2014.2.2-fuel6.0.1.mira1.noarch.rpm
openstack-nova-objectstore-2014.2.2-fuel6.0.1.mira1.noarch.rpm
openstack-nova-scheduler-2014.2.2-fuel6.0.1.mira1.noarch.rpm
python-nova-2014.2.2-fuel6.0.1.mira1.noarch.rpm

Changeset merged. Package placed on primary repository
RPM repository URL: http://osci-obs.vm.mirantis.net:82/centos-fuel-6.0.1-stable/centos

Revision history for this message
OSCI Robot (oscirobot) wrote :

DEB package nova has been built for project openstack/nova
Package version == 2014.2.2, package release == fuel6.0.1~mira1

Changeset: https://review.fuel-infra.org/3866
project: openstack/nova
branch: openstack-ci/fuel-6.0.1/2014.2
author: Roman Podoliaka
committer: Roman Podoliaka
subject: Fix VNC access, when reverse DNS lookups fail
status: change-merged

Files placed on repository:
nova-ajax-console-proxy_2014.2.2-fuel6.0.1~mira1_all.deb
nova-api-ec2_2014.2.2-fuel6.0.1~mira1_all.deb
nova-api-metadata_2014.2.2-fuel6.0.1~mira1_all.deb
nova-api-os-compute_2014.2.2-fuel6.0.1~mira1_all.deb
nova-api-os-volume_2014.2.2-fuel6.0.1~mira1_all.deb
nova-api_2014.2.2-fuel6.0.1~mira1_all.deb
nova-baremetal_2014.2.2-fuel6.0.1~mira1_all.deb
nova-cells_2014.2.2-fuel6.0.1~mira1_all.deb
nova-cert_2014.2.2-fuel6.0.1~mira1_all.deb
nova-common_2014.2.2-fuel6.0.1~mira1_all.deb
nova-compute-kvm_2014.2.2-fuel6.0.1~mira1_all.deb
nova-compute-libvirt_2014.2.2-fuel6.0.1~mira1_all.deb
nova-compute-lxc_2014.2.2-fuel6.0.1~mira1_all.deb
nova-compute-qemu_2014.2.2-fuel6.0.1~mira1_all.deb
nova-compute-vmware_2014.2.2-fuel6.0.1~mira1_all.deb
nova-compute-xen_2014.2.2-fuel6.0.1~mira1_all.deb
nova-compute_2014.2.2-fuel6.0.1~mira1_all.deb
nova-conductor_2014.2.2-fuel6.0.1~mira1_all.deb
nova-console_2014.2.2-fuel6.0.1~mira1_all.deb
nova-consoleauth_2014.2.2-fuel6.0.1~mira1_all.deb
nova-doc_2014.2.2-fuel6.0.1~mira1_all.deb
nova-network_2014.2.2-fuel6.0.1~mira1_all.deb
nova-novncproxy_2014.2.2-fuel6.0.1~mira1_all.deb
nova-objectstore_2014.2.2-fuel6.0.1~mira1_all.deb
nova-scheduler_2014.2.2-fuel6.0.1~mira1_all.deb
nova-spiceproxy_2014.2.2-fuel6.0.1~mira1_all.deb
nova-volume_2014.2.2-fuel6.0.1~mira1_all.deb
nova-xvpvncproxy_2014.2.2-fuel6.0.1~mira1_all.deb
python-nova_2014.2.2-fuel6.0.1~mira1_all.deb

Changeset merged. Package placed on primary repository
DEB repository URL: http://osci-obs.vm.mirantis.net:82/ubuntu-fuel-6.0.1-stable/ubuntu

Revision history for this message
Alexander Bozhenko (alexbozhenko) wrote :

>>>#35
Roman, I created separate bug
https://bugs.launchpad.net/fuel/+bug/1427940

Revision history for this message
Alexander Gubanov (ogubanov) wrote :

I've verified it on mos6.1 (build 159) - fixed!
Proof: http://pastebin.com/mAUCiju2

Revision history for this message
Alexander Gubanov (ogubanov) wrote :

I've verified it on mos6.0.1 (build 118) - fixed!
Proof: http://pastebin.com/VhhyQY3a

Revision history for this message
OSCI Robot (oscirobot) wrote :

RPM package nova has been built for project openstack/nova
Package version == 2014.2, package release == fuel6.0.mira21.git.4652a61.bea7645

Changeset: https://review.fuel-infra.org/4532
project: openstack/nova
branch: openstack-ci/fuel-6.0-updates/2014.2
author: Alexandr Nevenchannyy
committer: Alexandr Nevenchannyy
subject: Fix VNC access, when reverse DNS lookups fail
status: patchset-created

Files placed on repository:
openstack-nova-2014.2-fuel6.0.mira21.git.4652a61.bea7645.noarch.rpm
openstack-nova-api-2014.2-fuel6.0.mira21.git.4652a61.bea7645.noarch.rpm
openstack-nova-cells-2014.2-fuel6.0.mira21.git.4652a61.bea7645.noarch.rpm
openstack-nova-cert-2014.2-fuel6.0.mira21.git.4652a61.bea7645.noarch.rpm
openstack-nova-common-2014.2-fuel6.0.mira21.git.4652a61.bea7645.noarch.rpm
openstack-nova-compute-2014.2-fuel6.0.mira21.git.4652a61.bea7645.noarch.rpm
openstack-nova-conductor-2014.2-fuel6.0.mira21.git.4652a61.bea7645.noarch.rpm
openstack-nova-console-2014.2-fuel6.0.mira21.git.4652a61.bea7645.noarch.rpm
openstack-nova-doc-2014.2-fuel6.0.mira21.git.4652a61.bea7645.noarch.rpm
openstack-nova-network-2014.2-fuel6.0.mira21.git.4652a61.bea7645.noarch.rpm
openstack-nova-novncproxy-2014.2-fuel6.0.mira21.git.4652a61.bea7645.noarch.rpm
openstack-nova-objectstore-2014.2-fuel6.0.mira21.git.4652a61.bea7645.noarch.rpm
openstack-nova-scheduler-2014.2-fuel6.0.mira21.git.4652a61.bea7645.noarch.rpm
python-nova-2014.2-fuel6.0.mira21.git.4652a61.bea7645.noarch.rpm

NOTE: Changeset is not merged, created temporary package repository.
RPM repository URL: http://osci-obs.vm.mirantis.net:82/centos-fuel-6.0-updates-stable-4532/centos

Revision history for this message
OSCI Robot (oscirobot) wrote :

DEB package nova has been built for project openstack/nova
Package version == 2014.2, package release == fuel6.0~mira21+git.4652a61.bea7645

Changeset: https://review.fuel-infra.org/4532
project: openstack/nova
branch: openstack-ci/fuel-6.0-updates/2014.2
author: Alexandr Nevenchannyy
committer: Alexandr Nevenchannyy
subject: Fix VNC access, when reverse DNS lookups fail
status: patchset-created

Files placed on repository:
nova-ajax-console-proxy_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-api-ec2_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-api-metadata_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-api-os-compute_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-api-os-volume_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-api_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-baremetal_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-cells_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-cert_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-common_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-compute-kvm_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-compute-libvirt_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-compute-lxc_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-compute-qemu_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-compute-vmware_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-compute-xen_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-compute_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-conductor_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-console_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-consoleauth_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-doc_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-network_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-novncproxy_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-objectstore_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-scheduler_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-spiceproxy_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-volume_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
nova-xvpvncproxy_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb
python-nova_2014.2-fuel6.0~mira21+git.4652a61.bea7645_all.deb

NOTE: Changeset is not merged, created temporary package repository.
DEB repository URL: http://osci-obs.vm.mirantis.net:82/ubuntu-fuel-6.0-updates-stable-4532/ubuntu

Revision history for this message
OSCI Robot (oscirobot) wrote :

RPM package nova has been built for project openstack/nova
Package version == 2014.2, package release == fuel6.0.mira21.git.61ddce3.bea7645

Changeset: https://review.fuel-infra.org/4532
project: openstack/nova
branch: openstack-ci/fuel-6.0-updates/2014.2
author: Alexandr Nevenchannyy
committer: Alexandr Nevenchannyy
subject: Fix VNC access, when reverse DNS lookups fail
status: patchset-created

Files placed on repository:
openstack-nova-2014.2-fuel6.0.mira21.git.61ddce3.bea7645.noarch.rpm
openstack-nova-api-2014.2-fuel6.0.mira21.git.61ddce3.bea7645.noarch.rpm
openstack-nova-cells-2014.2-fuel6.0.mira21.git.61ddce3.bea7645.noarch.rpm
openstack-nova-cert-2014.2-fuel6.0.mira21.git.61ddce3.bea7645.noarch.rpm
openstack-nova-common-2014.2-fuel6.0.mira21.git.61ddce3.bea7645.noarch.rpm
openstack-nova-compute-2014.2-fuel6.0.mira21.git.61ddce3.bea7645.noarch.rpm
openstack-nova-conductor-2014.2-fuel6.0.mira21.git.61ddce3.bea7645.noarch.rpm
openstack-nova-console-2014.2-fuel6.0.mira21.git.61ddce3.bea7645.noarch.rpm
openstack-nova-doc-2014.2-fuel6.0.mira21.git.61ddce3.bea7645.noarch.rpm
openstack-nova-network-2014.2-fuel6.0.mira21.git.61ddce3.bea7645.noarch.rpm
openstack-nova-novncproxy-2014.2-fuel6.0.mira21.git.61ddce3.bea7645.noarch.rpm
openstack-nova-objectstore-2014.2-fuel6.0.mira21.git.61ddce3.bea7645.noarch.rpm
openstack-nova-scheduler-2014.2-fuel6.0.mira21.git.61ddce3.bea7645.noarch.rpm
python-nova-2014.2-fuel6.0.mira21.git.61ddce3.bea7645.noarch.rpm

NOTE: Changeset is not merged, created temporary package repository.
RPM repository URL: http://osci-obs.vm.mirantis.net:82/centos-fuel-6.0-updates-stable-4532/centos

Revision history for this message
OSCI Robot (oscirobot) wrote :

DEB package nova has been built for project openstack/nova
Package version == 2014.2, package release == fuel6.0~mira21+git.61ddce3.bea7645

Changeset: https://review.fuel-infra.org/4532
project: openstack/nova
branch: openstack-ci/fuel-6.0-updates/2014.2
author: Alexandr Nevenchannyy
committer: Alexandr Nevenchannyy
subject: Fix VNC access, when reverse DNS lookups fail
status: patchset-created

Files placed on repository:
nova-ajax-console-proxy_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-api-ec2_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-api-metadata_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-api-os-compute_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-api-os-volume_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-api_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-baremetal_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-cells_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-cert_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-common_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-compute-kvm_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-compute-libvirt_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-compute-lxc_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-compute-qemu_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-compute-vmware_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-compute-xen_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-compute_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-conductor_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-console_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-consoleauth_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-doc_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-network_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-novncproxy_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-objectstore_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-scheduler_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-spiceproxy_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-volume_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
nova-xvpvncproxy_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb
python-nova_2014.2-fuel6.0~mira21+git.61ddce3.bea7645_all.deb

NOTE: Changeset is not merged, created temporary package repository.
DEB repository URL: http://osci-obs.vm.mirantis.net:82/ubuntu-fuel-6.0-updates-stable-4532/ubuntu

Revision history for this message
OSCI Robot (oscirobot) wrote :

RPM package nova has been built for project openstack/nova
Package version == 2014.2, package release == fuel6.0.mira21.git.bb19833.bea7645

Changeset: https://review.fuel-infra.org/4532
project: openstack/nova
branch: openstack-ci/fuel-6.0-updates/2014.2
author: Alexandr Nevenchannyy
committer: Alexandr Nevenchannyy
subject: Fix VNC access, when reverse DNS lookups fail
status: patchset-created

Files placed on repository:
openstack-nova-2014.2-fuel6.0.mira21.git.bb19833.bea7645.noarch.rpm
openstack-nova-api-2014.2-fuel6.0.mira21.git.bb19833.bea7645.noarch.rpm
openstack-nova-cells-2014.2-fuel6.0.mira21.git.bb19833.bea7645.noarch.rpm
openstack-nova-cert-2014.2-fuel6.0.mira21.git.bb19833.bea7645.noarch.rpm
openstack-nova-common-2014.2-fuel6.0.mira21.git.bb19833.bea7645.noarch.rpm
openstack-nova-compute-2014.2-fuel6.0.mira21.git.bb19833.bea7645.noarch.rpm
openstack-nova-conductor-2014.2-fuel6.0.mira21.git.bb19833.bea7645.noarch.rpm
openstack-nova-console-2014.2-fuel6.0.mira21.git.bb19833.bea7645.noarch.rpm
openstack-nova-doc-2014.2-fuel6.0.mira21.git.bb19833.bea7645.noarch.rpm
openstack-nova-network-2014.2-fuel6.0.mira21.git.bb19833.bea7645.noarch.rpm
openstack-nova-novncproxy-2014.2-fuel6.0.mira21.git.bb19833.bea7645.noarch.rpm
openstack-nova-objectstore-2014.2-fuel6.0.mira21.git.bb19833.bea7645.noarch.rpm
openstack-nova-scheduler-2014.2-fuel6.0.mira21.git.bb19833.bea7645.noarch.rpm
python-nova-2014.2-fuel6.0.mira21.git.bb19833.bea7645.noarch.rpm

NOTE: Changeset is not merged, created temporary package repository.
RPM repository URL: http://osci-obs.vm.mirantis.net:82/centos-fuel-6.0-updates-stable-4532/centos

Revision history for this message
OSCI Robot (oscirobot) wrote :

DEB package nova has been built for project openstack/nova
Package version == 2014.2, package release == fuel6.0~mira21+git.bb19833.bea7645

Changeset: https://review.fuel-infra.org/4532
project: openstack/nova
branch: openstack-ci/fuel-6.0-updates/2014.2
author: Alexandr Nevenchannyy
committer: Alexandr Nevenchannyy
subject: Fix VNC access, when reverse DNS lookups fail
status: patchset-created

Files placed on repository:
nova-ajax-console-proxy_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-api-ec2_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-api-metadata_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-api-os-compute_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-api-os-volume_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-api_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-baremetal_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-cells_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-cert_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-common_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-compute-kvm_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-compute-libvirt_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-compute-lxc_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-compute-qemu_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-compute-vmware_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-compute-xen_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-compute_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-conductor_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-console_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-consoleauth_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-doc_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-network_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-novncproxy_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-objectstore_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-scheduler_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-spiceproxy_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-volume_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
nova-xvpvncproxy_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb
python-nova_2014.2-fuel6.0~mira21+git.bb19833.bea7645_all.deb

NOTE: Changeset is not merged, created temporary package repository.
DEB repository URL: http://osci-obs.vm.mirantis.net:82/ubuntu-fuel-6.0-updates-stable-4532/ubuntu

Revision history for this message
OSCI Robot (oscirobot) wrote :

RPM package nova has been built for project openstack/nova
Package version == 2014.2, package release == fuel6.0.mira22

Changeset: https://review.fuel-infra.org/5618
project: openstack/nova
branch: openstack-ci/fuel-6.0-updates/2014.2
author: Vitaly Sedelnik
committer: Vitaly Sedelnik
subject: Fix orphaned ports on build failure
status: change-merged

Files placed on repository:
openstack-nova-2014.2-fuel6.0.mira22.noarch.rpm
openstack-nova-api-2014.2-fuel6.0.mira22.noarch.rpm
openstack-nova-cells-2014.2-fuel6.0.mira22.noarch.rpm
openstack-nova-cert-2014.2-fuel6.0.mira22.noarch.rpm
openstack-nova-common-2014.2-fuel6.0.mira22.noarch.rpm
openstack-nova-compute-2014.2-fuel6.0.mira22.noarch.rpm
openstack-nova-conductor-2014.2-fuel6.0.mira22.noarch.rpm
openstack-nova-console-2014.2-fuel6.0.mira22.noarch.rpm
openstack-nova-doc-2014.2-fuel6.0.mira22.noarch.rpm
openstack-nova-network-2014.2-fuel6.0.mira22.noarch.rpm
openstack-nova-novncproxy-2014.2-fuel6.0.mira22.noarch.rpm
openstack-nova-objectstore-2014.2-fuel6.0.mira22.noarch.rpm
openstack-nova-scheduler-2014.2-fuel6.0.mira22.noarch.rpm
python-nova-2014.2-fuel6.0.mira22.noarch.rpm

Changeset merged. Package placed on primary repository
RPM repository URL: http://osci-obs.vm.mirantis.net:82/centos-fuel-6.0-updates-stable/centos

Revision history for this message
OSCI Robot (oscirobot) wrote :

DEB package nova has been built for project openstack/nova
Package version == 2014.2, package release == fuel6.0~mira22

Changeset: https://review.fuel-infra.org/5618
project: openstack/nova
branch: openstack-ci/fuel-6.0-updates/2014.2
author: Vitaly Sedelnik
committer: Vitaly Sedelnik
subject: Fix orphaned ports on build failure
status: change-merged

Files placed on repository:
nova-ajax-console-proxy_2014.2-fuel6.0~mira22_all.deb
nova-api-ec2_2014.2-fuel6.0~mira22_all.deb
nova-api-metadata_2014.2-fuel6.0~mira22_all.deb
nova-api-os-compute_2014.2-fuel6.0~mira22_all.deb
nova-api-os-volume_2014.2-fuel6.0~mira22_all.deb
nova-api_2014.2-fuel6.0~mira22_all.deb
nova-baremetal_2014.2-fuel6.0~mira22_all.deb
nova-cells_2014.2-fuel6.0~mira22_all.deb
nova-cert_2014.2-fuel6.0~mira22_all.deb
nova-common_2014.2-fuel6.0~mira22_all.deb
nova-compute-kvm_2014.2-fuel6.0~mira22_all.deb
nova-compute-libvirt_2014.2-fuel6.0~mira22_all.deb
nova-compute-lxc_2014.2-fuel6.0~mira22_all.deb
nova-compute-qemu_2014.2-fuel6.0~mira22_all.deb
nova-compute-vmware_2014.2-fuel6.0~mira22_all.deb
nova-compute-xen_2014.2-fuel6.0~mira22_all.deb
nova-compute_2014.2-fuel6.0~mira22_all.deb
nova-conductor_2014.2-fuel6.0~mira22_all.deb
nova-console_2014.2-fuel6.0~mira22_all.deb
nova-consoleauth_2014.2-fuel6.0~mira22_all.deb
nova-doc_2014.2-fuel6.0~mira22_all.deb
nova-network_2014.2-fuel6.0~mira22_all.deb
nova-novncproxy_2014.2-fuel6.0~mira22_all.deb
nova-objectstore_2014.2-fuel6.0~mira22_all.deb
nova-scheduler_2014.2-fuel6.0~mira22_all.deb
nova-spiceproxy_2014.2-fuel6.0~mira22_all.deb
nova-volume_2014.2-fuel6.0~mira22_all.deb
nova-xvpvncproxy_2014.2-fuel6.0~mira22_all.deb
python-nova_2014.2-fuel6.0~mira22_all.deb

Changeset merged. Package placed on primary repository
DEB repository URL: http://osci-obs.vm.mirantis.net:82/ubuntu-fuel-6.0-updates-stable/ubuntu

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.