[Bug 1368815] Re: qemu-img convert intermittently corrupts output images

2014-12-11 Thread Vish Ishaya
** Also affects: cinder Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1368815 Title: qemu-img convert intermittently corrupts output images To manage not

[Bug 1297962] Re: [sru] Nova-compute doesnt start

2014-06-02 Thread Vish Ishaya
** Tags added: icehouse-backport-potential -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1297962 Title: [sru] Nova-compute doesnt start To manage notifications about this bug go to: https://bugs.la

[Bug 1305343] Re: tgt connection issues can make it impossible to delete targets

2014-04-10 Thread Vish Ishaya
I can confirm that 1.0.46 fixes the issue. The force delete command works properly without errors in syslog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1305343 Title: tgt connection issues can mak

[Bug 1305343] Re: tgt connection issues can make it impossible to delete targets

2014-04-09 Thread Vish Ishaya
I believe this may be fixed by: https://github.com/fujita/tgt/commit/e6e8d0fd3b83208278fb7ed765c3665ae7c5ab49 but also may require: https://github.com/fujita/tgt/commit/05fc2cb424863fbf2f3c60a8b617308ef1e370c5 I'm doing a test of build 1.0.46 tgt to see if it resolves the issue. -- You receiv

[Bug 1305343] [NEW] tgt connection issues can make it impossible to delete targets

2014-04-09 Thread Vish Ishaya
Public bug reported: Under heavy load, openiscsi will sometimes report connection errors when using tgt: Apr 8 22:02:44 node003-cont001 iscsid: Connection2:0 to [target: iqn.2010-10.org.openstack:volume-b32d317e-4063-4e4f-963e-b0fdc29198f9, portal: 172.21.1.1,3260] through [iface: default] is op

[Bug 1091939] Re: nova-network applies too liberal a SNAT rule

2013-02-28 Thread Vish Ishaya
** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1091939 Title: nova-network applies too liberal a SNAT rule To manage notifications about this bug go

[Bug 1118686] Re: nova-consoleauth issue with rabbitmq when trying to view console

2013-02-26 Thread Vish Ishaya
Are you still seeing this? I suspect a packaging bug here. Perhaps an old version of consoleauth is getting run or it has incorrect settings? ** Also affects: nova (Ubuntu) Importance: Undecided Status: New ** Changed in: nova Status: New => Invalid -- You received this bug not

[Bug 1029430] Re: KVM guests networking issues with no virbr0 and with vhost_net kernel modules loaded

2012-12-19 Thread Vish Ishaya
** Also affects: nova/folsom Importance: Undecided Status: New ** Changed in: nova/folsom Importance: Undecided => Medium ** Changed in: nova/folsom Assignee: (unassigned) => Vish Ishaya (vishvananda) ** Changed in: nova/folsom Assignee: Vish Ishaya (vishvananda) =

[Bug 1023755] Re: Precise kernel locks up while dd to /dev/mapper files > 1Gb (was: Unable to delete volume)

2012-11-09 Thread Vish Ishaya
same crummy performance on quantal, so the bad performance may be unrelated: vishvananda@nebstack006:~$ sudo dd if=/dev/zero of=/dev/mapper/clean1 bs=1M count=1024 1024+0 records in 1024+0 records out 1073741824 bytes (1.1 GB) copied, 15.2082 s, 70.6 MB/s vishvananda@nebstack006:~$ time sudo dd i

[Bug 1023755] Re: Precise kernel locks up while dd to /dev/mapper files > 1Gb (was: Unable to delete volume)

2012-11-09 Thread Vish Ishaya
I tried this on real hardware and it appears to work although it is abysmally slow: vishvananda@nebstack006:~$ echo "0 2097152 zero" | sudo dmsetup create zero1 vishvananda@nebstack006:~$ echo "0 2097152 snapshot /dev/mapper/zero1 /dev/sde n 128" | sudo dmsetup create clean1 vishvananda@nebstack0

[Bug 1023755] Re: Precise kernel locks up while dd to /dev/mapper files > 1Gb (was: Unable to delete volume)

2012-11-08 Thread Vish Ishaya
fyi running the same command on quantal (with kernel 3.5.0-18-generic) works fine -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1023755 Title: Precise kernel locks up while dd to /dev/mapper files

[Bug 1023755] Re: Precise kernel locks up while dd to /dev/mapper files > 1Gb (was: Unable to delete volume)

2012-11-08 Thread Vish Ishaya
FYI i could reproduce a hang in dd doing the following: truncate -s 1G foo sudo losetup -f --show foo echo "0 2097152 zero" | sudo dmsetup create zero1 echo "0 2097152 snapshot /dev/mapper/zero1 /dev/loop0 n 128" | sudo dmsetup create clean1 sudo dd if=/dev/zero of=/dev/mapper/clean1 bs=1M count=

[Bug 1073571] Re: [Folsom] Conflict between nova-api and cinder-api

2012-10-31 Thread Vish Ishaya
Cinder and nova-api-os-volume use the same port on purpose. You have to disable the volume api in nova if you want to use cinder. As mentioned in point 10 here: http://wiki.openstack.org/MigrateToCinder You should make sure osapi_volume is ignored in your conf file. enabled_apis=ec2,osapi_comp

[Bug 1023755] Re: Precise kernel locks up while dd to /dev/mapper files > 1Gb (was: Unable to delete volume)

2012-10-31 Thread Vish Ishaya
As noted in lib/cinder (or the devstack docs at http://devstack.org/lib/cinder.html)If you create a volume group called stack-volumes it will use that instead of creating a loopback device. You can even use a different volume group by putting VOLUME_GROUP=xxx in your localrc. -- You received thi

[Bug 1065511] Re: cinder incorrectly creating tgt files in /usr/lib/python2.7/dist-packages/volumes/

2012-10-25 Thread Vish Ishaya
this looks like a packaging bug to me. state_path = /var/lib/cinder or volume_dir = /var/lib/cinder/volumes should be being set in the conf file by the packaging. ** Also affects: nova (Ubuntu) Importance: Undecided Status: New ** No longer affects: nova (Ubuntu) ** Also affects: ci

[Bug 1061665] Re: Filter scheduler not respecting the force_hosts hint

2012-10-25 Thread Vish Ishaya
** Project changed: nova => openstack-manuals -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1061665 Title: Filter scheduler not respecting the force_hosts hint To manage notifications about this bu

[Bug 1061665] Re: Filter scheduler not respecting the force_hosts hint

2012-10-25 Thread Vish Ishaya
force_hosts is not a hint meant to be exposed to a user. if you want to force a host as an admin you can use the availability zone syntax: nova boot --image --flavor m1.tiny --key_name mykey --availability-zone nova:sleepy ** Changed in: nova Status: New => Won't Fix -- You received thi

[Bug 1066845] Re: nova-novncproxy is not running

2012-10-23 Thread Vish Ishaya
This sounds like a packaging issue, not a nova issue. ** Also affects: nova (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1066845 Title: nova-no

[Bug 1065785] Re: volume and snapshot IDs do not correctly map to UUIDs after folsom upgrade

2012-10-12 Thread Vish Ishaya
** Changed in: nova Importance: Undecided => High ** Tags added: folsom-backport-potential -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1065785 Title: volume and snapshot IDs do not correctly m

[Bug 1065702] Re: After folsom upgrade, instances can no longer access existing volumes.

2012-10-11 Thread Vish Ishaya
** Also affects: cinder Importance: Undecided Status: New ** Changed in: cinder Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1065702 Title: After folsom

[Bug 1065702] Re: After folsom upgrade, instances can no longer access existing volumes.

2012-10-11 Thread Vish Ishaya
ugh, this is nasty. Looks like we need a migration for this. For backport we could add a translation using the ec2_id table to convert from the old name to the new one. Some testing needs to be done to figure out if the new iqns are actually there in all cases or if there is a case where the old iq

[Bug 1029430] Re: KVM guests networking issues with no virbr0 and with vhost_net kernel modules loaded

2012-09-25 Thread Vish Ishaya
** Tags removed: folsom-rc-potential ** Tags added: folsom-backport-potential -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1029430 Title: KVM guests networking issues with no virbr0 and with vhost_

[Bug 1029430] Re: KVM guests networking issues with no virbr0 and with vhost_net kernel modules loaded

2012-09-24 Thread Vish Ishaya
** Changed in: nova Status: New => Triaged ** Changed in: nova Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1029430 Title: KVM guests networking issues wi

[Bug 1033444] Re: Deleting an added floating IP just removes it from the server

2012-09-11 Thread Vish Ishaya
I can't reproduce this on master. ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1033444 Title: Deleting an added floating IP just removes it from t

[Bug 922232] Re: Volumes fail to attach without discovery using tgt

2012-06-10 Thread Vish Ishaya
Do you have iscsi_ip_address set on the volume host? It needs to be an ip that the compute hosts can hit. When the volume is created this ip is stored for connection information in the database, so if you don't have it set, you will probably need to set it, restart nova-volume and recreate volumes

Re: [Bug 996233] nova and python-novaclient disagree on volumes API URLs

2012-06-01 Thread Vish Ishaya
Ah, deprecated auth is most likely the problem. I suspect deprecated auth doesn't support multiple endpoints. It really is only still there to allow you to transition to keystone. Is there some reason you haven't switched? -- You received this bug notification because you are a member of Ubuntu

[Bug 996233] Re: nova and python-novaclient disagree on volumes API URLs

2012-06-01 Thread Vish Ishaya
it should be getting the url from keystone anyway, so I don't imagine that the nova url is a problem. I think it is far more likely that you have an older version of novaclient that is overiding the one from precise. Perhaps you have pip installed novaclient or done a setup.py install? -- You re

[Bug 996233] Re: nova and python-novaclient disagree on volumes API URLs

2012-05-31 Thread Vish Ishaya
it looks like precise has an older version of novaclient? this was changed around e-3 timeframe when we gave the volume api its own endpoint. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/996233 Titl

[Bug 977765] Re: Image registration (ec2) is broken using deprecated auth

2012-04-10 Thread Vish Ishaya
Here was the commit: a6ac8af69351cb39aa07f53e3327ff29b90383bc We only left deprecated auth in essex for the purpose of migration, so running a production system of deprecatd auth is definitely not supported. That said, it is probably a pretty easy fix. Add back in the project_id on register and

[Bug 973377] Re: /var/lib/nova/instances/_base has wrong permissions

2012-04-04 Thread Vish Ishaya
** Changed in: nova Assignee: Vish Ishaya (vishvananda) => Chuck Short (zulcss) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/973377 Title: /var/lib/nova/instances/_base has wrong permissi

[Bug 973377] Re: /var/lib/nova/instances/_base has wrong permissions

2012-04-04 Thread Vish Ishaya
** Changed in: nova Milestone: None => essex-rc4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/973377 Title: /var/lib/nova/instances/_base has wrong permissions To manage notifications about th

[Bug 973377] Re: /var/lib/nova/instances/_base has wrong permissions

2012-04-04 Thread Vish Ishaya
fyi, regression was introduced in 2c5112e5938e3d567504748f923fb198fad3117e -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/973377 Title: /var/lib/nova/instances/_base has wrong permissions To manage

[Bug 973377] Re: /var/lib/nova/instances/_base has wrong permissions

2012-04-04 Thread Vish Ishaya
Verified this bug exists in devstack as well: 2012-04-04 17:10:34 ERROR nova.manager [-] Error during ComputeManager._run_image_cache_manager_pass: [Errno 13] Permission denied: '/home/vagrant/_base/87ad83b59bbed6a3d3cea9afdf3e1fd36c694ac2' 2012-04-04 17:10:34 TRACE nova.manager Traceback (most

[Bug 973377] Re: /var/lib/nova/instances/_base has wrong permissions

2012-04-04 Thread Vish Ishaya
** Changed in: nova Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/973377 Title: /var/lib/nova/instances/_base has wrong permissions To manage notifications about th

[Bug 959426] Re: nova + glance services die if started before db is reachable

2012-03-30 Thread Vish Ishaya
** Changed in: nova Assignee: Vish Ishaya (vishvananda) => Adam Gandelman (gandelman-a) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959426 Title: nova + glance services die if started bef

[Bug 959426] Re: nova + glance services die if started before db is reachable

2012-03-27 Thread Vish Ishaya
** Changed in: nova Milestone: None => essex-rc2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959426 Title: nova + glance services die if started before db is reachable To manage notifications

[Bug 954692] Re: cannot detach volume from terminated instance

2012-03-15 Thread Vish Ishaya
** Changed in: nova Assignee: Vish Ishaya (vishvananda) => Adam Gandelman (gandelman-a) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/954692 Title: cannot detach volume from termina

[Bug 956366] Re: self-referential security groups can not be deleted

2012-03-15 Thread Vish Ishaya
** Changed in: nova Assignee: Vish Ishaya (vishvananda) => Adam Gandelman (gandelman-a) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/956366 Title: self-referential security groups can not

[Bug 954692] Re: cannot detach volume from terminated instance

2012-03-15 Thread Vish Ishaya
** Changed in: nova Milestone: None => essex-rc1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/954692 Title: cannot detach volume from terminated instance To manage notifications about this bug

[Bug 956366] Re: self-referential security groups can not be deleted

2012-03-15 Thread Vish Ishaya
** Changed in: nova Importance: Undecided => High ** Changed in: nova Status: New => Triaged ** Changed in: nova Milestone: None => essex-rc1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bu

[Bug 954692] Re: cannot detach volume from terminated instance

2012-03-15 Thread Vish Ishaya
we discussed on irc. This is a separate bug ** Changed in: nova Importance: Undecided => Medium ** Tags added: essec-rc-potential -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/954692 Title: ca

[Bug 934534] Re: metadata ami-launch-index always returning "1"

2012-02-29 Thread Vish Ishaya
** Changed in: nova Milestone: None => essex-4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/934534 Title: metadata ami-launch-index always returning "1" To manage notifications about this bug

[Bug 922232] Re: Volumes fail to attach without discovery using tgt

2012-02-07 Thread Vish Ishaya
Roman: can you see if the above fix works for you? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/922232 Title: Volumes fail to attach without discovery using tgt To manage notifications about this

[Bug 922232] Re: Volumes fail to attach without discovery using tgt

2012-02-07 Thread Vish Ishaya
hmm, looks like that fix wasn't quite right. Let me try another one. ** Changed in: nova Assignee: Adam Gandelman (gandelman-a) => Vish Ishaya (vishvananda) ** Changed in: nova Status: Fix Committed => In Progress -- You received this bug notification because you are

[Bug 912066] Re: /etc/fstab contains incorrect device for swap partition when no ephemeral disk present.

2012-02-02 Thread Vish Ishaya
** Changed in: nova Assignee: (unassigned) => Vish Ishaya (vishvananda) ** Changed in: nova Status: New => In Progress ** Changed in: nova Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 832507] Re: console.log grows indefinitely

2012-01-19 Thread Vish Ishaya
review was here: https://review.openstack.org/#change,706 Last request was if the ringbuffer handling could be done by a separate helper binary so nova-compute could go down for a bit without locking up instances. -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 852095] Re: upstream tarball differs from that of googlecode and pypi

2012-01-05 Thread Vish Ishaya
** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Status: New => In Progress ** Changed in: nova Importance: Undecided => Medium ** Changed in: nova Assignee: (unassigned) => Vish Ishaya (vishvananda) -- You received this bug not

[Bug 908232] Re: Nova stable/diablo branch unit tests fail when using the ubuntu python-mox package

2012-01-05 Thread Vish Ishaya
*** This bug is a duplicate of bug 852095 *** https://bugs.launchpad.net/bugs/852095 the difference is that inspect.isroutine returns true in the pypi version of 0.5.3, causing nova/utils.py:to_primitive to short circuit. ** Changed in: nova Status: Confirmed => In Progress ** Changed

[Bug 908232] Re: Nova stable/diablo branch unit tests fail when using the ubuntu python-mox package

2012-01-05 Thread Vish Ishaya
*** This bug is a duplicate of bug 852095 *** https://bugs.launchpad.net/bugs/852095 so the actual issue is that there is a different version of mox 0.5.3 in various places: https://bugs.launchpad.net/ubuntu/+source/python-mox/+bug/852095 I will create a workaround for this in nova so we can

[Bug 908232] Re: Nova stable/diablo branch unit tests fail when using the ubuntu python-mox package

2012-01-05 Thread Vish Ishaya
** Changed in: nova Status: New => Confirmed ** Changed in: nova Importance: Undecided => Low ** Changed in: nova Assignee: (unassigned) => Vish Ishaya (vishvananda) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 859587] Re: nova-network deletes default route

2011-09-26 Thread Vish Ishaya
** Changed in: nova Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/859587 Title: nova-network deletes default route To manage notifications about this bug

[Bug 859587] Re: nova-network deletes default route

2011-09-26 Thread Vish Ishaya
** Tags added: diablo-backport -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/859587 Title: nova-network deletes default route To manage notifications about this bug go to: https://bugs.launchpad.ne

[Bug 859587] Re: nova-network deletes default route

2011-09-26 Thread Vish Ishaya
** Changed in: nova Assignee: (unassigned) => Vish Ishaya (vishvananda) ** Changed in: nova Importance: Undecided => High ** Changed in: nova Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 848643] Re: eucatools not working

2011-09-21 Thread Vish Ishaya
** Changed in: nova Importance: Undecided => High ** Changed in: nova Status: New => Confirmed ** Changed in: nova Status: Confirmed => In Progress ** Changed in: nova Assignee: (unassigned) => Vish Ishaya (vishvananda) ** Changed in: nova Milestone: No

[Bug 839796] Re: nova-manage complains about missing nova-compute.conf

2011-09-02 Thread Vish Ishaya
Hmm, this looks like a packaging issue. It looks like by default the nova.conf is importing a new flagfile for nova-compute. If nova-compute isn't installed that file won't exist. The error won't actually stop anything from working, but it is annoying to see it pop up Not sure about the best so

[Bug 824874] Re: nova-objectstore goes into a tight loop and becomes unresponsive

2011-08-30 Thread Vish Ishaya
This seems important, but I think we need a repro case. Dave: if uec- publish-tarball is important for deployments, perhaps the best solution is to do a test deployment using S3 frontend for swift and see if it is possible to get nova to work with that instead of nova-objectstoer -- You received

[Bug 833499] Re: virt/disk.py unconditionally inserts public_keys into /root/.ssh/authorized_keys

2011-08-30 Thread Vish Ishaya
Since there is a workaround, I'm setting this to low. We should at least provide a flag allowing deployers to turn off key injection if they don't want it. ** Changed in: nova Importance: Undecided => Low ** Changed in: nova Status: New => Triaged -- You received this bug notificatio

