openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
O
Openstack Core Services
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
3 days
ago.
Aug 22, 2024 — Aug 22, 2025
Showing page 3,894 of 3,936
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
RateLimitingMiddleware tests
Michael Gundlach
More...
almost 15 years ago
Address a couple of the TODO's: We now have half-decent input validation for AuthorizeSecurityGroupIngress and RevokeDitto.
Soren Hansen
More...
almost 15 years ago
Clean up use of ORM to remove the need for scoped_session.
Soren Hansen
More...
almost 15 years ago
Roll back my slightly over-zealous clean up work.
Soren Hansen
More...
almost 15 years ago
More ORM object cleanup.
Soren Hansen
More...
almost 15 years ago
Clean up use of objects coming out of the ORM.
Soren Hansen
More...
almost 15 years ago
RateLimitingMiddleware
Michael Gundlach
More...
almost 15 years ago
Add ratelimiting package into Nova. After Austin it'll be pulled out into PyPI.
Michael Gundlach
More...
almost 15 years ago
When destroying a VM using the XenAPI backend, if the VM is still running (the usual case) the destroy fails. It needs to be powered-off first.
Ewan Mellor
More...
almost 15 years ago
Leave out the network setting from the interfaces template. It does not get passed anymore.
Soren Hansen
More...
almost 15 years ago
Network model has network_str attribute.
Soren Hansen
More...
almost 15 years ago
Cast process input to a str. It must not be unicode, but stuff that comes out of the database might very well be unicode, so using such a value in a template makes the whole thing unicode.
Soren Hansen
More...
almost 15 years ago
Make refresh_security_groups play well with inlineCallbacks.
Soren Hansen
More...
almost 15 years ago
Fix up rule generation. It turns out nwfilter gets very, very wonky indeed if you mix <ip> rules and <tcp> rules. Setting a TCP rule adds an early rule to ebtables that ends up overriding the <ip> rules which are last in that table.
Soren Hansen
More...
almost 15 years ago
Add a bunch of TODO's to the API implementation.
Soren Hansen
More...
almost 15 years ago
Multiple security group support.
Soren Hansen
More...
almost 15 years ago
Remove power state constants that have ended up duplicated following a bad merge. They were moved from nova.compute.node.Instance into nova.compute.power_state at the same time that Instance was moved into nova.compute.service. We've ended up with these constants in both places.
Ewan Mellor
More...
almost 15 years ago
now we can run files - thanks vish
Jesse Andrews
More...
almost 15 years ago
Move vol.destroy() call out of the _check method in test_multiple_volume_race_condition test and into a callback of the DeferredList. This should fix the intermittent failure of that test. I /think/ test_too_many_volumes's failure was caused by test_multiple_volume_race_condition failure, since I have not been able to reproduce its failure after fixing this one.
Soren Hansen
More...
almost 15 years ago
Adds 'shell run' to nova manage, which spawns a shell with flags properly imported.
Jesse Andrews
More...
almost 15 years ago
Finish pulling S3ImageService out of this mergeprop
Michael Gundlach
More...
almost 15 years ago
Pull S3ImageService out of this mergeprop
Michael Gundlach
More...
almost 15 years ago
Correctly pass ip_address to templates.
Soren Hansen
More...
almost 15 years ago
Fix call to listNWFilters
Soren Hansen
More...
almost 15 years ago
(Untested) Make changes to security group rules propagate to the relevant compute nodes.
Soren Hansen
More...
almost 15 years ago
Filters all get defined when running an instance.
Soren Hansen
More...
almost 15 years ago
added missing yield in detach_volume
Vishvananda Ishaya
More...
almost 15 years ago
multiple network controllers will not create duplicate indexes
Vishvananda Ishaya
More...
almost 15 years ago
renamed _get_quota to get_quota and moved int(size) into quota.py
Vishvananda Ishaya
More...
almost 15 years ago
Merge nwfilter branch.
Soren Hansen
More...
almost 15 years ago
←
1
2
…
3890
3891
3892
3893
3894
3895
3896
3897
3898
…
3935
3936
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree