Revision 11520021
NOTICE | ||
---|---|---|
1 | 1 |
OpenNebula Open Source Project |
2 | 2 |
-------------------------------------------------------------------------------- |
3 |
Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs
|
|
3 |
Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs
|
|
4 | 4 |
-------------------------------------------------------------------------------- |
5 | 5 |
|
6 | 6 |
You can find more information about the project, release notes and |
README.md | ||
---|---|---|
166 | 166 |
|
167 | 167 |
## License |
168 | 168 |
|
169 |
Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs
|
|
169 |
Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs
|
|
170 | 170 |
|
171 | 171 |
Licensed under the Apache License, Version 2.0 (the "License"); you may |
172 | 172 |
not use this file except in compliance with the License. You may obtain |
SConstruct | ||
---|---|---|
1 | 1 |
# -------------------------------------------------------------------------- # |
2 |
# Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
2 |
# Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
3 | 3 |
# # |
4 | 4 |
# Licensed under the Apache License, Version 2.0 (the "License"); you may # |
5 | 5 |
# not use this file except in compliance with the License. You may obtain # |
include/AclManager.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/AclRule.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/ActionManager.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/Attribute.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/AuthManager.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/AuthManagerDriver.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/AuthRequest.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/Callbackable.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/Cluster.h | ||
---|---|---|
1 | 1 |
/* ------------------------------------------------------------------------ */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/ClusterPool.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/ClusterTemplate.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/Clusterable.h | ||
---|---|---|
1 | 1 |
/* ------------------------------------------------------------------------ */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/Datastore.h | ||
---|---|---|
1 | 1 |
/* ------------------------------------------------------------------------ */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/DatastorePool.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/DatastoreTemplate.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/DefaultQuotas.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/DispatchManager.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/Document.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/DocumentPool.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/FixedLeases.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/Group.h | ||
---|---|---|
1 | 1 |
/* ------------------------------------------------------------------------ */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/GroupPool.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/History.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/Hook.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/HookManager.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/HookManagerDriver.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/Host.h | ||
---|---|---|
1 | 1 |
/* ------------------------------------------------------------------------ */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/HostHook.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/HostPool.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/HostShare.h | ||
---|---|---|
1 | 1 |
/* ------------------------------------------------------------------------ */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/HostTemplate.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/Image.h | ||
---|---|---|
1 | 1 |
/* ------------------------------------------------------------------------ */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/ImageManager.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/ImageManagerDriver.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/ImagePool.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/ImageTemplate.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/InformationManager.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/InformationManagerDriver.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/Leases.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/LibVirtDriver.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/LifeCycleManager.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/Log.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/Mad.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/MadManager.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/MonitorThread.h | ||
---|---|---|
1 | 1 |
|
2 | 2 |
/* -------------------------------------------------------------------------- */ |
3 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
4 | 4 |
/* */ |
5 | 5 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
6 | 6 |
/* not use this file except in compliance with the License. You may obtain */ |
include/MySqlDB.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/Nebula.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
... | ... | |
357 | 357 |
*/ |
358 | 358 |
static string version() |
359 | 359 |
{ |
360 |
return "OpenNebula 4.4.0";
|
|
360 |
return "OpenNebula 4.5.0";
|
|
361 | 361 |
}; |
362 | 362 |
|
363 | 363 |
static string db_version() |
364 | 364 |
{ |
365 |
return "4.4.0";
|
|
365 |
return "4.5.0";
|
|
366 | 366 |
} |
367 | 367 |
|
368 | 368 |
/** |
include/NebulaLog.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/NebulaTemplate.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/NebulaUtil.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/ObjectCollection.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/ObjectSQL.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/ObjectXML.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/OneClient.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/PoolObjectAuth.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/PoolObjectSQL.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/PoolSQL.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/Quota.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/QuotaDatastore.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/QuotaImage.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/QuotaNetwork.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/QuotaVirtualMachine.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/Quotas.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/RangedLeases.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/Request.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/RequestManager.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/RequestManagerAcl.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/RequestManagerAllocate.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/RequestManagerChmod.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/RequestManagerChown.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/RequestManagerClone.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/RequestManagerCluster.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/RequestManagerDelete.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/RequestManagerGroup.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/RequestManagerHost.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/RequestManagerImage.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/RequestManagerInfo.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/RequestManagerPoolInfoFilter.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/RequestManagerRename.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/RequestManagerSystem.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/RequestManagerUpdateTemplate.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/RequestManagerUser.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/RequestManagerVMTemplate.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/RequestManagerVirtualMachine.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/RequestManagerVirtualNetwork.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/SqlDB.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/SqliteDB.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/SyncRequest.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/SystemDB.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/Template.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/TransferManager.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/TransferManagerDriver.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/User.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/UserPool.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/UserTemplate.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/VMTemplate.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/VMTemplatePool.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/VirtualMachine.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/VirtualMachineHook.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/VirtualMachineManager.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/VirtualMachineManagerDriver.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/VirtualMachinePool.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/VirtualMachineTemplate.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/VirtualNetwork.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/VirtualNetworkPool.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/VirtualNetworkTemplate.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/XMLDriver.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/XenDriver.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
include/mem_collector.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
install.sh | ||
---|---|---|
1 | 1 |
#!/bin/bash |
2 | 2 |
|
3 | 3 |
# -------------------------------------------------------------------------- # |
4 |
# Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
4 |
# Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
5 | 5 |
# # |
6 | 6 |
# Licensed under the Apache License, Version 2.0 (the "License"); you may # |
7 | 7 |
# not use this file except in compliance with the License. You may obtain # |
share/doc/xsd/test.sh | ||
---|---|---|
1 | 1 |
#!/bin/bash |
2 | 2 |
|
3 | 3 |
# -------------------------------------------------------------------------- # |
4 |
# Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
4 |
# Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
5 | 5 |
# # |
6 | 6 |
# Licensed under the Apache License, Version 2.0 (the "License"); you may # |
7 | 7 |
# not use this file except in compliance with the License. You may obtain # |
share/etc/defaultrc | ||
---|---|---|
1 | 1 |
# -------------------------------------------------------------------------- # |
2 |
# Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
2 |
# Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
3 | 3 |
# # |
4 | 4 |
# Licensed under the Apache License, Version 2.0 (the "License"); you may # |
5 | 5 |
# not use this file except in compliance with the License. You may obtain # |
share/hooks/host_error.rb | ||
---|---|---|
1 | 1 |
#!/usr/bin/env ruby |
2 | 2 |
|
3 | 3 |
# -------------------------------------------------------------------------- # |
4 |
# Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
4 |
# Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
5 | 5 |
# # |
6 | 6 |
# Licensed under the Apache License, Version 2.0 (the "License"); you may # |
7 | 7 |
# not use this file except in compliance with the License. You may obtain # |
share/man/SConstruct | ||
---|---|---|
1 | 1 |
# SConstruct for share/man |
2 | 2 |
|
3 | 3 |
# -------------------------------------------------------------------------- # |
4 |
# Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
4 |
# Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
5 | 5 |
# # |
6 | 6 |
# Licensed under the Apache License, Version 2.0 (the "License"); you may # |
7 | 7 |
# not use this file except in compliance with the License. You may obtain # |
share/router/vmcontext.rb | ||
---|---|---|
1 | 1 |
#!/usr/bin/env ruby |
2 | 2 |
|
3 | 3 |
# -------------------------------------------------------------------------- # |
4 |
# Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
4 |
# Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
5 | 5 |
# # |
6 | 6 |
# Licensed under the Apache License, Version 2.0 (the "License"); you may # |
7 | 7 |
# not use this file except in compliance with the License. You may obtain # |
share/rubygems/SConstruct | ||
---|---|---|
1 | 1 |
# SConstruct for share/scripts/rubygems |
2 | 2 |
|
3 | 3 |
# -------------------------------------------------------------------------- # |
4 |
# Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
4 |
# Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
5 | 5 |
# # |
6 | 6 |
# Licensed under the Apache License, Version 2.0 (the "License"); you may # |
7 | 7 |
# not use this file except in compliance with the License. You may obtain # |
share/rubygems/generate | ||
---|---|---|
1 | 1 |
#!/usr/bin/env ruby |
2 | 2 |
|
3 | 3 |
# -------------------------------------------------------------------------- # |
4 |
# Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
4 |
# Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
5 | 5 |
# # |
6 | 6 |
# Licensed under the Apache License, Version 2.0 (the "License"); you may # |
7 | 7 |
# not use this file except in compliance with the License. You may obtain # |
... | ... | |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
DEFAULTS={ |
24 |
:version => "4.4.0",
|
|
24 |
:version => "4.5.0",
|
|
25 | 25 |
:date => Time.now.strftime("%Y-%m-%d"), |
26 | 26 |
:dependencies => [] |
27 | 27 |
} |
share/scons/get_xmlrpc_config | ||
---|---|---|
1 | 1 |
#!/usr/bin/env ruby |
2 | 2 |
|
3 | 3 |
# -------------------------------------------------------------------------- # |
4 |
# Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
4 |
# Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
5 | 5 |
# # |
6 | 6 |
# Licensed under the Apache License, Version 2.0 (the "License"); you may # |
7 | 7 |
# not use this file except in compliance with the License. You may obtain # |
share/scons/lex_bison.py | ||
---|---|---|
1 | 1 |
# -------------------------------------------------------------------------- # |
2 |
# Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
2 |
# Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
3 | 3 |
# # |
4 | 4 |
# Licensed under the Apache License, Version 2.0 (the "License"); you may # |
5 | 5 |
# not use this file except in compliance with the License. You may obtain # |
share/scons/po2json.rb | ||
---|---|---|
2 | 2 |
# -*- coding: utf-8 -*- |
3 | 3 |
|
4 | 4 |
# -------------------------------------------------------------------------- # |
5 |
# Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
5 |
# Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
6 | 6 |
# # |
7 | 7 |
# Licensed under the Apache License, Version 2.0 (the "License"); you may # |
8 | 8 |
# not use this file except in compliance with the License. You may obtain # |
share/scripts/centos-5/context/init.sh | ||
---|---|---|
1 | 1 |
#!/bin/bash |
2 | 2 |
|
3 | 3 |
# -------------------------------------------------------------------------- # |
4 |
# Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
4 |
# Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
5 | 5 |
# # |
6 | 6 |
# Licensed under the Apache License, Version 2.0 (the "License"); you may # |
7 | 7 |
# not use this file except in compliance with the License. You may obtain # |
share/scripts/centos-5/net-vmcontext/vmcontext | ||
---|---|---|
4 | 4 |
# description: network reconfigure |
5 | 5 |
# |
6 | 6 |
# -------------------------------------------------------------------------- # |
7 |
# Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
7 |
# Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
8 | 8 |
# # |
9 | 9 |
# Licensed under the Apache License, Version 2.0 (the "License"); you may # |
10 | 10 |
# not use this file except in compliance with the License. You may obtain # |
share/scripts/context-packages/SConstruct | ||
---|---|---|
1 | 1 |
# SConstruct for share/scripts/context-packages |
2 | 2 |
|
3 | 3 |
# -------------------------------------------------------------------------- # |
4 |
# Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
4 |
# Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs #
|
|
5 | 5 |
# # |
6 | 6 |
# Licensed under the Apache License, Version 2.0 (the "License"); you may # |
7 | 7 |
# not use this file except in compliance with the License. You may obtain # |
share/scripts/context-packages/base/etc/init.d/vmcontext | ||
---|---|---|
4 | 4 |
# description: network reconfigure |
5 | 5 |
# |
6 | 6 |
# -------------------------------------------------------------------------- # |
7 |
# Copyright 2010-2013, C12G Labs S.L. #
|
|
7 |
# Copyright 2010-2014, C12G Labs S.L. #
|
|
8 | 8 |
# # |
9 | 9 |
# Licensed under the Apache License, Version 2.0 (the "License"); you may # |
10 | 10 |
# not use this file except in compliance with the License. You may obtain # |
share/scripts/context-packages/base/etc/one-context.d/01-dns | ||
---|---|---|
1 | 1 |
#!/bin/bash |
2 | 2 |
|
3 | 3 |
# -------------------------------------------------------------------------- # |
4 |
# Copyright 2010-2013, C12G Labs S.L. #
|
|
4 |
# Copyright 2010-2014, C12G Labs S.L. #
|
|
5 | 5 |
# # |
6 | 6 |
# Licensed under the Apache License, Version 2.0 (the "License"); you may # |
7 | 7 |
# not use this file except in compliance with the License. You may obtain # |
share/scripts/context-packages/base/etc/one-context.d/02-ssh_public_key | ||
---|---|---|
1 | 1 |
#!/bin/bash |
2 | 2 |
|
3 | 3 |
# -------------------------------------------------------------------------- # |
4 |
# Copyright 2010-2013, C12G Labs S.L. #
|
|
4 |
# Copyright 2010-2014, C12G Labs S.L. #
|
|
5 | 5 |
# # |
6 | 6 |
# Licensed under the Apache License, Version 2.0 (the "License"); you may # |
7 | 7 |
# not use this file except in compliance with the License. You may obtain # |
share/scripts/context-packages/base_deb/etc/one-context.d/00-network | ||
---|---|---|
1 | 1 |
#!/bin/bash |
2 | 2 |
|
3 | 3 |
# -------------------------------------------------------------------------- # |
4 |
# Copyright 2010-2013, C12G Labs S.L. #
|
|
4 |
# Copyright 2010-2014, C12G Labs S.L. #
|
|
5 | 5 |
# # |
6 | 6 |
# Licensed under the Apache License, Version 2.0 (the "License"); you may # |
7 | 7 |
# not use this file except in compliance with the License. You may obtain # |
Also available in: Unified diff