Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Drop unneeded Fkey on InstanceTypes.id. | Dan Prince | 2011-04-07 | 1 | -2/+1 | |
| * | | | | | | | | | | Merge w/ trunk. | Dan Prince | 2011-04-07 | 40 | -68/+247 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Remove comments. | Dan Prince | 2011-04-05 | 1 | -2/+0 | |
| * | | | | | | | | | | Correct variable name. | Dan Prince | 2011-04-04 | 1 | -1/+1 | |
| * | | | | | | | | | | Merge w/ trunk. | Dan Prince | 2011-04-04 | 15 | -533/+195 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Refactor so that instances.instance_type is now instances.instance_type_id. | Dan Prince | 2011-04-04 | 23 | -96/+256 | |
* | | | | | | | | | | | Renamed computeFault back to cloudServersFault in an effort to maintain consi... | Josh Kearney | 2011-04-07 | 2 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Renamed computeFault to cloudServersFault | Josh Kearney | 2011-04-07 | 2 | -5/+5 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | adds a timeout on session.login_with_password() | Sandy Walsh | 2011-04-07 | 1 | -1/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | better error message | Sandy Walsh | 2011-04-07 | 1 | -1/+2 | |
| * | | | | | | | | | | | pep8 | Sandy Walsh | 2011-04-07 | 1 | -0/+1 | |
| * | | | | | | | | | | | adds timeout to login_with_password | Sandy Walsh | 2011-04-07 | 1 | -2/+7 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Bypass a potential security vulnerability by not setting shell=True in xensto... | Josh Kearney | 2011-04-07 | 1 | -16/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Incorprate johannes.erdfelt's patch | Josh Kearney | 2011-04-06 | 1 | -16/+19 | |
* | | | | | | | | | | | | fixed the way ip6 address were retrieved/returned in _get_network_info in nov... | Trey Morris | 2011-04-07 | 4 | -30/+49 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | another syntax error | Trey Morris | 2011-04-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | syntax error | Trey Morris | 2011-04-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | updated check_vm_record in test_xenapi to check the gateway6 correctly | Trey Morris | 2011-04-06 | 1 | -3/+3 | |
| * | | | | | | | | | | | updated get_network_info in libvirt_conn to correctly insert ip6s and gateway... | Trey Morris | 2011-04-06 | 1 | -18/+18 | |
| * | | | | | | | | | | | updated _prepare_injectables() to use info[gateway6] instead of looking insid... | Trey Morris | 2011-04-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | modified behavior of inject_network_info and reset_network related to a vm_re... | Trey Morris | 2011-04-06 | 1 | -5/+23 | |
| * | | | | | | | | | | | typo | Trey Morris | 2011-04-05 | 1 | -3/+4 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Remove <addressSet> and <item> from AllocateAddress response, and fix bug #75... | Masanori Itoh | 2011-04-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Rebased to trunk rev 949. | Masanori Itoh | 2011-04-07 | 38 | -66/+213 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Support providing an XML namespace on the XML output from the OpenStack API | Justin Santa Barbara | 2011-04-06 | 21 | -52/+164 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Merged with trunk, fixed up test that wasn't checking namespace | Justin Santa Barbara | 2011-04-06 | 40 | -559/+417 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Make sure ca_folder is created before chdir()ing into it. | Soren Hansen | 2011-04-06 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Create ca_folder if it does not already exist. | Soren Hansen | 2011-04-06 | 1 | -0/+2 | |
* | | | | | | | | | | | Only create ca_path directory if it does not already exist. | Soren Hansen | 2011-04-06 | 1 | -1/+2 | |
|\| | | | | | | | | | | ||||||
| * | | | | | | | | | | Added bug reference | Soren Hansen | 2011-04-06 | 0 | -0/+0 | |
| * | | | | | | | | | | Only create ca_path directory if it does not already exist. | Soren Hansen | 2011-04-06 | 1 | -1/+2 | |
| * | | | | | | | | | | Merge trunk | Soren Hansen | 2011-04-06 | 5 | -8/+26 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Make "setup.py install" much more thorough. It now installs tools/ into /usr/... | Soren Hansen | 2011-04-06 | 3 | -0/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Help paste_config_file find the api config now that we moved it. | Soren Hansen | 2011-04-05 | 1 | -0/+1 | |
| * | | | | | | | | | | Add bug reference | Soren Hansen | 2011-04-05 | 0 | -0/+0 | |
| * | | | | | | | | | | Move api-paste.ini into a nova/ subdir of etc/ | Soren Hansen | 2011-04-05 | 1 | -0/+0 | |
| * | | | | | | | | | | Add a find_data_files method to setup.py. Use it to get tools/ installed unde... | Soren Hansen | 2011-04-05 | 1 | -0/+15 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Moved 'name' from <imageId> to <imageLocation>, corrected <imageType> and fix... | Masanori Itoh | 2011-04-05 | 1 | -7/+8 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Rebased to trunk 942. | Masanori Itoh | 2011-04-05 | 13 | -508/+195 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Moved 'name' property from <imageId> to <imageLocation>, corrected <imageType... | Masanori Itoh | 2011-04-05 | 1 | -7/+8 | |
* | | | | | | | | | | | This branch contains the fix for lp:749973. VNC is assumed that is default fo... | Chuck Short | 2011-04-05 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Dont configure vnc if we are using lxc | Chuck Short | 2011-04-05 | 1 | -1/+2 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Separate CA/ dir into code and state. | Soren Hansen | 2011-04-05 | 14 | -6/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | / / / / / / / / | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Automatically create CA state dir, and make sure the CA scripts look for the ... | Soren Hansen | 2011-04-05 | 3 | -2/+4 | |
| * | | | | | | | | | Allow CA code and state to be separated, and make sure CA code gets installed... | Soren Hansen | 2011-04-05 | 14 | -4/+16 | |
|/ / / / / / / / / | ||||||
| | * | | | | | | | Refixed unit test to check XML ns | Justin Santa Barbara | 2011-03-30 | 1 | -4/+4 | |
| | * | | | | | | | Merged with trunk (after faults change to return correct content-type) | Justin Santa Barbara | 2011-03-30 | 2 | -28/+105 | |
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | | | ||||||
| | * | | | | | | | More tests that were checking for no-namespace | Justin Santa Barbara | 2011-03-30 | 1 | -4/+11 | |
| | * | | | | | | | Some tests actually tested for the lack of a namespace :-) | Justin Santa Barbara | 2011-03-30 | 4 | -11/+16 | |
| | * | | | | | | | Add XML namespaces to the OpenStack API | Justin Santa Barbara | 2011-03-30 | 16 | -32/+103 |