Remove copy of incubated Oslo code
The Oslo team has moved all previously incubated code from the openstack/oslo-incubator repository into separate library repositories and released those libraries to the Python Package Index. Many of our big tent project teams are still using the old, unsupported, incubated versions of the code. The Oslo team has been working to remove that incubated code from projects, and the time has come to finish that work. As one of community-wide goals in Ocata, please see: https://github.com/openstack/governance/blob/master/goals/ocata/remove-incubated-oslo-code.rst Note: This commit also fix pep8 violations. Change-Id: I03288adb94c702d1d63df88ef9ba33a2ff59eaa3
This commit is contained in:
		@@ -34,10 +34,10 @@ import six
 | 
			
		||||
 | 
			
		||||
from manilaclient import api_versions
 | 
			
		||||
from manilaclient import client
 | 
			
		||||
from manilaclient.common import cliutils
 | 
			
		||||
from manilaclient.common import constants
 | 
			
		||||
from manilaclient import exceptions as exc
 | 
			
		||||
import manilaclient.extension
 | 
			
		||||
from manilaclient.openstack.common import cliutils
 | 
			
		||||
from manilaclient.v2 import shell as shell_v2
 | 
			
		||||
 | 
			
		||||
DEFAULT_OS_SHARE_API_VERSION = api_versions.MAX_VERSION
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user