branches with status:
Name Status Last Modified Last Commit
lp:~danwent/neutron/test-show-no-attachment (Has a merge proposal) 1 Development 2011-09-23 20:11:11 UTC
77. add unit test that validates behavior...

Author: dan wendlandt
Revision Date: 2011-09-23 20:10:05 UTC

add unit test that validates behavior of show port attachment when no attachment is set

lp:~danwent/+junk/nova-quantum-script-qmanager-demo 1 Development 2011-09-08 05:33:40 UTC
12. fix PYTHONPATH so it always picks up ...

Author: dan wendlandt
Revision Date: 2011-09-08 05:33:40 UTC

fix PYTHONPATH so it always picks up the correct nova client lib

lp:~danwent/nova/qmanager 1 Development 2011-08-23 04:33:04 UTC
1359. fixes

Author: dan wendlandt
Revision Date: 2011-08-23 04:33:04 UTC

fixes

lp:~danwent/nova/trunk 1 Development 2011-08-23 03:33:04 UTC
1476. Our goal is to add optional parameter...

Author: Tushar Patil
Revision Date: 2011-08-23 02:05:35 UTC

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.

lp:~danwent/nova/qmanager-demo 1 Development 2011-08-16 07:56:45 UTC
1349. have fake_melange init only create em...

Author: dan wendlandt
Revision Date: 2011-08-16 07:56:45 UTC

have fake_melange init only create empty db if no db exists

lp:~danwent/+junk/soq-qmanager-demo 1 Development 2011-08-16 07:55:41 UTC
3. split out separate create-network and...

Author: dan wendlandt
Revision Date: 2011-08-16 07:55:41 UTC

split out separate create-network and create-server calls

lp:~danwent/+junk/sqo-qmanager-demo 1 Development 2011-08-16 07:55:41 UTC
3. split out separate create-network and...

Author: dan wendlandt
Revision Date: 2011-08-16 07:55:41 UTC

split out separate create-network and create-server calls

lp:~danwent/neutron/qmanager-demo 1 Development 2011-08-15 04:17:36 UTC
40. Merging: lp:~danwent/quantum/client-l...

Author: Salvatore Orlando
Revision Date: 2011-08-12 11:17:28 UTC

Merging: lp:~danwent/quantum/client-lib

Some minor tweaks to the Quantum Client Library, based on my experience using the library.

lp:~danwent/python-novaclient/qmanager-demo 1 Development 2011-08-15 04:15:43 UTC
81. add net-ids as server argument

Author: dan wendlandt
Revision Date: 2011-08-15 04:14:35 UTC

add net-ids as server argument

lp:~danwent/+junk/nova-quantum-script 1 Development 2011-07-28 22:52:11 UTC
6. add python-lockfile to be installed b...

Author: dan wendlandt
Revision Date: 2011-07-28 22:52:11 UTC

add python-lockfile to be installed by apt-get

lp:~danwent/nova/network-refactor-vifplug 1 Development 2011-07-07 05:57:30 UTC
1142. add vifplug logical for libvirt

Author: dan wendlandt
Revision Date: 2011-07-07 05:57:30 UTC

add vifplug logical for libvirt

lp:~danwent/nova/libvirt-ovs 1 Development 2011-07-02 01:04:07 UTC
1167. switch back to utils.execute for ovs ...

Author: dan wendlandt
Revision Date: 2011-07-02 01:04:07 UTC

switch back to utils.execute for ovs config, using tap not vnet

112 of 12 results