ответ

0

Да, вы можете создать оболочку CloudShell без драйвера, используя ShellFoundry или нет.

Для того, чтобы удалить драйвер из привязываясь к модели доспехов, открытой shellconfig.xml файла, расположенному под DataModel каталога для редактирования.

Затем удалите Driver атрибут из ResourceTemplate узла XML:

<?xml version="1.0" encoding="utf-8"?> 
<ShellsConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.qualisystems.com/ResourceManagement/ShellsConfigurationSchema.xsd"> 
<ResourceTemplates> 
    <ResourceTemplate Name="ShellWithoutDriver" Model="ShellWithoutDriver"> 
     <Description></Description> 
     <AutoLoad Enable="false"> 
      <Description>Description for autoload </Description> 
     </AutoLoad> 
     <Attributes> 
      <Attribute Name="User" Value="" /> 
      <Attribute Name="Password" Value="" /> 
     </Attributes> 
    </ResourceTemplate>  
</ResourceTemplates> 
</ShellsConfiguration>