Re: Reservation always in Pending-state

2010-12-03 Thread Andy Kurth
Hello, Sorry for the delay. I believe the problem is caused by the imagerevision ID. The value set for the request is 7 but there is no entry in the imagerevision table with ID=7. The imagerevision entry for your new image is 5. Change reservation.imagerevisionid to 5. This should allow

Re: VCL installation issues

2010-12-03 Thread Nikhil Talpallikar
mysql select * from image;