0
I Use This!
Very High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 4 days ago.
Aug 30, 2024 — Aug 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
get rid of network indexes and make networks into a pool More... almost 15 years ago
Add Serializer.deserialize(xml_or_json_string) More... almost 15 years ago
merged trunk More... almost 15 years ago
return a value if possible from export_device_create_safe More... almost 15 years ago
merged floating-ip-by-project More... almost 15 years ago
merged network-lease-fix More... almost 15 years ago
merged trunk More... almost 15 years ago
Stop trying to install nova-api-new (it's gone). Install nova-scheduler. More... almost 15 years ago
Call out to 'sudo kill' instead of using os.kill. dnsmasq runs as root or nobody, nova may or may not be running as root, so os.kill won't work. More... almost 15 years ago
Make sure we also start dnsmasq on startup if we're managing networks. More... almost 15 years ago
Improve unit tests for network filtering. It now tracks recursive filter dependencies, so even if we change the filter layering, it still correctly checks for the presence of the arp, mac, and ip spoofing filters. More... almost 15 years ago
Make sure arguments to string format are in the correct order. More... almost 15 years ago
Make the incoming blocking rules take precedence over the output accept rules. More... almost 15 years ago
db api call to get instances by user and user checking in each of the server actions More... almost 15 years ago
More cleanup, backup_schedules controller, server details and the beginnings of the servers action route More... almost 15 years ago
This is getting ridiculous. More... almost 15 years ago
Merge from lp:~gundlach/nova/servers_api More... almost 15 years ago
Power state mapping More... almost 15 years ago
Set priority of security group rules to 300 to make sure they override the defaults. More... almost 15 years ago
Recreate ensure_security_group_filter. Needed for refresh. More... almost 15 years ago
Clean up nwfilter code. Move our filters into the ipv4 chain. More... almost 15 years ago
If neither a security group nor a cidr has been passed, assume cidr=0.0.0.0/0 More... almost 15 years ago
Merge from upstream More... almost 15 years ago
More re-work around the ORM changes and testing More... almost 15 years ago
Merge from upstream More... almost 15 years ago
Support content type detection in serializer More... almost 15 years ago
If an instance never got scheduled for whatever reason, its host will turn up as None. Filter those out to make sure refresh works. More... almost 15 years ago
Only call _on_set_network_host on nova-network hosts. More... almost 15 years ago
Allow DHCP requests through, pass the IP of the gateway as the dhcp server. More... almost 15 years ago
Add a flag the specifies where to find nova-dhcpbridge. More... almost 15 years ago