Commit Graph

616 Commits

Author SHA1 Message Date
Jimmy Bergman 2adb64821c Add a socket server responding with an allowing flash socket policy for all requests from flash on port 843 to nova-vncproxy 2011-07-07 07:26:01 +00:00
Jimmy Bergman efb5363356 pep8 compliance 2011-07-07 08:10:45 +02:00
Jimmy Bergman cb1f9e011c Merge trunk and resolve bin/nova-vncproxy conflict 2011-06-30 08:32:24 +02:00
Trey Morris 51f64e0073 merged trunk 2011-06-29 16:44:42 -05:00
Trey Morris 772a2ce2b9 merged trunk, fixed the floating_ip fixed_ip exception stupidity 2011-06-29 12:58:10 -05:00
Thierry Carrez 698bb2e090 Fix 'undefined name 'e'' pylint error 2011-06-29 16:52:55 +02:00
Thierry Carrez fc40fa75a5 Fix nova-manage vm list 2011-06-29 16:45:46 +02:00
Josh Kearney 014c646ad3 Put possible_topdir back in nova-api. 2011-06-28 22:43:32 +00:00
Josh Kearney 834b1741b4 Use milestone cut. 2011-06-28 17:26:08 -05:00
Monsyne Dragon 9ae4fbdef0 This adds system usage notifications using the notifications framework.
These are designed to feed an external billing or similar system that subscribes to the nova feed and does the analysis.
2011-06-28 20:53:45 +00:00
Monsyne Dragon 498f2d6715 Refactored usage generation 2011-06-28 20:37:05 +00:00
Monsyne Dragon 4c1d05d27f Fix issues due to renming of imange_id attrib. 2011-06-28 15:21:08 +00:00
Monsyne Dragon 6965da1d85 remerged trunk 2011-06-28 10:23:00 +00:00
Monsyne Dragon e2c66d0e96 Fix pep8 nits in audit script 2011-06-28 09:08:35 +00:00
Monsyne Dragon 4b8bcf30f9 Re-merging code for generating system-usages to get around bzr merge braindeadness. 2011-06-28 08:57:05 +00:00
Trey Morris b699b9abd2 removed unneded mac parameter to lease and release fixed ip functions 2011-06-27 17:07:21 -05:00
Trey Morris 0a2c2e0975 trunk merge, getting fierce.. 2011-06-27 16:48:03 -05:00
Brian Lamar 9d31fb19fe Merged trunk. 2011-06-27 16:08:48 -04:00
Chuck Short 543a57a3d0 Removes the usage of the IPy module in favor of the netaddr module. 2011-06-25 01:54:28 +00:00
Brian Lamar 655a783d5a Created Bootstrapper to handle Nova bootstrapping logic. 2011-06-23 21:31:00 -04:00
Trey Morris 5b5cc6f42e trunk merge 2011-06-23 18:10:30 -05:00
John Tran df8448f9f6 "nova-manage checks if user is member of proj, prior to adding role for that project" 2011-06-23 15:57:55 +00:00
Chuck Short 3b120fe30c Merge trunk: 2011-06-23 09:54:54 -04:00
Jimmy Bergman dcf8c73ac0 Merge trunk 2011-06-23 13:38:42 +02:00
Jimmy Bergman 3d1c8463d8 Change so that the flash socket policy server is using eventlet instead of twisted and is running in the same process as the main vnx proxy 2011-06-23 13:34:01 +02:00
Mark Washenberger 2059a683e1 run launcher first since it initializes global flags and logging 2011-06-22 23:27:49 -04:00
Alex Meade 979a9d2587 fixed incorrect exception 2011-06-22 15:22:25 -04:00
Jimmy Bergman 51c20f6f85 Add a socket server responding with an allowing flash socket policy for all requests from flash on port 843 to nova-vncproxy 2011-06-22 12:01:18 +02:00
Trey Morris c9c2a1e425 trunk merge 2011-06-21 11:59:22 -05:00
Brian Lamar 186598a819 Removed whitespace. 2011-06-21 12:03:27 -04:00
Brian Lamar 742c21e4e7 Very small alterations, switched from using start() to pass host/port, to just defining them up front in init. Doesn't make sense to set them in start because we can't start more than once any way. Also, unbroke binaries. 2011-06-21 11:25:44 -04:00
Brian Lamar e821b96feb Removed unneeded import. 2011-06-21 00:32:31 -04:00
Brian Lamar c17c73b3d0 Tests for WSGI/Launcher 2011-06-21 00:21:33 -04:00
Brian Lamar e849aa7112 Removed logging logic from __init__, added concept of Launcher...no tests for it yet. 2011-06-20 19:32:18 -04:00
John Tran dca372d68a nova-manage checks if user is member of proj, prior to adding role for that project 2011-06-20 15:28:34 -07:00
Johannes Erdfelt cb059a76b9 Merge with trunk 2011-06-20 20:55:16 +00:00
Brian Lamar c178b3ce44 pep8 fixes 2011-06-20 14:54:53 -04:00
Trey Morris 5f8637007e another trunk merge 2011-06-20 11:23:49 -05:00
Brian Lamar dd870291a3 Cleanup and addition of tests for WSGI server. 2011-06-20 10:12:43 -04:00
Brian Lamar 927aecb0a3 Introduced Loader concept, for paste decouple. 2011-06-19 20:18:29 -04:00
Brian Lamar 79402ffbae Cleanup of the cleanup. 2011-06-19 18:00:38 -04:00
Brian Lamar 1e047dae71 Further nova-api cleanup. 2011-06-19 16:27:46 -04:00
Brian Lamar 95213244fe Cleaned up nova-api binary and logging a bit. 2011-06-19 14:41:42 -04:00
Brian Lamar ea64f883b7 Removed debugging, made objectstore tests pass again. 2011-06-19 14:09:09 -04:00
Brian Lamar 843644aed6 General cleanup and refactor of a lot of the API/WSGI service code. 2011-06-18 23:10:41 -04:00
Johannes Erdfelt b9c74d0958 Clean up docstrings to match HACKING 2011-06-16 15:56:06 +00:00
Johannes Erdfelt 187341d714 Print list of agent builds a bit prettier 2011-06-15 15:21:20 +00:00
Johannes Erdfelt 8ecf36310d PEP8 cleanups 2011-06-15 14:41:09 +00:00
Brian Waldon 7c68bb8172 merging trunk 2011-06-13 12:54:43 -04:00
Trey Morris 878468db55 floating ips can now move around the network hosts 2011-06-10 16:55:27 -05:00