[
https://issues.apache.org/jira/browse/VCL-590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13416496#comment-13416496
]
Curtis C. commented on VCL-590:
-------------------------------
Also these are the database modifications I'm using. Let me know if you see any
issues.
insert into module (id, name, prettyname, description, perlpackage) values (26,
'provisioning_nova', 'Openstack Nova Module', '',
'VCL::Module::Provisioning::openstack');
insert into provisioning (id, name, prettyname, moduleid) values (9,
'openstack_nova', 'Openstack Nova', 26);
insert into OSinstalltype (id, name) values (6, 'openstack_nova');
insert into provisioningOSinstalltype (provisioningid, OSinstalltypeid) values
(9, 6);
create table openstackImageNameMap(openstackimagename VARCHAR(60), vclimagename
VARCHAR(60));
insert into OS (id,name,prettyname,type,installtype,sourcepath,moduleid) values
(39, "rhel6openstack", "CentOS 6 OpenStack", "linux", "openstack_nova",
"centos6", 26);
> Openstack Essex Module
> ----------------------
>
> Key: VCL-590
> URL: https://issues.apache.org/jira/browse/VCL-590
> Project: VCL
> Issue Type: New Feature
> Components: database, vcld (backend)
> Affects Versions: 2.2.1
> Environment: OpenStack Essex with Ubuntu 12.04 x64 server
> Reporter: Young-Hyun
> Attachments: openstack_euca2ool .pm, openstack_nova_api.pm
>
>
> The OpenStack module supports the VCL provisioning module for OpensStack
> Essex that is open source software for building private and public clouds
> (http://www.openstack.org/)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira