gator1 / terraform-provider-opentelekomcloud

Terraform opentelekomcloud provider
Mozilla Public License 2.0
5 stars 3 forks source link

Add documentation for SMN #5

Closed chenyingkof closed 6 years ago

gator1 commented 6 years ago

I copied my comment for ces here. You need to modify my gophercloud repository.

we have a problem with gophercloud. Right now for terraform_opentelekom_cloud I used my gophercloud from gator1/gophercloud and add our features such as elb, I then use govendor to update the gophercloud under vendor of opentelekom. Because vendor directory doesn't really hold git history, this gives a history in what we changed in gophercloud. Last time due to the time restrict I didn't enforce this. Now if all of us just change gophercloud under vendor we will not only lose git history but also the ability to use govendor since we don't have a common repository. So I require that you test your changes with gophercloud against my gator1/gophercloud .

The open source community already raised the issue that we have a gophercloud under vendor but it's not a gophercloud, we modified the original gophercloud and have our own, but we still call it gophercloud. I am in the process of figuring out if we can use the standard gophercloud and add our modification to something like huaweicloud.

In summary, for now please first do a pull request for gophercloud under gator1/gophercloud.