summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | The VNC Proxy is an OpenStack component that allows users of Nova to accessAnthony Young2011-03-3014-2/+565
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | fix localization for multiple replacement stringsVishvananda Ishaya2011-03-291-3/+5
| * | | | | | | | | | | | | | fix doc to refer to nova-vncproxyVishvananda Ishaya2011-03-291-10/+10
| * | | | | | | | | | | | | | add nova-vncproxy to setup.pyAnthony Young2011-03-291-0/+1
| * | | | | | | | | | | | | | clarify testAnthony Young2011-03-291-1/+1
| * | | | | | | | | | | | | | add lineAnthony Young2011-03-291-0/+1
| * | | | | | | | | | | | | | incorporate feedback from termieAnthony Young2011-03-297-12/+8
| * | | | | | | | | | | | | | add commentAnthony Young2011-03-291-0/+1
| * | | | | | | | | | | | | | switch cast to a callAnthony Young2011-03-291-1/+1
| * | | | | | | | | | | | | | move functions aroundAnthony Young2011-03-291-13/+13
| * | | | | | | | | | | | | | move flags per termie's feedbackAnthony Young2011-03-294-11/+38
| * | | | | | | | | | | | | | fix flag namesAnthony Young2011-03-295-9/+9
| * | | | | | | | | | | | | | use manager pattern for auth token proxyAnthony Young2011-03-295-60/+85
| * | | | | | | | | | | | | | address some of termie's recommendationsAnthony Young2011-03-284-4/+7
| * | | | | | | | | | | | | | add period, test githubAnthony Young2011-03-281-1/+1
| * | | | | | | | | | | | | | Merge remote branch 'nova/vnc_console' into vnc_consoleAnthony Young2011-03-240-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | minor tweak from termie feedbackAnthony Young2011-03-241-3/+2
| | * | | | | | | | | | | | | | Merge branch 'vnc_console' of git://github.com/sleepsonthefloor/nova into vnc...Anthony Young2011-03-2311-0/+566
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunk, add unit testAnthony Young2011-03-2419-1446/+625
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | clarify commentAnthony Young2011-03-241-1/+1
| * | | | | | | | | | | | | | | | | add documentationAnthony Young2011-03-241-0/+76
| * | | | | | | | | | | | | | | | | add hook for osapiAnthony Young2011-03-243-2/+13
| * | | | | | | | | | | | | | | | | make everything work with trunk againAnthony Young2011-03-243-11/+13
| * | | | | | | | | | | | | | | | | merge trunkAnthony Young2011-03-24213-3045/+21977
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | incorporate feedback from termieAnthony Young2011-03-249-197/+36
| * | | | | | | | | | | | | | | | | | fix typoAnthony Young2011-03-241-1/+1
| | |_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | make missing noVNC error condition a bit more fool-proofAnthony Young2011-03-231-5/+7
| * | | | | | | | | | | | | | | | | clean some pep8 issuesAnthony Young2011-03-231-2/+1
| * | | | | | | | | | | | | | | | | general cleanup, use whitelist for webserver securityAnthony Young2011-03-236-22/+68
| * | | | | | | | | | | | | | | | | more progressAnthony Young2011-03-233-17/+43
| * | | | | | | | | | | | | | | | | use the nova Server objectAnthony Young2011-03-232-14/+6
| * | | | | | | | | | | | | | | | | separating out components of vnc consoleAnthony Young2011-03-234-151/+220
| * | | | | | | | | | | | | | | | | make executableAnthony Young2011-03-221-0/+0
| * | | | | | | | | | | | | | | | | intermediate progress on vnc-nova integration. checking in to show vish.Anthony Young2011-03-223-1/+9
| * | | | | | | | | | | | | | | | | add in eventlet version of vnc proxyAnthony Young2011-03-221-0/+203
| * | | | | | | | | | | | | | | | | initial commit of vnc supportAnthony Young2011-03-027-0/+219
* | | | | | | | | | | | | | | | | | Support for volumes in the OpenStack APIJustin Santa Barbara2011-03-3016-125/+1386
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Deepcopy the images, because the string formatting transforms them in-placeJustin Santa Barbara2011-03-291-5/+6
| * | | | | | | | | | | | | | | | | name, created_at, updated_at are required.Justin Santa Barbara2011-03-291-0/+6
| * | | | | | | | | | | | | | | | | Merged with trunkJustin Santa Barbara2011-03-2923-508/+1223
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Make dnsmasq_interface configurable.Josh Kearney2011-03-291-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Make Dnsmasq_interface configurableJosh Kearney2011-03-291-1/+3
* | | | | | | | | | | | | | | | | | | Stop nova-manage from reporting an error every time. Apparently except: catc...Vishvananda Ishaya2011-03-291-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | don't print the error message on sys.exit(0)Vishvananda Ishaya2011-03-291-1/+1
* | | | | | | | | | | | | | | | | | | Now checking that exists at least one network marked injected (libvirt and xe...Ilya Alekseyev2011-03-292-6/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | style fixIlya Alekseyev2011-03-292-4/+4
| * | | | | | | | | | | | | | | | | | Added checks that exists at least one network marked inhected in libvirt and ...Ilya Alekseyev2011-03-292-2/+9
| | |_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | This branch adds support for linux containers (LXC) to nova. It uses the libv...Chuck Short2011-03-295-12/+121
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Style fixesChuck Short2011-03-291-3/+3
| * | | | | | | | | | | | | | | | | | Fix up docstringChuck Short2011-03-291-2/+2