In nova/compute/manager.py I see:

    def inject_file(self, context, path, file_contents, instance):
"""Write a file to the specified path in an instance on this host."""
        # NOTE(russellb) Remove this method, as well as the underlying virt
        # driver methods, when the compute rpc interface is bumped to 4.x
        # as it is no longer used.


The RPC API is at 4.5 as of Liberty. Does that mean it is going soon? I couldn't find any deprecation references other than this one.

rob

__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to