lp:~jk0/nova/alternate_image_links

Created by Josh Kearney and last modified
Get this branch:
bzr branch lp:~jk0/nova/alternate_image_links
Only Josh Kearney can upload to this branch. If you are Josh Kearney please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Josh Kearney
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

1610. By Josh Kearney

Include 'type' in XML output.

1609. By Josh Kearney

Minor cleanup.

1608. By Josh Kearney

Added another unit test.

1607. By Josh Kearney

Fixed unit tests with some minor refactoring.

1606. By Josh Kearney

Refactored alternate link generation.

1605. By Josh Kearney

Added function to construct a glance URL and unit test.

1604. By Scott Moser

convert images that are not 'raw' to 'raw' during caching to node

1603. By Mark McLoughlin

Add iptables filter rules for dnsmasq (lp:844935)

On Fedora, the default policy for the INPUT chain in the filter table
is DROP. This means that DHCP and DNS request packets from the guest
get dropped.

Add these rules to allow the traffic through:

 $> sudo iptables -t filter -A nova-network-INPUT -i br0 -p udp -m udp --dport 67 -j ACCEPT
 $> sudo iptables -t filter -A nova-network-INPUT -i br0 -p tcp -m tcp --dport 67 -j ACCEPT
 $> sudo iptables -t filter -A nova-network-INPUT -i br0 -p udp -m udp --dport 53 -j ACCEPT
 $> sudo iptables -t filter -A nova-network-INPUT -i br0 -p tcp -m tcp --dport 53 -j ACCEPT

1602. By Scott Moser

create disk.local the same way ephemerals are created (LP: #851145)

If the user did not specify '--block-device-mapping /dev/vdb=ephemeral0', then the first non-root device would end up being created differently then if they had. It would not have a filesystem on it.

This makes 'local_gb' in the libvirt connection created the same way that
it would be if it were named ephemeral0.

1601. By Brad McConnell <email address hidden>

Fixed --uuid network command in nova-manage to desc to "uuid" instead of "net_uuid"

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~hudson-openstack/nova/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers