diff --git a/akanda/__init__.py b/akanda/__init__.py deleted file mode 100644 index 59a5c81..0000000 --- a/akanda/__init__.py +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2014 DreamHost, LLC -# -# Author: DreamHost, LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - - -__import__('pkg_resources').declare_namespace(__name__) diff --git a/akanda/neutron/__init__.py b/akanda/neutron/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/akanda/neutron/extensions/__init__.py b/akanda/neutron/extensions/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/akanda/neutron/extensions/_authzbase.py b/akanda/neutron/extensions/_authzbase.py deleted file mode 100644 index 34d32c8..0000000 --- a/akanda/neutron/extensions/_authzbase.py +++ /dev/null @@ -1,16 +0,0 @@ - -# Copyright (c) 2015 Akanda, Inc. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -from astara_neutron.extensions._authzbase import * # noqa diff --git a/akanda/neutron/extensions/loadbalancerstatus.py b/akanda/neutron/extensions/loadbalancerstatus.py deleted file mode 100644 index e42df5b..0000000 --- a/akanda/neutron/extensions/loadbalancerstatus.py +++ /dev/null @@ -1,16 +0,0 @@ - -# Copyright (c) 2015 Akanda, Inc. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -from astara_neutron.extensions.loadbalancerstatus import * # noqa diff --git a/akanda/neutron/extensions/routerstatus.py b/akanda/neutron/extensions/routerstatus.py deleted file mode 100644 index fd7667d..0000000 --- a/akanda/neutron/extensions/routerstatus.py +++ /dev/null @@ -1,16 +0,0 @@ - -# Copyright (c) 2015 Akanda, Inc. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -from astara_neutron.extensions.routerstatus import * # noqa diff --git a/akanda/neutron/plugins/__init__.py b/akanda/neutron/plugins/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/akanda/neutron/plugins/decorators.py b/akanda/neutron/plugins/decorators.py deleted file mode 100644 index fb9bd21..0000000 --- a/akanda/neutron/plugins/decorators.py +++ /dev/null @@ -1,16 +0,0 @@ - -# Copyright (c) 2015 Akanda, Inc. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -from astara_neutron.plugins.decorators import * # noqa diff --git a/akanda/neutron/plugins/floatingip.py b/akanda/neutron/plugins/floatingip.py deleted file mode 100644 index ef1b433..0000000 --- a/akanda/neutron/plugins/floatingip.py +++ /dev/null @@ -1,16 +0,0 @@ - -# Copyright (c) 2015 Akanda, Inc. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -from astara_neutron.plugins.floatingip import * # noqa diff --git a/akanda/neutron/plugins/lbaas_neutron_plugin.py b/akanda/neutron/plugins/lbaas_neutron_plugin.py deleted file mode 100644 index 360b3d8..0000000 --- a/akanda/neutron/plugins/lbaas_neutron_plugin.py +++ /dev/null @@ -1,16 +0,0 @@ - -# Copyright (c) 2015 Akanda, Inc. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -from astara_neutron.plugins.lbaas_neutron_plugin import * # noqa diff --git a/akanda/neutron/plugins/ml2_neutron_plugin.py b/akanda/neutron/plugins/ml2_neutron_plugin.py deleted file mode 100644 index 38e6450..0000000 --- a/akanda/neutron/plugins/ml2_neutron_plugin.py +++ /dev/null @@ -1,16 +0,0 @@ - -# Copyright (c) 2015 Akanda, Inc. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -from astara_neutron.plugins.ml2_neutron_plugin import * # noqa diff --git a/akanda/neutron/plugins/nsx_neutron_plugin.py b/akanda/neutron/plugins/nsx_neutron_plugin.py deleted file mode 100644 index 9de316f..0000000 --- a/akanda/neutron/plugins/nsx_neutron_plugin.py +++ /dev/null @@ -1,16 +0,0 @@ - -# Copyright (c) 2015 Akanda, Inc. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -from astara_neutron.plugins.nsx_neutron_plugin import * # noqa