[Bug 831999] Re: Instance not found message poorly formatted

2011-08-23 Thread Vish Ishaya
Made a fix to this in my volume cleanup branch. backporting. ** Changed in: nova Assignee: (unassigned) => Vish Ishaya (vishvananda) ** Changed in: nova Status: New => In Progress ** Changed in: nova Importance: Undecided => Low -- You received this bug notificatio

[Bug 810051] Re: Copyright/legal issues in Nova (from Debian upstream)

2011-08-15 Thread Vish Ishaya
** Branch linked: lp:~vishvananda/nova/remove-openwrt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810051 Title: Copyright/legal issues in Nova (from Debian upstream) To manage notifications about

[Bug 766352] Re: novarc in nova.zip does not work perfectly as symlink

2011-06-02 Thread Vish Ishaya
** Changed in: nova Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/766352 Title: novarc in nova.zip does not work perfectly as symlink -- ubuntu-bugs maili

[Bug 766352] Re: novarc in nova.zip does not work perfectly as symlink

2011-06-01 Thread Vish Ishaya
found one for bash zsh and mac. linked branch ** Branch linked: lp:~vishvananda/nova/fix-novarc-mac -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/766352 Title: novarc in nova.zip does not work perf

[Bug 766352] Re: novarc in nova.zip does not work perfectly as symlink

2011-06-01 Thread Vish Ishaya
So turns out the pushd popd was to make novarc work on a mac/bsd. Also not sure what the -f is for in readlink, but it doesn't work on a mac. ** Changed in: nova Status: Fix Committed => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is sub

Re: [Bug 709187] Re: AjaxTerm refer to a unexistant folder "tools" with the Ubuntu packaging

2011-01-28 Thread Vish Ishaya
I suspect this is being ignored by setup.py On Jan 28, 2011, at 6:06 AM, Edouard Thuleau wrote: > Sorry, > I use Ubuntu LTS 10.04 server and the trunk of Nova > 2011.1~bzr635-0ubuntu0ppa1~lucid1 > > -- > You received this bug notification because you are a member of Nova Bug > Team, which is s

Re: [Bug 705073] [NEW] Ubuntu packaging should create DB automatically

2011-01-19 Thread Vish Ishaya
I'm not sure if this is the right solution. We currently require users to create admin users manually and get images manually. It isn't a huge burden to have them initialize the database as well, and it might prevent some misconfiguration. The current approach we are using for testing at anso i