Feature #1304
Allow OpenNebula to dynamically create new Pools
Status: | Closed | Start date: | 06/06/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Carlos Martín | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 3.6 | |||
Resolution: | fixed | Pull request: |
Description
To facilitate the development of ecosystem projects, this campaign will add support to dynamically create new Pools.
These new pools will be based on the current Template pool. Each object will store text with the template syntax, and will allow a tight integration with the OpenNebula users, groups, permissions and ACL mechanisms.
Associated revisions
Feature #1304: Add new methods one.generic.*. VMTemplates have a new 'type' attribute.
As things are right now, VMTemplates with different types share the "namespace",
meaning that you can't have two templtes with the same name even if their type
is different
Revert "Feature #1304: Add new methods one.generic.*. VMTemplates have a new 'type' attribute."
This reverts commit 04940ff188afee9e57947a1f87b315ca5fed06d1.
Feature #1304: Create new DocumentPool, add ACL Object to Core, Ruby and Java OCA
Feature #1304: Add new xml-rpc methods one.document.*
Feature #1304: Refactor Pool.rb
Feature #1304: Small bug fix in one.documentpool.info
Feature #1304: Add generic Document & DocumentPool classes to Ruby OCA
Feature #1304: Add generic Document & DocumentPool classes to Java OCA
Feature #1304: Add the new document_pool table to the onedb migrator
feature #1304: Removed name uniqueness for document pool. Simplify related functions because of this
feature #1304: Fix signature for XML-RPC methods. Remove publish methods for OCA
feature #1304: Added missing commit from feature-1304 merge. It fixes compilation.
Feature #1304: Remove extra Document type arguments from Java OCA
Feature #1304: Remove extra type argument in document clone
Feature #1304: Check that the requested Document has the right type
Feature #1304: Check Document type for all operations, not only info()
Feature #1304: Improve the Document type sanity check. The previous implementation rebuilt the internal XML, what could destroy unsaved changes
History
#1 Updated by Ruben S. Montero about 9 years ago
- Status changed from New to Closed
- Resolution set to fixed