You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Alena Prokharchyk (JIRA)" <ji...@apache.org> on 2013/07/02 00:21:21 UTC

[jira] [Commented] (CLOUDSTACK-338) Unique Names of Disk and Service Offerings in the database are prefixed with "Cloud.com" String

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

Alena Prokharchyk commented on CLOUDSTACK-338:
----------------------------------------------

We never expose the disk offering unique_name through the API. But if we still decide to fix this problem, then in addition to fixing it for the fresh setup, the name has to be changed for existing setups via db upgrade scripts.
                
> Unique Names of Disk and Service Offerings in the database are prefixed with "Cloud.com" String
> -----------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-338
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-338
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server
>    Affects Versions: 4.1.0, 4.2.0
>            Reporter: Chandan Purushothama
>             Fix For: 4.2.0
>
>
> Unique names of disk and service offerings in the database are prefixed with "Cloud.com" string.
> mysql> select id,name,unique_name from disk_offering;
> +----+------------------------------------------+----------------------------+
> | id | name                                     | unique_name                |
> +----+------------------------------------------+----------------------------+
> |  1 | Small Instance                           | Cloud.Com-Small Instance   |
> |  2 | Medium Instance                          | Cloud.Com-Medium Instance  |
> |  3 | Small                                    | Cloud.Com-Small            |
> |  4 | Medium                                   | Cloud.Com-Medium           |
> |  5 | Large                                    | Cloud.Com-Large            |
> |  6 | Custom                                   | Cloud.Com-Custom           |
> |  7 | System Offering For Secondary Storage VM | Cloud.com-SecondaryStorage |
> |  8 | System Offering For Console Proxy        | Cloud.com-ConsoleProxy     |
> |  9 | System Offering For Software Router      | Cloud.Com-SoftwareRouter   |
> | 10 | System Offering For Elastic LB VM        | Cloud.Com-ElasticLBVm      |
> +----+------------------------------------------+----------------------------+
> 10 rows in set (0.00 sec)
> ===================
> JARs version Information:
> ===================
> This is the version information for the manifests in the JAR files.
> Implementation_Version:                           2.2.20121012230921

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira