[Bug 854614] Re: metadata service local-hostname is not fqdn

2012-04-05 Thread Thierry Carrez
** Changed in: nova Milestone: essex-1 => 2012.1 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/854614 Title: metadata service local-hostname is not fqdn To manage notifications a

[Bug 854614] Re: metadata service local-hostname is not fqdn

2012-03-29 Thread Dave Walker
** Tags removed: server-o-rs verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/854614 Title: metadata service local-hostname is not fq

[Bug 854614] Re: metadata service local-hostname is not fqdn

2012-01-19 Thread Mark McLoughlin
** Changed in: nova/diablo Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/854614 Title: metadata service local-hostname is not fqdn To man

[Bug 854614] Re: metadata service local-hostname is not fqdn

2012-01-11 Thread Mark McLoughlin
** Changed in: nova/diablo Status: New => Fix Committed ** Changed in: nova/diablo Milestone: None => 2011.3.1 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/854614 Title:

[Bug 854614] Re: metadata service local-hostname is not fqdn

2012-01-11 Thread Mark McLoughlin
** Also affects: nova/diablo Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/854614 Title: metadata service local-hostname is not fqdn To ma

[Bug 854614] Re: metadata service local-hostname is not fqdn

2011-12-19 Thread Martin Pitt
Hello Scott, or anyone else affected, Accepted nova into oneiric-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! **

[Bug 854614] Re: metadata service local-hostname is not fqdn

2011-11-17 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/854614 Title: metadata service local-hostname is not fqdn To manage not

[Bug 854614] Re: metadata service local-hostname is not fqdn

2011-11-09 Thread Thierry Carrez
** Changed in: nova Milestone: None => essex-1 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/854614 Title: metadata service local-hostname is not fqdn To manage notifications abo

[Bug 854614] Re: metadata service local-hostname is not fqdn

2011-09-27 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/nova -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/854614 Title: metadata service local-hostname is not fqdn To manage notifications about this bug go to:

[Bug 854614] Re: metadata service local-hostname is not fqdn

2011-09-27 Thread Launchpad Bug Tracker
This bug was fixed in the package nova - 2011.3-0ubuntu3 --- nova (2011.3-0ubuntu3) oneiric; urgency=low [Adam Gandelman] * debian/nova-common.postinst: Create 'nova' group, add user to it (LP: #856530) * debian/nova.conf, debian/nova-compute.upstart.in: Move reference of

[Bug 854614] Re: metadata service local-hostname is not fqdn

2011-09-27 Thread Scott Moser
fix-commited see comment 3. ** Changed in: nova Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/854614 Title: metadata service local-hostnam

[Bug 854614] Re: metadata service local-hostname is not fqdn

2011-09-26 Thread Dave Walker
** Branch linked: lp:~ubuntu-server-dev/nova/diablo ** Changed in: nova (Ubuntu) Assignee: (unassigned) => Scott Moser (smoser) ** Changed in: nova (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 854614] Re: metadata service local-hostname is not fqdn

2011-09-26 Thread Scott Moser
https://review.openstack.org/#change,631 ** Changed in: nova Status: New => In Progress ** Changed in: nova Assignee: (unassigned) => Scott Moser (smoser) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. htt

[Bug 854614] Re: metadata service local-hostname is not fqdn

2011-09-20 Thread Dave Walker
** Changed in: nova (Ubuntu) Importance: Undecided => Medium ** Changed in: nova (Ubuntu) Status: New => Confirmed ** Changed in: nova (Ubuntu) Milestone: None => ubuntu-11.10 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 854614] Re: metadata service local-hostname is not fqdn

2011-09-20 Thread Dave Walker
** Tags added: server-o-rs -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/854614 Title: metadata service local-hostname is not fqdn To manage notifications about this bug go to: https

[Bug 854614] Re: metadata service local-hostname is not fqdn

2011-09-20 Thread Scott Moser
At least in this case, it looks like what I need is FLAGS.dhcp_domain which is set in nova/network/linux_net.py . but my simple patch to nova/api/ec2/cloud.py: -hostname = instance_ref['hostname'] +hostname = "%s.%s" % (instance_ref['hostname'], FLAGS.dhcp_domain) resulted in