Commit Graph

19 Commits

Author SHA1 Message Date
PCoder 26424fe24e Reformat code 2018-03-16 09:38:35 +01:00
PCoder f866368e85 Replace other occurrences of strip('public-') with
lstrip('public-')
2018-03-16 09:35:22 +01:00
PCoder d466c56a17 Correct skipIf conditions 2017-11-26 01:49:54 +01:00
PCoder 273fa75d55 Fix PEP8 warnings 2017-11-26 01:12:16 +01:00
PCoder 2bc4db1cab Add skipif to tests that require connecting to OpenNebula 2017-11-26 00:55:14 +01:00
Siarhei Puhach edcfd3e9f4 Added Flake8 lib and fixed PEP8 violations 2017-06-29 17:34:40 +03:00
modulos 06f372e56d Fix tests, add remove_public_key
The tests for VitualMachineSerializer were wrong. The manager now
contains a function to remove public keys from a user
2017-06-01 22:25:10 +02:00
modulos d229d124e9 Merge branch 'develop' into api/cleanup 2017-06-01 21:51:15 +02:00
modulos 0db15d99a5 Add exceptions, merge for ssh key
The replace variable of the add_public_key function is now a merge
variable in order to append new keys to a user
2017-06-01 19:08:38 +02:00
modulos 0b5cf2c057 Cleanup and add tests 2017-05-31 18:01:54 +02:00
modulos 2582e31868 Remove public- from vm name 2017-05-26 23:53:05 +02:00
Modulos cbc13de34f Access VirtualMachineTemplates via api!
Serialization of VirtualMachineTemplates now fully works
2017-05-11 04:05:58 +02:00
Modulos 4016dcfea9 Merge branch 'calculate_price' into opennebula_api 2017-05-10 13:25:38 +02:00
Modulos d36a83c8ac Merge branch 'create_template' into opennebula_api 2017-05-10 13:22:11 +02:00
Modulos c1a3f7281f Add calculate price function to template 2017-05-10 02:36:11 +02:00
Modulos b62819ae79 Add create vm function 2017-05-10 01:31:27 +02:00
Modulos b052507134 Add create template function 2017-05-10 01:11:49 +02:00
Modulos 714849fb49 Fix test_model_can_create_user 2017-05-09 17:15:12 +02:00
Modulos df777f384d Initial commit
Please Note:
This app is going to be developed in a TDD style. Please add test first
and then the corresponding code. This way we can be sure everything
works and it should help us coordinate our work.
2017-05-09 16:33:56 +02:00