You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "Chandan Purushothama (JIRA)" <ji...@apache.org> on 2012/10/14 01:50:02 UTC

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

Chandan Purushothama created CLOUDSTACK-338:
-----------------------------------------------

             Summary: 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
          Components: Management Server
    Affects Versions: 4.1.0
            Reporter: Chandan Purushothama
             Fix For: 4.1.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