|
|
|
|
Changelog for openstack-nova-2011.2-6.1.x86_64.rpm :
Tue Apr 19 14:00:00 2011 berendtAATTb1-systems.de - set version to 2011.2, this is a release packge Fri Apr 15 14:00:00 2011 berendtAATTb1-systems.de - update to bzr rev 990 - Diablo versioning. - Final versioning for Cactus - updated version to 2011.2 Thu Apr 14 14:00:00 2011 berendtAATTb1-systems.de - update to bzr rev 987 Tue Apr 12 14:00:00 2011 berendtAATTb1-systems.de - update to bzr rev 980 Wed Apr 6 14:00:00 2011 berendtAATTb1-systems.de - added new binary /usr/bin/nova-vncproxy into package compute Wed Apr 6 14:00:00 2011 berendtAATTb1-systems.de - update to bzr rev 945 - Separate CA/ dir into code and state. - This branch contains the fix for lp:749973. VNC is assumed that is default for all in libvirt which LXC does not support yet. - Moved \'name\' from to , corrected and fixes bug # 750482.
Tue Apr 5 14:00:00 2011 berendtAATTb1-systems.de - update to bzr rev 943 - Only define \'VIMMessagePlugin\' class if suds can be loaded. - fixes incorrect case of OpenStack API status response - Attempt to circumvent errors in the API from improper/malformed responses from image service. - Fixes bug 741246. Ed Leafe\'s inject_file method for the agent plugin was mistakenly never committed after having to fix commits under wrong email address. vmops makes calls to this (previously) missing method. - Declares the flag for vncproxy_topic in compute.api - Don\'t prefix adminPass with the first 4 chars of the instance name. - Removed adminclient.py and added reference to the new nova-adminclient project in tools/pip-requires. - Network injection check fixed in libvirt driver. - fix bug lp:682888 - DescribeImages has no unit tests. - added missing dependecy python-suds
Mon Apr 4 14:00:00 2011 berendtAATTb1-systems.de - update to bzr rev 933 - Make euca-get-ajax-console work with Euca2ools 1.3 - Add checking if the floating_ip is allocated or not before appending to result array in DescribeAddresses. - Added synchronize_session parameter to a query in fixed_ip_disassociate_all_by_timeout() and fix #735974.
Fri Apr 1 14:00:00 2011 naehringAATTb1-systems.de - update to bzr rev 930 - Add a change password action to /servers in openstack api v1.1, and associated tests. - Removes excessive logging message in the event of a rabbitmq failure. - Add obviously-missing method that prevents an Hyper-V compute node from even starting up - Avoid any hard dependencies in nova.virt.vmwareapi.vim. - Handles situation where Connection._instances doesn\'t exist (ie. production) - OpenStack API faults have been changed to now return the appropriated Content-Type header. - Key was converted through str() even if None, resulting in \"None\" being - added to authorized_keys when no key was specified. - Moving server update adminPass support to be v1.0-specific - OS API servers update tests actually assert and pass now - Enforcing server name being a string of length > 0 - Adding Content-Type code to openstack.api.versions.Versions wsgi.Application - Fixes metadata for ec2_api to specify owner_id so that it filters properly. - Makes the image decryption code use the per-project private key to decrpyt uploaded images if use_project_ca is set. This allows the decryption code to work properly when we are using a different ca per project. - TopicAdapterConsumer uses a different callback model than TopicConsumer. This patch updates the console proxy to use this pattern. - Without this patch, nova-ajax-console proxy will generate an error every time an auth token is cast to it, and hence it won\'t work. - Uses the proc filesystem to check the volume size in volume smoketests so that it works with a very limited busybox image. - The VNC Proxy is an OpenStack component that allows users of Nova to access their instances through a websocket enabled browser (like Google Chrome). - A VNC Connection works like so: * User connects over an api and gets a url like http://ip:port/?token=xyz * User pastes url in browser * Browser connects to VNC Proxy though a websocket enabled client like noVNC * VNC Proxy authorizes users token, maps the token to a host and port of an instance\'s VNC server * VNC Proxy initiates connection to VNC server, and continues proxying until the session ends - Support for volumes in the OpenStack API - Two new endpoints: /volumes and /servers//volume_attachments - Make dnsmasq_interface configurable. - Stop nova-manage from reporting an error every time. Apparently except: catches sys.exit(0). - Now checking that exists at least one network marked injected (libvirt and xenapi) - This branch adds support for linux containers (LXC) to nova. It uses the libvirt LXC driver to start and stop the instance. - Glance used to return None when a date field wasn\'t set, now it returns \'\'. - Glance used to return dates in format \"%Y-%m-%dT%H:%M:%S\", now it returns \"%Y-%m-%dT%H:%M:%S.%f\". - Fixed to allow for all cases. - Adds support for versioned requests on /images through the OpenStack API. - Added VLAN networking support for XenAPI - Displays an error message to the user if an exception is raised. This is vital because if logfile is set, the exception shows up in the log and the user has no idea something went wrong. - Moving shared_ip_groups controller to APIRouterV10 - Replacing all shared_ip_groups contoller code with HTTPNotImplemented - Adding shared_ip_groups testing - Toss an __init__ in the test extensions dir. This gets it included in the tarball. - Make extensions code ignore modules whose name starts with \'_\'. - Warn if an extension doesn\'t define a class or factory by the right name. - This fixes EC2 API so that it returns image displayName and description properly. - Moving backup_schedule route out of base router to OS API v1.0 - All controller methods return HTTPNotImplemented to prevent further confusion - Correcting tests that referred to incorrect url - Fixed DescribeUser in the ec2 admin client to return None instead of an empty UserInfo object. - Adds support for snapshotting (to a new image) in the libvirt code. - Changed TopicConsumer to TopicAdapterConsumer in bin/nova-ajax-console-proxy to allow it to start up once again. - Assume that if we don\'t find a VM for an instance in the DB, and the DB state is NOSTATE, that the db instance is in the process of being spawned, and don\'t mark it SHUTOFF. - Fix for bug#744056 - Mixins for tests confuse pylint no end, and aren\'t necessary... you can stop the base-class from being run as a test by prefixing the class name with an underscore - Merged the two periodic_tasks functions, that snuck in due to parallel merges in compute.manager - use_ipv6 now passing to interfaces.template as first level variable in libvirt_conn - Updates to the newest version of nova.sh, which includes: * Installing new python dependencies * Allows for use of interfaces other than eth0 * Adds a run_detached mode for automated testing - Adding links container to openstack api v1.1 servers entities. - disk_format is now an ImageService property. Adds tests to prevent regression. - add a \"links\" container to versions entities for Openstack API v1.1 - add testing for the openstack api versions resource and create a view builder - This is basic network injection for XenServer, and includes: * Modification of the /etc/network/interfaces file within the image using code taken from and now shared with libvirt_conn. This is for compatibility with legacy Linux images without a guest agent. * Setting of xenstore keys before instance boot, intended for the XenServer Windows agent. The agent will use these to configure the network at boot-time. - It does include template code to detect the presence of agents and avoid modifying the filesystem if they are injection-capable. - Implement image metadata controller for the v1.1 OS API. - Uses image \'properties\' to store and retrieve image metadata. - Add a \"links\" container to flavors entities for Openstack API v1.1. - Implement metadata resource for Openstack API v1.1. Includes: - GET /servers/id/meta - POST /servers/id/meta - GET /servers/id/meta/key - PUT /servers/id/meta/key - DELETE /servers/id/meta/key - Support for markers for pagination as defined in the 1.1 spec. - Ports the Tornado version of an S3 server to eventlet and wsgi, first step in deprecating the twistd-based objectstore. - This is a trivial implementation, never meant for production, it exists to provide an s3-look-alike objectstore for use when developing/testing things related to the amazon APIs (eucatools, etc), any production deployment would be expected to use Swift + an S3 interface. - Fix lp741415 by splitting arguments of _execute in the iSCSI driver. - Support for markers for pagination as defined in the 1.1 spec. - Adds support for hypervisor vmware ESX/ESXi server in OpenStack (Nova). - Key features included are, 1) Support for FLAT and VLAN networking model 2) Support for Guest console access through VMware vmrc 3) Integrated with Glance service for image storage and retrival - Documentation: A readme file at \"doc/source/vmwareapi_readme.rst\" encapsulates configuration/installation instructions required to use this module/feature. - Adds serverId to OpenStack API image detail per related_image blueprint - Fix for bug #740947 - Executing parted with sudo in _write_partition (vm_utils.py) - Implement API extensions for the Openstack API. Based on the Openstack 1.1 API the following types of extensions are supported: * Top level resources (extension) * Action extensions (add an extra action to a core nova controller) * Response extensions (inject data into response from core nova controllers) - To add an extension simply drop an extension file into the configured osapi_extensions_path (which defaults to /var/lib/nova/extensions). - Adds unit test coverage for XenAPI Rescue & Unrescue. - libvirt driver multi_nic support. In this phase libvirt can work with and without multi_nic support, as in multi_nic support for xenapi: https://code.launchpad.net/~tr3buchet/nova/xs_multi_nic/+merge/53458 - Additions to the Direct API: * Add an example of a versioned api * Add some more docs to direct.py * Add Limited, an API limiting/versioning wrapper * Improve the formatting of the stack tool * Add support for volume and network services to the direct api - In this branch we are forwarding incoming requests to child zones when the requested resource is not found in the current zone. NOTE: This currently only works with OpenStack API requests and routing checks are only being done against Compute/instance_id checks. Specifically: * servers.get/pause/unpause/diagnostics/suspend/resume/rescue/unrescue/delete * servers.create is pending for distributed scheduler * servers.get_all will get added early in Diablo. - Fixes a bug that was causing tests to fail on OS X by ensuring that greenthread sleep is called during retry loops. - Fix some errors that pylint found in nova/api/openstack/servers.py - This was meant more as a test that pylint is actually being helpful now (it is), but these are real errors. - Fix api logging to show proper path and controller:action. - Pylint \'Undefined variable\' E0602 error fixes. - Made service_get_all()\'s disabled parameter default to None. Pass False for enabled services; True for disabled services. Calls to this method have been updated to remain consistent. - Don\'t try to parse the empty string as a datetime - Detect if user is running the default Lucid version of libvirt, and give a nicer error message - Fix lp741514 by declaring libvirt_type in nova-manage. - Aggregates capabilities from Compute, Network, Volume to the ZoneManager in Scheduler. - Fixes lp740322: cannot run test_localization in isolation - Pass a fake timing source to live_migration_pre in every test that expectes it to fail, shaving off a whole minute of test run time. - Poll instance states periodically, so that we can detect when something changes \'behind the scenes\'. - Added a mechanism for versioned controllers for openstack api versions 1.0/1.1. - Create servers in the 1.1 api now supports imageRef/flavorRef instead of imageId/flavorId. - better logging of exceptions - Fix issues with certificate updating & whitespace removal - Offers the ability to run a periodic_task that sweeps through rescued instances older than 24 hours and forcibly unrescues them. - Flag added: rescue_timeout (default is 0 - disabled) - boto_v6 module is imported if the flag \"use_ipv6\" is set to True - Move all types of locking into utils.synchronize decorator. - Convert all uses of semaphores to use this decorator. - Updates the previously merged xs_migration functionality to allow upsizing of the RAM and disk quotas for a XenServer instance. - Fix lp735636 by standardizing the format of image timestamp properties as datetime objects. - So far, only glance supports returning image create, update, and delete timestamps. And only the openstack api reports those dates. Thus, the fixes were confined to those two modules. - This branch contains the fix for bug #740929 - It makes sure cidr_v6 is not null before building the \'ip6s\' key in the network info dictionary. - This way utils.to_global_ipv6 does not fail because of cidr==None. - We update update_ra method to synchronize, in order to prevent crash when we request multiple instance at once. - Fix for #740742 - format describe_instance_output correctly to prevent errors in dashboard. - Without this change, it is not possible to properly select instance types when launching instances with the OS dashboard. - Enable flat manager support for ipv6. - Adding a talk bubble to the nova.openstack.org site that points readers to the 2011.1 site and the docs.openstack.org site - similar to the swift.openstack.org site. I believe it helps people see more sites are available, plus they can get to the Bexar site if they want to. Going forward it\'ll be nice to use this talk bubble to point people to the trunk site from released sites. - Correctly imports greenthread in libvirt_conn.py. It is used by live_migrate(). - Test the login behavior of the OpenStack API. Uncovered bug732866 - Fix the describe_vpns admin api call. - Firstly, use the correct mechanism for mapping ec2 ids from instance ids. - Secondly, if a vpn doesn\'t have an ip/port assignment from the project, don\'t try utils.vpn_ping, as it will raise an exception. - Fix for LP Bug #704300 - Fix a typo in the ec2 admin api. - xenapi support for multi_nic. This is a phase of multi_nic which allows xenapi to work as is and with multi_nic. The other virt driver(s) need to be updated with the same support. - Wrap update_dhcp in utils.synchronized. - wrap and log errors getting image ids from local image store - Provide more useful exception messages when unable to load the virtual driver. - Openstack api 1.0 flavors resource now implemented to match the spec - Changed fixed_range (CIDR) to be required in the nova-manage command; changed default num_networks to 1. - fixes nova-manage instance_type compatibility with postgres db - Tell PyLint not to complain about the \"_\" function - Make smoketests\' exit code reveal whether they were succesful. - Adjust volume tests to check the exact size of the block device, instead of a rounded-off size of the resulting filesystem. - Make proxy.sh work with both variants of netcat. - Added run_instances method to the connection.py of the contrib/boto_v6/ec2 which would return ReservationV6 object instead of Reservation in order to access attribute dns_name_v6 of an instance. - Cleanup of FakeAuthManager - Replaced all pylint \"disable-msg=\" with \"disable=\" and \"enable-msg=\" with \"enable=\". - Change cloud.id_to_ec2_id to ec2utils.id_to_ec2_id. Fixes EC2 API error handling when invalid instances and volume names are specified. - Re-implementation (or just implementation in many cases) of Limits in the OpenStack API. Limits is now available through /limits and the concept of a limit has been extended to include arbitrary regex / http verb combinations along with correct XML/JSON serialization. Tests included. - Mark instance metadata as deleted when we delete the instance - Make \"ApiError\" the default error code for ApiError instances, rather than \"Unknown.\"
Tue Mar 22 13:00:00 2011 berendtAATTb1-systems.de - update to bzr rev 843 - Mark instance metadata as deleted when we delete the instance - Re-implementation (or just implementation in many cases) of Limits in the OpenStack API. - Change cloud.id_to_ec2_id to ec2utils.id_to_ec2_id. Fixes EC2 API error handling when invalid instances and volume names are specified - Replaced all pylint \"disable-msg=\" with \"disable=\" and \"enable-msg=\" with \"enable=\". - Tell PyLint not to complain about the \"_\" function - fixes nova-manage instance_type compatibility with postgres db - Changed fixed_range (CIDR) to be required in the nova-manage command; changed default num_networks to 1. - Openstack api 1.0 flavors resource now implemented to match the spec - Provide more useful exception messages when unable to load the virtual driver - wrap and log errors getting image ids from local image store - Wrap update_dhcp in utils.synchronized - xenapi support for multi_nic.
Fri Mar 18 13:00:00 2011 berendtAATTb1-systems.de - update to bzr rev 828 - Fixes lp736343 - Incorrect mapping of instance type id to flavor id in Openstack API - Add support for network QoS (ratelimiting) for XenServer. - Backfix of bugfix of issue blocking creating servers with metadata - general approach for openstack api versioning - added imageRef and flavorRef to os api v1.1 servers - modified addresses container structure in os api v1.1 servers - openstack api version now preserved in request context - Make utils.execute not overwrite std{in,out,err} args to Popen on retries. - Make utils.execute reject unknown kwargs. - Fix a number of place in the volume driver where the argv hadn\'t been fully split - When changing the project manager, if the new manager is not yet a project member, be sure to make them be a project member. - Make \"ApiError\" the default error code for ApiError instances, rather than \"Unknown.\"
Thu Mar 17 13:00:00 2011 berendtAATTb1-systems.de - update to bzr rev 815 - new funtions in nova-manage - Fixes euca-get-ajax-console returning Unknown Error - Don\'t generate insecure passwords where it\'s easy to use urandom instead - Keypairs are not required in the OpenStack API; don\'t require them! - Add missing fallback chain for ipv6. - fixes bug 735298: start of nova-compute not possible because of wrong xml paths to the //host/cpu section in \"virsh capabilities\", used in nova/virt/libvirt_conn.py - adds support for personality files to the openstack api. It leverages previous work which added this functionality to the compute api, compute manager, and xen api. (detail) - Log the use of utils.synchronized.
Wed Mar 16 13:00:00 2011 berendtAATTb1-systems.de - changed used archive format from tar.bz2 to tar.gz - update to bzr rev 807 - fixed OpenStack API authentication information leakage (lp732866)
Tue Mar 15 13:00:00 2011 berendtAATTb1-systems.de - added new requirement python-novaclient for openstack-nova-scheduler
Tue Mar 15 13:00:00 2011 berendtAATTb1-systems.de - update to bzr rev 802 - Fix instructions for setting up the initial database. - Make nova-dhcpbridge output lease information in dnsmasq\'s leasesfile format. - Only include kernel and ramdisk ID in meta-data output if they are actually set. - NTT\'s live-migration branch, merged with trunk, conflicts resolved, and migrate file renamed. - Include cpuinfo.xml.template - Fix capitalization of ApiError - Implements basic OpenStack API client, ready to support API tests
Mon Mar 14 13:00:00 2011 berendtAATTb1-systems.de - changed requirement pyxml to python-xml - see novell bug #656779
Sat Mar 12 13:00:00 2011 berendtAATTb1-systems.de - update to bzr rev 794 - Make linux_net ensure_bridge commands that add and remove ip addr\'s from devices/bridges work with with the latest utils.execute method (execvp). - Adds in multi-tenant support to openstack api. - Changes the output of status in describe_volumes from showing the user as the owner of the volume to showing the project as the owner. - Passes net variable as value of keyword argument process_input. - adds the ability to boot Windows and Linux instances in XenServer using different sets of vm-params. - Remove race condition when refreshing security groups and destroying instances at the same time - Replace raw SQL calls through session.execute() with SQLAlchemy code. - Use a consistent naming scheme for XenAPI variables.
Fri Mar 11 13:00:00 2011 berendtAATTb1-systems.de - python-glance (or openstack-glance now) is no dependency
Fri Mar 11 13:00:00 2011 berendtAATTb1-systems.de - update to bzr rev 786 - initializing instance power state on launch to 0 - added a new IptablesManager that takes care of all uses of iptables.
Thu Mar 10 13:00:00 2011 berendtAATTb1-systems.de - update to bzr rev 784 - Introduces the ZoneManager to the Scheduler which polls the child zones and caches their availability and capabilities - fixed fallout from the execvp introduction
Thu Mar 10 13:00:00 2011 berendtAATTb1-systems.de - nova-api.conf was replaced with api-paste.ini - removed deprecated cc_host flag from nova.conf - removed old tarball
Thu Mar 10 13:00:00 2011 berendtAATTb1-systems.de - update to bzr rev 781 - Adding new nova-api flag --paste_config, the value of which is used in place of the hard-coded \"nova-api.conf\" - Defaulting the new --paste_config to \"api-paste.ini\" - Inhibit inclusion of stack traces in the logs UNLESS --verbose has been specified. - Adds SignatureVersion checking for Amazon EC2 API requests. - Use disk_format and container_format in place of image type. - mangled instance creation in virt drivers due to improper merge conflict resolution - replaced ConnectionFailed with Exception in tools/euca-get-ajax-console - Invalid values for offset and limit params in http requests now return a 400 response with a useful message in the body - Add a decorator that lets you synchronise actions across multiple binaries - ability to delete networks with nova-manage - nova-manage does now check if a network exists before creating it - Fixes a race condition where multiple greenthreads were attempting to resize a file at the same time. - Fixes nova.sh to run properly the first time. - Modifies S3ImageService to wrap LocalImageService or GlanceImageService.
Mon Mar 7 13:00:00 2011 berendtAATTb1-systems.de - update to bzr rev 762 - tag contained in the DescribeKeyPairs changed from to - Use %s for instance-delete logging in case instance_id comes through as a string - Fix renaming of instance fields using update_instance api method - Implementation for XenServer migrations
Thu Mar 3 13:00:00 2011 berendtAATTb1-systems.de - update to bzr rev 758 - introduced new flag \"max_nbd_devices\" to set the number of possible NBD devices - Adds VHD build support for XenServer driver - Wrapped the instance_types comparison with an int - Openstack API support for hostId - Enable IPv6 injection for XenServer instances - Provide the ability to rescue and unrescue a XenServer instance - Fixes Bug #715424: nova-manage : create network crashes when subnet range provided is not enough , if the network range cannot fit the parameters passed, a ValueError is raised - checking for < 0 values in \"limit\" and \"offset\" GET parameters. If either are negative, raise a HTTPBadRequest exception. - dynamic instance types - Fix regression in the way libvirt_conn gets its instance_types
Sat Feb 26 13:00:00 2011 berendtAATTb1-systems.de - added missing directory for nova-instancemonitor in /var/lib/nova
Sat Feb 26 13:00:00 2011 berendtAATTb1-systems.de - added new package openstack-nova-ajax-console-proxy - added insertion/deletion of service openstack-nova-instancemonitor - added insertion/deletion of service openstack-nova-ajax-console-proxy - included tools/ajaxterm in package openstacn-nova-compute
Sat Feb 26 13:00:00 2011 berendtAATTb1-systems.de - update to bzr rev 747 - consolidating install instructions and pointing to the docs.openstack.org site for admin docs - 743. Fixes FlatDHCP by making it inherit from NetworkManager and moving some methods around. (detail) - check if QUERY_STRING is empty or not before building the request URL in bin/nova-ajax-console-proxy - No reason to dump a stack trace just because the AMQP server is unreachable; an error notification should be sufficient. - Makes nova-api correctly load the default flagfile - show disable services with \"nova-manage service list\"
Fri Feb 25 13:00:00 2011 seife+obsAATTb1-systems.com - add ajaxterm subpackage
Fri Feb 25 13:00:00 2011 berendtAATTb1-systems.de - removed patch openstack-nova-2011.1-python26-no-processname-log.diff upstream included it
Fri Feb 25 13:00:00 2011 berendtAATTb1-systems.de - added init script for nova-ajax-console-proxy and nova-instancemonitor - update to bzr rev 740 - Easy and effective fix for getting the DNS value from flag file, when working in FlatNetworking mode - Don\'t require metadata (hotfix for bug 724143) - Add some methods to the ec2 admin api to work with VPNs. Also implements and properly documents the get_hosts method. - Removes processName from debug output since we aren\'t using multiprocessing and it doesn\'t exist in python 2.6.1 - adds live network injection/reconfiguration. Some refactoring - Cleanup db method names for dealing with auth_tokens to follow standard naming pattern.
Thu Feb 24 13:00:00 2011 berendtAATTb1-systems.de - update to bzr rev 732 - Globally exclude *.pyc files from generated tarballs - This fix checks whether the boot/guest directory exists on the hypervisor. If that is not the case, it creates it. - Support HP/LeftHand SANs. - Some first steps towards resolving some of the issues brought up on the mailing list related to documenting flags.
Thu Feb 24 13:00:00 2011 berendtAATTb1-systems.de - update to bzr rev 728: - Change missed reference to run_tests.err.log - Revert commit 709. This fixes issues with the Openstack API causing \'No user for access key admin\' errors. - Adds colors to output of tests and cleans up run_tests.py - sets working directory for nose to nose/tests for faster load - moves db into nova/tests/test.sqlite - deletes the db in run_tests.py instead of run_tests.sh before running tests - Prevent logging.setup() from generating a syslog handler if we didn\'t request one (breaks on mac) - Helper function that supports XPath style selectors to traverse an object tree - Fixes the describe_availability_zones to use an elevated context when getting services and the db calls to pass parameters correctly so is_admin check works. - fix smoketests and split out sysadmin tests from netadmin tests - sets use_ipv6 = False by default - switches to ami-tty for tests - generally improves error handling - Fixes and optimizes filtering for describe_security_groups - The proposed branch prevents FlatManager from executing network initialisation tasks contained in linux_net.init_host(), which are unnecessary when flat networking is used. - The kernel_id and the ramdisk_id are optional, yet the OpenStack API was requiring them. - Initial support for per-instance metadata - Fixes lots of errors in the unit tests.
Wed Feb 23 13:00:00 2011 seife+obsAATTb1-systems.com - update to bzr rev 715: - --pidfile fixes in contrib/puppet - DescribeRegion answer fixes - remove nova-combined binary
Tue Feb 22 13:00:00 2011 seife+obsAATTb1-systems.com - update to bzr rev 713: - updated translations - various logging related fixes - python-nova api related fixes - fix python-daemon versioned buildrequires
Mon Feb 21 13:00:00 2011 seife+obsAATTb1-systems.com - update to bzr rev 706: * user lookup optimizations * improve error message if no keypairs are registered * fix vpn images * various other fixes, see ChangeLog
Fri Feb 18 13:00:00 2011 seife+obsAATTb1-systems.com - update to bzr rev 700: - lots of fixes, mostly in networking area, see ChangeLog
Wed Feb 16 13:00:00 2011 seife+obsAATTb1-systems.com - update to bzr rev 684: - lots of fixes in all areas, see changelog
Mon Feb 14 13:00:00 2011 seife+obsAATTb1-systems.com - update to bzr rev 669: * fixes for EC2 DescribeImages to work against Glance * various fixes in networking and database handling * fixes in RunInstances
Fri Feb 11 13:00:00 2011 seife+obsAATTb1-systems.com - add tunctl dependency to nova-network
Thu Feb 10 13:00:00 2011 seife+obsAATTb1-systems.com - update to bzr rev 658: * fix iptables issue with floating ips * fix timestamp comparison problem in the db layer * add support for \'SAN\' style volumes. A SAN\'s big difference is that the iSCSI target usually won\'t run on the same host as the volume service.
Wed Feb 9 13:00:00 2011 seife+obsAATTb1-systems.com - remove rabbitmq-server dependency: this can run on another host
Wed Feb 9 13:00:00 2011 seife+obsAATTb1-systems.com - update to bzr rev 655 * improve FlatDHCP setup - symlink /var/lib/nova/CA to python-sitelib to workaround code bug
Tue Feb 8 13:00:00 2011 seife+obsAATTb1-systems.com - continue with tracking devel releases: - update to bzr rev 654, changes (among others) - use ip instead of ifconfig - new parameter --dhcp_domain to set the domain used by dnsmasq - remove obsolete openstack-nova-2011.1-fix-build.diff
Fri Feb 4 13:00:00 2011 seife+obsAATTb1-systems.com - use /etc/nova/nova.conf as default e.g. for nova-manage - fix sudoers file, not yet used
Fri Feb 4 13:00:00 2011 seife+obsAATTb1-systems.com - really fix start and stop in the init scripts - fail in init script if service cannot be started - fix logfile location - redirect output to /dev/null - fix url example syntax in nova.conf - fix netmask in example nova.conf
Thu Feb 3 13:00:00 2011 seife+obsAATTb1-systems.com - use startproc to get services into the background on start
Thu Feb 3 13:00:00 2011 seife+obsAATTb1-systems.com - fix stop routine in init scripts
Thu Feb 3 13:00:00 2011 seife+obsAATTb1-systems.com - official bexar release: * rename to nova-2011.1 * bznew the tarball to save space
Wed Feb 2 13:00:00 2011 seife+obsAATTb1-systems.com - update to release candidate (bzr rev 645) * fix launchpad bug 709057 * fix launchpad bug 709510
Tue Feb 1 13:00:00 2011 seife+obsAATTb1-systems.com - add ebtables dependency to python-nova
Tue Feb 1 13:00:00 2011 seife+obsAATTb1-systems.com - update to bzr rev 642 * log uncaught exceptions instead of printing to stderr * enabled modification of projects using the EC2 admin API - packaging * add logrotate dependency
Mon Jan 31 13:00:00 2011 seife+obsAATTb1-systems.com - we need libvirt >= 0.8.1 (http://libvirt.org/formatnwfilter.html) - openstack-nova-network needs python-netifaces
Mon Jan 31 13:00:00 2011 seife+obsAATTb1-systems.com - update to bzr rev 640 (jftr: 638 was gamma1) - add dependencies / recommends to python-mysql, python-sqlite2 python-glance
Fri Jan 28 13:00:00 2011 seife+obsAATTb1-systems.com - update to bzr rev 638
Fri Jan 28 13:00:00 2011 seife+obsAATTb1-systems.com - update to bzr rev 635
Thu Jan 27 13:00:00 2011 seife+obsAATTb1-systems.com - nova-api requires redis and rabbitmq-server - Update to todays snapshot (nova-2011.1~bzr627) - fix some documentation build warnings by adding more BuildReqires
Wed Jan 26 13:00:00 2011 seife+obsAATTb1-systems.com - Update to todays snapshot (nova-2011.1~bzr621)
Wed Jan 26 13:00:00 2011 seife+obsAATTb1-systems.com - patch a problem with python 2.6 (openstack-nova-2011.1-python26-no-processname-log.diff) - openstack-nova depends on euca2ools - python-nova depends on python-cheetah
Tue Jan 25 13:00:00 2011 seife+obsAATTb1-systems.com - remove obsolete configfiles, add nova.conf template (thanks to Andre Naehring for mentioning this) - require python-sqlalchemy-migrate and python-netaddr
Tue Jan 25 13:00:00 2011 seife+obsAATTb1-systems.com - do not phone home during build - breaks OBS build openstack-nova-2011.1-fix-build.diff
Tue Jan 25 13:00:00 2011 seife+obsAATTb1-systems.com - Update to the latest snapshot (nova-2011.1~bzr606)
Thu Nov 4 13:00:00 2010 silasAATTsewell.ch - Fix various issues (init, permissions, config, etc..)
Thu Oct 21 14:00:00 2010 silasAATTsewell.ch - Initial build
|
|
|