Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly pass the associate paramater to project_get_network | Vishvananda Ishaya | 2011-02-17 | 1 | -1/+1 |
* | copyright notice | Sandy Walsh | 2011-02-17 | 1 | -2/+1 |
* | changed from 003-004 migration | Sandy Walsh | 2011-02-17 | 8 | -9/+140 |
|\ | |||||
| * | added labels to networks for use in multi-nic | Trey Morris | 2011-02-17 | 4 | -0/+86 |
| |\ | |||||
| | * | comments + Englilish, changed copyright in migration, removed network_get_all... | Trey Morris | 2011-02-17 | 2 | -8/+2 |
| | * | added test for reset_network to openstack api tests, tabstop 5 to 4, renamed ... | Trey Morris | 2011-02-16 | 1 | -0/+0 |
| | * | fixed merge conflict | Trey Morris | 2011-02-14 | 7 | -85/+111 |
| | |\ | |||||
| | * | | corrected model for table lookup | Trey Morris | 2011-02-14 | 1 | -1/+1 |
| | * | | added get IPs by instance | Trey Morris | 2011-02-10 | 2 | -0/+16 |
| | * | | forgot to add network_get_all_by_instance to db.api | Trey Morris | 2011-02-10 | 1 | -0/+5 |
| | * | | added network_get_all_by_instance(), call to reset_network in vmops | Trey Morris | 2011-02-07 | 1 | -6/+13 |
| | * | | merged branch to name net_manager.create_networks args | Trey Morris | 2011-01-24 | 1 | -1/+2 |
| | |\ \ | |||||
| | * | | | fixed the migration | Trey Morris | 2011-01-20 | 1 | -0/+5 |
| | * | | | really added migration for networks label | Trey Morris | 2011-01-20 | 1 | -0/+47 |
| | * | | | syntax error | Trey Morris | 2011-01-20 | 1 | -1/+1 |
| | * | | | should be writing some kindof network info to the xenstore now, hopefully | Trey Morris | 2011-01-20 | 3 | -0/+12 |
| * | | | | Add a command to nova-manage to list fixed ip's. | Christian Berendt | 2011-02-17 | 2 | -0/+16 |
| |\ \ \ \ | |||||
| | * | | | | added new functionality to list all defined fixed ips | Christian Berendt | 2011-02-17 | 2 | -0/+16 |
| * | | | | | example: | Christian Berendt | 2011-02-17 | 2 | -0/+14 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | added i18n of 'No networks defined' | Christian Berendt | 2011-02-17 | 1 | -1/+1 |
| | * | | | | added functionality to nova-manage to list created networks | Christian Berendt | 2011-02-16 | 2 | -0/+14 |
| | | |_|/ | | |/| | | |||||
| * | | | | -from migrate.versioning import exceptions as versioning_exceptions | Brian Schott | 2011-02-16 | 1 | -1/+11 |
| |\ \ \ \ | |||||
| | * | | | | fixed authors, import sys in migration.py | Brian Schott | 2011-02-16 | 1 | -0/+1 |
| | * | | | | Added try clause to handle changed location of exceptions after 1.6.3 in pyth... | Brian Schott | 2011-02-14 | 1 | -1/+10 |
| | |\ \ \ \ | |||||
| | | * | | | | fixed exceptions import from python migrate | Brian Schott | 2011-02-11 | 1 | -1/+1 |
| | |/ / / / | |||||
| * | / / / | Fixed tables creation order and added clearing db after errors. | Vasiliy Shlykov | 2011-02-14 | 2 | -8/+13 |
| | |/ / / | |/| | | | |||||
* | | | | | fixed / renamed migration scripts | Sandy Walsh | 2011-02-15 | 1 | -2/+2 |
* | | | | | fixed nova-combined debug hack and renamed ChildZone to Zone | Sandy Walsh | 2011-02-14 | 4 | -14/+14 |
* | | | | | fixed template and added migration | Sandy Walsh | 2011-02-14 | 1 | -0/+62 |
* | | | | | better filtering | Sandy Walsh | 2011-02-14 | 4 | -7/+19 |
|\| | | | | |||||
| * | | | | joinedload network so describe_instances continues to work | Vishvananda Ishaya | 2011-02-11 | 1 | -0/+6 |
| |/ / / | |||||
| * | | | Only use NullPool when using sqlite. | Soren Hansen | 2011-02-10 | 1 | -3/+7 |
| * | | | Try using NullPool instead of SingletonPool | Soren Hansen | 2011-02-10 | 1 | -1/+2 |
| * | | | Try setting isolation_level=immediate | Soren Hansen | 2011-02-10 | 1 | -0/+1 |
* | | | | template adjusted to NOVA_TOOLS, zone db & os api layers added | Sandy Walsh | 2011-02-10 | 3 | -7/+71 |
* | | | | trunk merge | Sandy Walsh | 2011-02-10 | 5 | -28/+55 |
|\| | | | |||||
| * | | | Don't convert datetime objects to a string using .isoformat(). Leave it to sq... | Soren Hansen | 2011-02-09 | 1 | -1/+1 |
| * | | | merge trunk | Anthony Young | 2011-02-01 | 3 | -24/+35 |
| |\ \ \ | |||||
| | * | | | fix austin->bexar db migration | termie | 2011-01-30 | 3 | -24/+35 |
| * | | | | fix pep8 error :/ | Anthony Young | 2011-02-01 | 1 | -1/+1 |
| * | | | | incorporate feedback from devin - use sql consistently in instance_destroy | Anthony Young | 2011-01-28 | 1 | -8/+14 |
| * | | | | fixes for bug #709057 | Anthony Young | 2011-01-27 | 2 | -1/+11 |
| |/ / / | |||||
* / / / | Working on api / manager / db support for zones | Sandy Walsh | 2011-01-27 | 2 | -0/+17 |
|/ / / | |||||
* | | | Fixes NotFound messages in api to show the ec2_id. | Vishvananda Ishaya | 2011-01-27 | 2 | -35/+8 |
* | | | This branch updates docs to reflect the db sync addition. It additionally ad... | Vishvananda Ishaya | 2011-01-25 | 2 | -1/+3 |
|\ \ \ | |||||
| * \ \ | merged trunk | Vishvananda Ishaya | 2011-01-25 | 1 | -19/+15 |
| |\ \ \ | |||||
| * \ \ \ | merged trunk fixed whitespace in rst | Vishvananda Ishaya | 2011-01-21 | 1 | -1/+2 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | wrap sqlalchemy exceptions in a generic error | Vishvananda Ishaya | 2011-01-21 | 2 | -1/+3 |
| | |_|/ | |/| | | |||||
* | | | | Add a host argument to virt drivers's init_host method. It will be set to the... | Soren Hansen | 2011-01-25 | 2 | -0/+16 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Add a host argument to virt driver's init_host method. It will be set to the ... | Soren Hansen | 2011-01-25 | 2 | -0/+16 |
| | |/ | |/| |