Browse code

Enabled openstack provider in cloud-init

Change-Id: Ic599c20ea98f9f3bf67f121f7c05864c6bb6dab1
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3287
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>

dthaluru authored on 2017/07/20 07:55:50
Showing 2 changed files
... ...
@@ -2,7 +2,7 @@
2 2
 
3 3
 Name:           cloud-init
4 4
 Version:        0.7.9
5
-Release:        8%{?dist}
5
+Release:        9%{?dist}
6 6
 Summary:        Cloud instance init scripts
7 7
 Group:          System Environment/Base
8 8
 License:        GPLv3
... ...
@@ -164,6 +164,8 @@ rm -rf $RPM_BUILD_ROOT
164 164
 
165 165
 
166 166
 %changelog
167
+*   Wed Jul 19 2017 Divya Thaluru <dthaluru@vmware.com> 0.7.9-9
168
+-   Enabled openstack provider
167 169
 *   Wed Jun 28 2017 Anish Swaminathan <anishs@vmware.com> 0.7.9-8
168 170
 -   Restart network service in bring_up_interfaces
169 171
 *   Thu Jun 22 2017 Xiaolin Li <xiaolinl@vmware.com> 0.7.9-7
... ...
@@ -23,12 +23,12 @@ datasource_list: [
23 23
                   NoCloud, 
24 24
                   ConfigDrive,
25 25
                   OVF,
26
+                  OpenStack,
26 27
 #                  OpenNebula, 
27 28
 #                  Azure, 
28 29
 #                  AltCloud, 
29 30
 #                  MAAS, 
30 31
 #                  GCE, 
31
-#                  OpenStack, 
32 32
 #                  CloudSigma, 
33 33
 #                  Ec2, 
34 34
 #                  CloudStack,