You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "Curtis C. (JIRA)" <ji...@apache.org> on 2012/07/10 22:20:34 UTC

[jira] [Commented] (VCL-590) Openstack Essex Module

    [ https://issues.apache.org/jira/browse/VCL-590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13410817#comment-13410817 ] 

Curtis C. commented on VCL-590:
-------------------------------

Hi. I'm trying out the openstack_nova_api.pm module on 2.2.1 and Openstack Essex.

It would be helpful if you could describe the database changes and the format of the config file. I did manage to get to create an image from an existing image via nova image-create, but I added the table, and I could not seem to get the config to pickup the variables unless changing to look like this:

        my $os_auth_url = $config{OS_AUTH_URL};
        my $os_tenant_name = $config{OS_TENANT_NAME};
        my $os_username = $config{OS_USERNAME};
        my $os_password = $config{OS_PASSWORD};

and the config file looks like this:

# cd /etc/vcl/openstack/
You have new mail in /var/spool/mail/root
# cat openstack.conf 
OS_AUTH_URL => "http://SOME_IP_ADDRESS:5000/v2.0",
OS_TENANT_NAME => "vcl",
OS_USERNAME => "vcl",
OS_PASSWORD => "REMOVED"
                
> 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