We have some confusion on which Template Type SystemVM templates should be set to. The documentation seems to be inconsistent, could someone help clarify?
The following URL says to set "Routing" to NO when registering a new SystemVM Template: http://docs.cloudstack.apache.org/en/latest/upgrading/upgrade/upgrade-4.16.html The following URL says to "select Routing": http://docs.cloudstack.apache.org/en/latest/adminguide/systemvm.html The following URL says to manually edit the DB and make it type "System": https://docs.cloudstack.apache.org/en/latest/adminguide/templates/_bypass-secondary-storage-kvm.html?highlight=bypass%20secondary UPDATE cloud.vm_template SET type='SYSTEM' WHERE uuid='UUID_OF_NEW_TEMPLATE'; Thanks Sean