Remove deprecated Openstack modules
See original GitHub issueLooks like terraform/openstack/hosts
and terraform/openstack/hosts-floating
aren’t used in the modularized TF configs, they should be removed. If people want to use them, they can check out an older version of the repo.
rm -r terraform/openstack/hosts
rm -r terraform/openstack/hosts-floating
should do it.
- Ansible version (
ansible --version
): 1.9.4 - Python version (
python --version
): 2.7.11 - Git commit hash or branch: master
- Cloud Environment: all
- Terraform version (
terraform version
): 0.7.0
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Remove deprecated log module · 0a5389fe16 - rally - OpenDev ...
License for the specific language governing permissions and limitations. # under the License. from rally.common import log as logging.
Read more >CHANGES - OpenStack Docs
... Oslo i18n 3.15.2 has broken deps; Remove deprecated module loggers; Updated from global requirements; add line number information to fluentd formatter ...
Read more >2034555 – Deprecation Warning for all openstack cli command
Description of problem: whenever running an OpenStack command there is a deprecation warning for yaml Version-Release number of selected component (if ...
Read more >openstack.cloud.server module – Create/Delete Compute ...
openstack.cloud.server module – Create/Delete Compute Instances from OpenStack ... ignoring # deprecated images - name: launch a compute instance hosts: ...
Read more >Deprecation Notes - Mirantis OpenStack for Kubernetes - Docs
The MOSK release version in which a deprecated component is removed ... Fabric Operator CR status with health status for every module of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@shreab373 : Hi, would you still like to work on this maintenance issue?
For a start, you can fork mantl into your own github account. Create a feature branch naming it like
issue/1658-removing-old-terraform-modules
or something similar. Remove the modules from the branch and push your commit. Then you can come back here and create a pull request from your remote branch to our main master branch. Let me know if you have any questions.@shreab373 : That is done automatically by our GitHub PR process. It adds a checklist for things we need to check for to make sure everything works cleanly before we merge the commits.