Skip to content

Commit 7559acf

Browse files
committed
Exclude prototype for nova microversions
Keep the files so we can implement later, but for now remove v2.2+ from the final library.
1 parent 50f9994 commit 7559acf

File tree

2 files changed

+0
-29
lines changed

2 files changed

+0
-29
lines changed

src/corelib/OpenStack.csproj

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -179,39 +179,12 @@
179179
<Compile Include="Compute\v2_1\ServerVolumeReference.cs" />
180180
<Compile Include="Compute\v2_1\VolumeSnapshot.cs" />
181181
<Compile Include="Compute\v2_1\VolumeSnapshotDefinition.cs" />
182-
<Compile Include="Compute\v2_2\KeyPair.cs" />
183-
<Compile Include="Compute\v2_2\KeyPairDefinition.cs" />
184-
<Compile Include="Compute\v2_2\KeyPairType.cs" />
185-
<Compile Include="Compute\v2_2\ComputeApi.cs" />
186-
<Compile Include="Compute\v2_2\ComputeService.cs" />
187-
<Compile Include="Compute\v2_2\ComputeServiceExtensions.cs" />
188-
<Compile Include="Compute\v2_2\RemoteConsole.cs" />
189-
<Compile Include="Compute\v2_2\RemoteConsoleType.cs" />
190-
<Compile Include="Compute\v2_2\ServerListOptions.cs" />
191-
<Compile Include="Compute\v2_2\Serialization\ServerCollection.cs" />
192-
<Compile Include="Compute\v2_2\Server.cs" />
193-
<Compile Include="Compute\v2_2\ServerReference.cs" />
194-
<Compile Include="Compute\v2_2\ServerStatus.cs" />
195-
<Compile Include="Compute\v2_6\ComputeApi.cs" />
196-
<Compile Include="Compute\v2_6\ComputeService.cs" />
197-
<Compile Include="Compute\v2_6\ComputeServiceExtensions.cs" />
198-
<Compile Include="Compute\v2_6\Console.cs" />
199-
<Compile Include="Compute\v2_6\ConsoleProtocol.cs" />
200-
<Compile Include="Compute\v2_6\RemoteConsoleType.cs" />
201-
<Compile Include="Compute\v2_6\KeyPair.cs" />
202-
<Compile Include="Compute\v2_6\KeyPairDefinition.cs" />
203-
<Compile Include="Compute\v2_6\KeyPairType.cs" />
204-
<Compile Include="Compute\v2_6\ServerListOptions.cs" />
205-
<Compile Include="Compute\v2_6\Serialization\ServerCollection.cs" />
206-
<Compile Include="Compute\v2_6\Server.cs" />
207182
<Compile Include="Compute\v2_1\ComputeServiceExtensions.cs" />
208183
<Compile Include="Compute\v2_1\RemoteConsole.cs" />
209184
<Compile Include="Compute\v2_1\RemoteConsoleType.cs" />
210185
<Compile Include="Compute\v2_1\ComputeService.cs" />
211186
<Compile Include="Compute\v2_1\Serialization\ServerCollection.cs" />
212187
<Compile Include="Compute\v2_1\Server.cs" />
213-
<Compile Include="Compute\v2_6\ServerReference.cs" />
214-
<Compile Include="Compute\v2_6\ServerStatus.cs" />
215188
<Compile Include="Exceptions\ResourceErrorException.cs" />
216189
<Compile Include="Extensions\TypeExtensions.cs" />
217190
<Compile Include="Flurl\PreparedRequest.cs" />

src/testing/unit/OpenStack.UnitTests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@
108108
<Compile Include="Compute\v2_1\KeyPairTests.cs" />
109109
<Compile Include="Compute\v2_1\FlavorTests.cs" />
110110
<Compile Include="Compute\v2_1\ServerAddressTests.cs" />
111-
<Compile Include="Compute\v2_2\ConsoleTypeTests.cs" />
112-
<Compile Include="Compute\v2_6\ServerTests.cs" />
113111
<Compile Include="Compute\v2_1\ServerTests.cs" />
114112
<Compile Include="ContentDeliveryNetworks\v1\ServiceOperationFailedExceptionTests.cs" />
115113
<Compile Include="ContentDeliveryNetworks\v1\ServiceTests.cs" />

0 commit comments

Comments
 (0)