Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Driver Description="Deploy From Glance Image" MainClass="driver.DeployOSNovaImageInstanceDriver" Name="Deploy From Glance Image" Version="0.0.17">
<Driver Description="Deploy From Glance Image" MainClass="driver.DeployOSNovaImageInstanceDriver" Name="Deploy From Glance Image" Version="1.0.0">
<Layout>
<Category Name="App Management">
<Command Description="" DisplayName="Deploy" Name="Deploy" Tags="allow_shared" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cloudshell-shell-core>=2.2.0,<2.3.0
cloudshell-cp-openstack<0.1.0
cloudshell-cp-openstack>=1.0.0,<1.1.0
jsonpickle==0.9.3
2 changes: 1 addition & 1 deletion drivers/openstack_shell/src/drivermetadata.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Driver Description="This driver orchestrate all the command that will be executed on OpenStack" MainClass="driver.OpenStackShellDriver" Name="OpenStack Shell Driver" Version="0.0.17">
<Driver Description="This driver orchestrate all the command that will be executed on OpenStack" MainClass="driver.OpenStackShellDriver" Name="OpenStack Shell Driver" Version="1.0.0">
<Layout>
<Category Name="Deployment">
<Command Description="" DisplayName="Deploy From Image" EnableCancellation="true" Name="deploy_from_image" Tags="allow_unreserved" />
Expand Down
2 changes: 1 addition & 1 deletion drivers/openstack_shell/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cloudshell-shell-core>=2.2.0,<2.3.0
cloudshell-cp-openstack<0.1.0
cloudshell-cp-openstack>=1.0.0,<1.1.0
jsonpickle==0.9.3
2 changes: 1 addition & 1 deletion drivers/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.17
1.0.0
2 changes: 1 addition & 1 deletion package/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.17
1.0.0
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.17
1.0.0