this is expected, VMware API doesn't support pause operation officially. so we can't expose this to OpenStack.
** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1206652 Title: Nova pause/unpause is not supported by vmware api Status in OpenStack Compute (Nova): Invalid Bug description: Currently, pause and unpause functionality is not supported by the vmware api. Issuing the nova pause command works but does not give any indication of success or failure. Attempting to pause an instance via Horizon gives a success message but the instance stays ACTIVE. Relevant nova log snippet: [req-4e469669-d941-467c-8b19-15fb00c77bb5 demo demo] Traceback (most recent call last): File "/opt/stack/nova/nova/openstack/common/rpc/ **args) File "/opt/stack/nova/nova/openstack/common/rpc/ result = getattr(proxyobj, method)(ctxt, File "/opt/stack/nova/nova/exception.py", line 99, temp_level, payload) File "/opt/stack/nova/nova/exception.py", line 76, return f(self, context, *args, **kw) File "/opt/stack/nova/nova/compute/manager.py", pass File "/opt/stack/nova/nova/compute/manager.py", return function(self, context, *args, **kwargs) File "/opt/stack/nova/nova/compute/manager.py", function(self, context, *args, **kwargs) File "/opt/stack/nova/nova/compute/manager.py", e, sys.exc_info()) File "/opt/stack/nova/nova/compute/manager.py", return function(self, context, *args, **kwargs) File "/opt/stack/nova/nova/compute/manager.py", self.driver.pause(instance) File "/opt/stack/nova/nova/virt/vmwareapi/driver. self._vmops.pause(instance) File "/opt/stack/nova/nova/virt/vmwareapi/vmops. raise NotImplementedError(msg) NotImplementedError: pause not supported for vmwareapi To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1206652/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp