lp:~bgh/neutron/qmanager-new-fixes

Created by Brad Hall and last modified
Get this branch:
bzr branch lp:~bgh/neutron/qmanager-new-fixes
Only Brad Hall can upload to this branch. If you are Brad Hall please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Brad Hall
Project:
neutron
Status:
Development

Recent revisions

1484. By Brad Hall

Minor changes based on recent quantum changes

1483. By dan wendlandt

Add brad to Authors file

1482. By dan wendlandt

replace accidental deletion in nova-mange

1481. By dan wendlandt

rearrange imports

1480. By dan wendlandt

fix for quantum api changes, change nova-mange to have quantum_list command

1479. By dan wendlandt

merge brad's fixes

1478. By dan wendlandt

add priority for static networks

1477. By dan wendlandt

pulling all qmanager changes into a branch based on trunk, as they were previously stacked on top of melange

1476. By Tushar Patil

Our goal is to add optional parameter to the Create server OS 1.0 and 1.1 API to achieve following objectives:-

1) Specify number and order of networks to the create server API.

In the current implementation every instance you launch for a project having 3 networks assigned to it will always have 3 vnics. In this case it is not possible to have one instance with 2 vnics ,another with 1 vnic and so on. This is not flexible enough and the network resources are not used effectively.

2) Specify fixed IP address to the vnic at the boot time. When you launch a server, you can specify the fixed IP address you want to be assigned to the vnic from a particular network. If this fixed IP address is already in use, it will give exception.

Example of Server Create API request XML:
<?xml version="1.0" encoding="UTF-8"?>

<server xmlns="http://docs.nttpflab.com/servers/api/v1.0"
        name="new-server-test" imageId="1" flavorId="1">
  <metadata>
    <meta key="My Server Name">Apache1</meta>
  </metadata>
  <personality>
    <file path="/etc/banner.txt">
        ICAgICAgDQoiQSBjbG91ZCBkb2VzIG5vdCBrbm93IHdoeSBp
    </file>
  </personality>
  <networks>
      <network uuid="6622436e-5289-460f-8479-e4dcc63f16c5" fixed_ip="10.0.0.3">
      <network uuid="d97efefc-e071-4174-b6dd-b33af0a37706" fixed_ip="10.0.1.3">
  </networks>
</server>

3) Networks is an optional parameter, so if you don't provide any networks to the server Create API, it will behave exactly the same as of today.

This feature is supported to all of the network models.

1475. By Alex Meade

Fixes bug 831627 where nova-manage does not exit when given a non-existent network address

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:neutron/diablo
This branch contains Public information 
Everyone can see this information.

Subscribers