Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Work around is to update the URL for the image. E.g.

Code Block
use cloud;
update template_view set url='http://10.70.176.29/pub/systemvmtemplate-2013-07-04-master-hyperv.vhd' where  name='SystemVM Template (HyperV)';

Key Store

In Dev mode, you will have problems on Windows if you don't skip key generation.

Work around is to tell database you're in dev mode. E.g.

Code Block

use cloud;
update configuration set value='false' where name='developer';